Hi! I absolutely love this piece of software, QR codes are both sound and minimal. ❤
Though, there are a few issues with packaging: there is no easy way to use the library in case of javascript.
At first, you need a package.json. There should be all the information required for publishing to npmjs.com.
It is pretty much a standard to have a link at https://cdnjs.com/, as somebody who'd like to play with the library will just insert a script on their webpage and try it like:
<script src="https://cdn.jsdelivr.net/npm/nayuki/dist/qr-code-generator.min.js"></script>
Hi! I absolutely love this piece of software, QR codes are both sound and minimal. ❤
Though, there are a few issues with packaging: there is no easy way to use the library in case of javascript.
At first, you need a
package.json. There should be all the information required for publishing tonpmjs.com.It is pretty much a standard to have a link at https://cdnjs.com/, as somebody who'd like to play with the library will just insert a script on their webpage and try it like:
<script src="https://cdn.jsdelivr.net/npm/nayuki/dist/qr-code-generator.min.js"></script>