@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

Readme

Keywords

none

Package Sidebar

Install

npm i @vestaboard/vbml

Weekly Downloads

19

Version

1.2.0

License

GNU

Unpacked Size

129 kB

Total Files

70

Last publish

Collaborators

  • johnatvestaboard
  • tysoncadenhead