aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2021-01-24 21:30:44 +0530
committerPriyansh <[email protected]>2021-01-24 21:30:44 +0530
commit69c0352ff28db6a4cc8ed9f00cfccf60628ce803 (patch)
tree3bd5ae776f809fc5858936d0e1c143e29d321ca8
downloadrandomavatars-69c0352ff28db6a4cc8ed9f00cfccf60628ce803.tar.xz
randomavatars-69c0352ff28db6a4cc8ed9f00cfccf60628ce803.zip
Initalised NPM Project
-rw-r--r--index.js3
-rw-r--r--package.json12
2 files changed, 15 insertions, 0 deletions
diff --git a/index.js b/index.js
new file mode 100644
index 0000000..d7b1bd4
--- /dev/null
+++ b/index.js
@@ -0,0 +1,3 @@
+export default class RandomAvatars {
+ constructor() {}
+}
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..7bebbd6
--- /dev/null
+++ b/package.json
@@ -0,0 +1,12 @@
+{
+ "name": "randomavatars",
+ "version": "1.0.0",
+ "description": "Easily generate random avatars from a text string",
+ "main": "index.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "keywords": [],
+ "author": "Lucifer Conrad Reeves <[email protected]> (https://thatcomputerscientist.com)",
+ "license": "MIT"
+}