dulnan / lazy-brush

Smooth drawing with mouse, finger or other pointing device
https://lazybrush.dulnan.net/
MIT License
791 stars 24 forks source link

Hi , is it possible to have a .min file. #1

Open antag0n1st opened 5 years ago

antag0n1st commented 5 years ago

Hi , is it possible to have a .min file ? like a distribution file ready for production ?

I want to be able to download a single file , plug it in my page and start using it.

dulnan commented 5 years ago

Hey

There is currently no way to download a single file. What you should be able to do however is to include the provided module files in your browser as script tags with the type="module" attribute set. This is supported in the latest versions of all major browsers.

But a single minified file might come in the future.