@code-not-art/core
Advanced tools
Comparing version 0.2.2 to 0.3.0
@@ -8,4 +8,5 @@ export { default as Canvas } from './canvas'; | ||
export { default as Random } from './random'; | ||
export { default as Noise } from './random/noise'; | ||
export { grid, GridOptions, GridTile } from './structures/grid'; | ||
export * as Utils from './utils'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -25,3 +25,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Utils = exports.grid = exports.Random = exports.Vec2 = exports.Gradient = exports.Constants = exports.Color = exports.Path = exports.Canvas = void 0; | ||
exports.Utils = exports.grid = exports.Noise = exports.Random = exports.Vec2 = exports.Gradient = exports.Constants = exports.Color = exports.Path = exports.Canvas = void 0; | ||
var canvas_1 = require("./canvas"); | ||
@@ -40,2 +40,4 @@ Object.defineProperty(exports, "Canvas", { enumerable: true, get: function () { return __importDefault(canvas_1).default; } }); | ||
Object.defineProperty(exports, "Random", { enumerable: true, get: function () { return __importDefault(random_1).default; } }); | ||
var noise_1 = require("./random/noise"); | ||
Object.defineProperty(exports, "Noise", { enumerable: true, get: function () { return __importDefault(noise_1).default; } }); | ||
var grid_1 = require("./structures/grid"); | ||
@@ -42,0 +44,0 @@ Object.defineProperty(exports, "grid", { enumerable: true, get: function () { return grid_1.grid; } }); |
{ | ||
"name": "@code-not-art/core", | ||
"version": "0.2.2", | ||
"version": "0.3.0", | ||
"description": "HTML 5 Canvas Drawing Library", | ||
@@ -38,2 +38,5 @@ "main": "dist/index.js", | ||
"a-set-of-english-words": "^1.0.0", | ||
"fractal-noise": "^1.2.0", | ||
"lodash": "^4.17.21", | ||
"open-simplex-noise": "^2.5.0", | ||
"seed-random": "^2.2.0", | ||
@@ -40,0 +43,0 @@ "tinycolor2": "^1.4.2", |
@@ -8,3 +8,4 @@ export { default as Canvas } from './canvas'; | ||
export { default as Random } from './random'; | ||
export { default as Noise } from './random/noise'; | ||
export { grid, GridOptions, GridTile } from './structures/grid'; | ||
export * as Utils from './utils'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
228124
124
3431
7
+ Addedfractal-noise@^1.2.0
+ Addedlodash@^4.17.21
+ Addedopen-simplex-noise@^2.5.0
+ Addedfractal-noise@1.2.0(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedopen-simplex-noise@2.5.0(transitive)