fractal-noise
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "fractal-noise", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Fractal noise library", | ||
"main": "lib/index", | ||
"scripts": { | ||
"compile": "tsc", | ||
"format": "prettier --parser typescript --write src/*.ts", | ||
"watch": "tsc --watch" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/joshforisha/fractal-noise-js.git" | ||
}, | ||
"keywords": [ | ||
@@ -19,12 +9,26 @@ "noise", | ||
], | ||
"homepage": "https://github.com/joshforisha/fractal-noise-js#readme", | ||
"author": "Josh Forisha <josh@forisha.com>", | ||
"license": "Unlicense", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/joshforisha/fractal-noise-js.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/joshforisha/fractal-noise-js/issues" | ||
}, | ||
"homepage": "https://github.com/joshforisha/fractal-noise-js#readme", | ||
"files": [ | ||
"lib/" | ||
], | ||
"main": "lib/mod.js", | ||
"types": "lib/mod.d.ts", | ||
"scripts": { | ||
"compile": "tsc && denoify", | ||
"test": "tsc --noEmit && deno test deno_lib", | ||
"watch": "tsc --watch" | ||
}, | ||
"devDependencies": { | ||
"prettier": "^2.2.1", | ||
"typescript": "^4.1.3" | ||
"denoify": "^0.6.5", | ||
"typescript": "^4.2.4" | ||
} | ||
} |
# Fractal Noise | ||
[![build](https://img.shields.io/travis/joshforisha/fractal-noise-js.svg)](https://travis-ci.org/joshforisha/fractal-noise-js) | ||
[![npm](https://img.shields.io/npm/v/fractal-noise.svg)](https://www.npmjs.org/package/fractal-noise) | ||
Fractal noise functions designed to be used with any noise generation algorithm. | ||
## Install | ||
* Deno module: [https://deno.land/x/fractal_noise](https://deno.land.x/fractal_noise) | ||
* NPM package: [fractal-noise](https://www.npmjs.com/package/fractal-noise) | ||
npm install fractal-noise | ||
## Examples | ||
@@ -13,0 +9,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
11889
5
136
1
93
1