-
IE11 support: The browser builds (
lindenmayer.browser.jsandlindenmayer.browser.min.js) are now transpiled to ES5, supporting IE11. -
regular build are targeted for node support, esm builds support all environments that have native es6 import syntax.
-
updated dev packages, replaced uglify-es with terser
-
renamed
lindenmayer.es.jstolindemayer.esm.jsaccording the common practice for ES module. This is relevant only if you have been directly importing the module file via its full filename. If you have been importing lindenmayer via webpack or rollup likeimport {LSystem} from 'lindenmayer', you shouldn't see a difference.
In general:
lindenmayer.jsfor Node.jslindenmayer.browser.jsfor browsers (supports IE11)lindenmayer.esm.jsfor browsers and environments that natively support theimportsyntax
Assets
8
lindenmayer.browser.js
23 KB
lindenmayer.browser.min.js
6.87 KB
lindenmayer.esm.js
19.2 KB
lindenmayer.esm.min.js
6.17 KB
lindenmayer.js
20 KB
lindenmayer.min.js
6.12 KB