ADD : Read Me
parent
da22559503
commit
f55563d8d5
32
README.md
32
README.md
|
@ -1,24 +1,10 @@
|
||||||
# Welcome to HashLips 👄
|
# Welcome to LivingDeads 👄
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
All the code in these repos was created and explained by HashLips on the main YouTube channel.
|
|
||||||
|
|
||||||
To find out more please visit:
|
# Art Engine 🔥
|
||||||
|
|
||||||
[📺 YouTube](https://www.youtube.com/channel/UC1LV4_VQGBJHTJjEWUmy8nA)
|
|
||||||
|
|
||||||
[👄 Discord](https://discord.com/invite/qh6MWhMJDN)
|
|
||||||
|
|
||||||
[💬 Telegram](https://t.me/hashlipsnft)
|
|
||||||
|
|
||||||
[🐦 Twitter](https://twitter.com/hashlipsnft)
|
|
||||||
|
|
||||||
[ℹ️ Website](https://hashlips.online/HashLips)
|
|
||||||
|
|
||||||
# HashLips Art Engine 🔥
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
Create generative art by using the canvas api and node js. Before you use the generation engine, make sure you have node.js(v10.18.0) installed.
|
Create generative art by using the canvas api and node js. Before you use the generation engine, make sure you have node.js(v10.18.0) installed.
|
||||||
|
|
||||||
|
@ -27,7 +13,7 @@ Create generative art by using the canvas api and node js. Before you use the ge
|
||||||
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.
|
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.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/HashLips/hashlips_art_engine.git
|
git clone https://git.ais-lab.eu/kevin.shehu/LivingDead_NFT_Project.git
|
||||||
```
|
```
|
||||||
|
|
||||||
Go to the root of your folder and run this command if you have yarn installed.
|
Go to the root of your folder and run this command if you have yarn installed.
|
||||||
|
@ -55,11 +41,11 @@ const layerConfigurations = [
|
||||||
{
|
{
|
||||||
growEditionSizeTo: 100,
|
growEditionSizeTo: 100,
|
||||||
layersOrder: [
|
layersOrder: [
|
||||||
{ name: "Head" },
|
{ name: "Background" },
|
||||||
{ name: "Mouth" },
|
{ name: "Skull" },
|
||||||
{ name: "Eyes" },
|
{ name: "Eyes" },
|
||||||
{ name: "Eyeswear" },
|
{ name: "Ears" },
|
||||||
{ name: "Headwear" },
|
{ name: "Body" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
@ -310,4 +296,4 @@ Trait type: Top lid
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Hope you create some awesome artworks with this code 👄
|
Lets create some awesome artworks with this code
|
||||||
|
|
Loading…
Reference in New Issue