NERDDISCO / luminave

Operate all the lights with your web browser and create stunning visual experiences.
MIT License
77 stars 8 forks source link

Add webpack to get a compiled version of luminave #41

Closed TimPietrusky closed 6 years ago

TimPietrusky commented 6 years ago

In order to use luminave in other browsers, we have to add a transpiler like webpack to get an ES5 version.

Even if the other browser doesn't support WebUSB, you can use the other integrations.

TimPietrusky commented 6 years ago

We can generate a compiled version of luminave by using:

npm run build

This will generate everything into the docs folder.

TimPietrusky commented 6 years ago

The build is broken: #79