You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create generative art by using the canvas api and node js. Before you use the generation engine, make sure you have node.js and yarn installed.
18
22
19
-
## Installation
23
+
## Installation 🛠️
20
24
21
25
If you are cloning the project then run this first, otherwise you can download the source code on the release page and skip this step.
22
26
@@ -36,7 +40,7 @@ Alternatively you can run this command if you have node installed.
36
40
npm install
37
41
```
38
42
39
-
## Usage
43
+
## Usage ℹ️
40
44
41
45
Create your different layers as folders in the 'layers' directory, and add all the layer assets in these directories. You can name the assets anything as long as it has a rarity weight attached in the file name like so: `example element#70.png`. You can optionally change the delimiter `#` to anything you would like to use in the variable `rarityDelimiter` in the `src/config.js` file.
42
46
@@ -132,4 +136,4 @@ The program will output all the images in the `build` directory along with the m
132
136
}
133
137
```
134
138
135
-
That's it, you're done. Hope you create some awesome artworks with this code.
139
+
That's it, you're done. Hope you create some awesome artworks with this code 👄.
0 commit comments