1.2.8 • Published 4 months ago

@vestaboard/vbml v1.2.8

Weekly downloads
-
License
GNU
Repository
-
Last release
4 months ago

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

1.2.8

4 months ago

1.2.7

7 months ago

1.2.6

10 months ago

1.2.5

11 months ago

1.2.4

11 months ago

1.2.3

11 months ago

1.2.2

11 months ago

1.2.1

11 months ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago