vestaboard 0.1.2

a wrapper for the Vestaboard API with support for v2
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "vbml-js-benchmark",
  "version": "1.0.0",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "bench": "node --max-old-space-size=16384 --no-warnings=ExperimentalWarning index.js"
  },
  "dependencies": {
    "@vestaboard/vbml": "^1.2.0",
    "tinybench": "^2.8.0"
  }
}