Skip to content

Commit ef0e661

Browse files
committed
Tidied globals preparation
1 parent 6fdb2ca commit ef0e661

5 files changed

Lines changed: 11 additions & 14 deletions

File tree

combined/zim.js

Lines changed: 1 addition & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/zim.cjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/zim.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zimjs",
3-
"version": "15.0.2",
3+
"version": "15.0.3",
44
"type": "module",
55
"main": "./dist/zim.js",
66
"types": "./dist/typings/zim",

src/zim.js

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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};
8636986370
export let chop = zim.chop
8637086371
export let shuffle = zim.shuffle
8637186372
export let pluck = zim.pluck
@@ -86469,8 +86470,8 @@ export let Triangle = zim.Triangle
8646986470
export let Poly = zim.Poly
8647086471
export let Line = zim.Line
8647186472
export 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
8647486475
export let Flare = zim.Flare
8647586476
export let MultiFlare = zim.MultiFlare
8647686477
export let FlareBox = zim.FlareBox

0 commit comments

Comments
 (0)