nimiq / identicons

Nimiq Identicons
https://nimiq.github.io/identicons/
MIT License
33 stars 9 forks source link

Build version with inlined SVG and CommonJS module #7

Closed sisou closed 5 years ago

sisou commented 5 years ago

This PR adds a dist version with inlined SVG iqons.bundle.min.js (ES6) and also builds from that a CJS module for use in NodeJS ( iqons.bundle.cjs.js).

The original iqons.min.js and external SVG iqons.min.svg is still included in the package.

Additionally, this PR removes unnecessary code, like the legacy inline option, which produced SVG files with <use ...> tags, linking to one master SVG file; and the gaze feature, which was always commented out anyway.