diff --git a/docs/canvas-guide.md b/docs/INSTRUCTIONS.md similarity index 96% rename from docs/canvas-guide.md rename to docs/INSTRUCTIONS.md index 2045545..5d982bb 100644 --- a/docs/canvas-guide.md +++ b/docs/INSTRUCTIONS.md @@ -5,6 +5,7 @@ - [x] node-fetch - [x] chalk - [x] chart.js + - [x] axios - GIF Section - [x] pixel-gif - Font Section @@ -21,6 +22,11 @@ - [x] dwebp https://developers.google.com/speed/webp/download - [x] palette.js https://github.com/google/palette.js/blob/master/palette.js +## Preparation + +> Use **Npm i axios** since that's a required library by **DBM-E** +![image](https://cdn.discordapp.com/attachments/886234967338786896/933278405363900426/index.png) + ## Documentation ### Basic Image Manipulate * [Create Image](#create-image) @@ -310,4 +316,4 @@ const image = await this.Canvas.bridge(img, 0) 15. Canvas Set Gif Option 16. Store Canvas Info 17. Canvas Generate Graph -18. About Canvas Mod \ No newline at end of file +18. About Canvas Mod