@@ -20,7 +20,8 @@ Node module - also see ES6 modules at https://zimjs.com/cdn
2020// Dr Abstract, Pragma and ZIM Team
2121
2222// With thanks...
23- // Thanks to Yoan Herrera for the NPM / Vue, Svelte, React set up - https://github.com/yoanhg421
23+ // Thanks to Yoan Herrera for the NPM / Vue, Svelte, React and Angular
24+ // templates at https://github.com/yoanhg421/zimjs-templates
2425// Thanks to ZzFX - Zuper Zmall Zound Zynth - Micro Edition for play() method of Synth
2526// MIT License - Copyright 2019 Frank Force - https://github.com/KilledByAPixel/ZzFX
2627// MIT License - Copyright 2021 George Francis - spline - https://github.com/georgedoescode
@@ -86363,9 +86364,9 @@ for (z_i = 0; z_i < zim.colors.length; z_i++) {
8636386364 WW[zim.colors[z_i]] = zim.colorsHex[z_i];
8636486365}
8636586366
86366- export default zim
86367-
86368- WW.zim = zim
86367+ WW.zim = zim;
86368+ export default zim;
86369+ export {zimplify,zimify};
8636986370export let chop = zim.chop
8637086371export let shuffle = zim.shuffle
8637186372export let pluck = zim.pluck
@@ -86469,8 +86470,8 @@ export let Triangle = zim.Triangle
8646986470export let Poly = zim.Poly
8647086471export let Line = zim.Line
8647186472export let Squiggle = zim.Squiggle
86472- export let Blob = zim.Blob
86473- export let Window = zim.Window
86473+ export var Blob = zim.Blob
86474+ export var Window = zim.Window
8647486475export let Flare = zim.Flare
8647586476export let MultiFlare = zim.MultiFlare
8647686477export let FlareBox = zim.FlareBox
0 commit comments