randomhexcode
Advanced tools
+1
-1
| { | ||
| "name": "randomhexcode", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "A tiny package that will return a random hex code.", | ||
@@ -5,0 +5,0 @@ "main": "randomHex.js", |
+3
-3
@@ -1,8 +0,8 @@ | ||
| # Random-Hex | ||
| # Random Hex Code | ||
| Returns a random HEX value | ||
| ## Usage | ||
| npm i randomhexcode | ||
| npm install randomhexcode | ||
| var randomhexcode = require(randomhexcode.js) | ||
| var randomhexcode = require(randomhexcode) | ||
@@ -9,0 +9,0 @@ var hex = randomhexcode() |
2290
0.35%