@vestaboard/vbml
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.0
    5
    • latest

Version History

Package Sidebar

Install

npm i @vestaboard/vbml

Weekly Downloads

5

Version

1.2.0

License

GNU

Unpacked Size

129 kB

Total Files

70

Last publish

Collaborators

  • johnatvestaboard
  • tysoncadenhead