ADD : Read Me
parent
da22559503
commit
f55563d8d5
32
README.md
32
README.md
|
@ -1,24 +1,10 @@
|
|||
# Welcome to HashLips 👄
|
||||
# Welcome to LivingDeads 👄
|
||||
|
||||
![](https://github.com/HashLips/hashlips_art_engine/blob/main/logo.png)
|
||||
![](https://git.ais-lab.de/kevin.shehu/LivingDead_NFT_Project/hashlips_art_engine/blob/main/logo.png)
|
||||
|
||||
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 🔥
|
||||
|
||||
![](https://github.com/HashLips/hashlips_art_engine/blob/main/banner.png)
|
||||
|
||||
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.
|
||||
|
||||
```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.
|
||||
|
@ -55,11 +41,11 @@ const layerConfigurations = [
|
|||
{
|
||||
growEditionSizeTo: 100,
|
||||
layersOrder: [
|
||||
{ name: "Head" },
|
||||
{ name: "Mouth" },
|
||||
{ name: "Background" },
|
||||
{ name: "Skull" },
|
||||
{ name: "Eyes" },
|
||||
{ name: "Eyeswear" },
|
||||
{ name: "Headwear" },
|
||||
{ name: "Ears" },
|
||||
{ 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