@vestaboard/vbml
v1.2.6
Published
The Vestaboard markup language
Downloads
183
Readme
VBML - Vestaboard Markup Language
Installation
yarn install @vestaboard/vbml
or
npm i @vestaboard/vbml
Usage
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!",
},
],
});
Docs
Full documentation is available at https://docs.vestaboard.com/docs/vbml