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.
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 SVGiqons.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 thegaze
feature, which was always commented out anyway.