alpha
Login
or
Join now
flo-bit.dev
/
uber-noise
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/flo-bit/uber-noise. advanced noise generation for the browser and node.js
flo-bit.dev/uber-noise/
browser
nodejs
noise
noise-generator
npm
typescript
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
update version
author
Florian
date
2 years ago
(Sep 29, 2024, 4:07 AM +0200)
commit
fe2834d3
fe2834d3ef6fc10550c5ed6f1af45fc7b7629590
parent
5b0371a5
5b0371a59a87f0e32e40316ec71b3fa3694bc914
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
package.json
+1
-1
package.json
View file
Reviewed
···
1
1
{
2
2
"name": "uber-noise",
3
3
"type": "module",
4
4
-
"version": "0.2.1",
4
4
+
"version": "0.2.2",
5
5
"description": "uber-noise is a advanced noise library for 2D, 3D and 4D noise generation. based on simplex-noise",
6
6
"scripts": {
7
7
"build": "tsc --noEmit && bun build ./src/uber-noise.ts --outdir ./dist --target browser --format esm --minify",