1.0.0 • Published 4 years ago

lux-parser v1.0.0

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
4 years ago

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

4 years ago