Vbml
🌐 A polyglot package to parse VBML to Vestaboard character arrays
Install / Use
/learn @Vestaboard/VbmlREADME
VBML - Vestaboard Markup Language
Installation
JavaScript / TypeScript
yarn install @vestaboard/vbml
or
npm i @vestaboard/vbml
Python
pip install pyvbml
PHP
composer require vestaboard/vbml
Usage
JavaScript / TypeScript
import { vbml } from "@vestaboard/vbml";
// Generate an array of 6 rows of 22 character codes representing the template
const characters = vbml.parse({
components: [
{
style: {
justify: "center",
align: "center",
},
template: "Hello World!",
},
],
});
Python
from pyvbml import vbml
# Generate an array of 6 rows of 22 character codes representing the template
characters = vbml.parse({
"components": [
{
"style": {
"justify": "center",
"align": "center",
},
"template": "Hello World!",
}
]
})
PHP
use Vestaboard\Vbml\Vbml;
// Generate an array of 6 rows of 22 character codes representing the template
$characters = Vbml::parse([
'components' => [
[
'style' => [
'justify' => 'center',
'align' => 'center',
],
'template' => 'Hello World!',
],
],
]);
Docs
Full documentation is available at https://docs.vestaboard.com/docs/vbml
Related Skills
node-connect
352.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
111.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
352.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
352.0kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
