fractal-noise
Advanced tools
Comparing version 0.3.0 to 0.4.0
@@ -5,2 +5,6 @@ # Change Log | ||
## [v0.4] – 2017-02-14 | ||
### Added | ||
- Output type declaration file. | ||
## [v0.3] – 2017-02-14 | ||
@@ -25,5 +29,6 @@ ### Added | ||
[Unreleased]: https://github.com/joshforisha/fractal-noise-js/compare/v0.3...HEAD | ||
[Unreleased]: https://github.com/joshforisha/fractal-noise-js/compare/v0.4...HEAD | ||
[v0.4]: https://github.com/joshforisha/fractal-noise-js/compare/v0.3...v0.4 | ||
[v0.3]: https://github.com/joshforisha/fractal-noise-js/compare/v0.2...v0.3 | ||
[v0.2]: https://github.com/joshforisha/fractal-noise-js/compare/v0.1...v0.2 | ||
[v0.1]: https://github.com/joshforisha/fractal-noise-js/releases/tag/v0.1 |
{ | ||
"name": "fractal-noise", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "Fractal noise library", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
const TWO_PI = 2 * Math.PI | ||
interface Options { | ||
export interface Options { | ||
amplitude?: number | ||
@@ -5,0 +5,0 @@ frequency?: number |
{ | ||
"compilerOptions": { | ||
"declaration": true, | ||
"module": "commonjs", | ||
@@ -4,0 +5,0 @@ "outDir": "lib" |
421674
17
358