1.0.0 • Published 5 years ago
lux-parser v1.0.0
node-lux-parser
Description
This is a Node.js library to parse LUX Led animation files
Installation
npm install --save @momentfactory/lux-parser
Usage
const luxParser = require('lux-parser')
luxParser.parseLux('sample_bundle.lux', (parsedLux) => {
console.log(parsedLux)
})
1.0.0
5 years ago