apexify.js 3.0.0 → 3.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@ Greetings everyone! 🌟 This marks the release of a beta version for our packag
4
4
 
5
5
  # Added new 🆕
6
6
 
7
- ### Check our server for the code and usage for leveling system
7
+ ### Check our server for info and help
8
8
  <details>
9
9
 
10
10
  - New chat models has been added (starChat, zephyr-beta, gemma-v and v4)
@@ -180,7 +180,7 @@ module.exports = {
180
180
  </details>
181
181
  </details>
182
182
 
183
- ## 📸 Manipulating Images Using Canvas 🎨
183
+ ### 📸 Manipulating Images Using Canvas 🎨
184
184
  <details>
185
185
  Add images, shapes, and effects to images with ease!
186
186
 
@@ -323,14 +323,14 @@ console.log(buffer)
323
323
 
324
324
  - Explore a detailed list of apexify.js and their usage at our [Support Server](https://discord.gg/MbrvstwNjs).
325
325
 
326
- ## 🚨 Important Notes 📌
326
+ ### 🚨 Important Notes 📌
327
327
 
328
328
  1. **Voice Messages:** Currently in beta, occasional disruptions may occur.
329
329
 
330
330
  Keep experimenting, and feel free to contact me for assistance! Suggestions and adjustments are welcome. 🌟
331
331
  </details>
332
332
 
333
- # Draw Models
333
+ #### Draw Models
334
334
  <details>
335
335
  <summary>Click to display models</summary>
336
336
  - v1
@@ -402,7 +402,7 @@ Keep experimenting, and feel free to contact me for assistance! Suggestions and
402
402
  - toonyou_beta6.safetensors [980f6b15]
403
403
  </details>
404
404
 
405
- # chat Models
405
+ #### chat Models
406
406
  <details>
407
407
  <summary>Click to display models</summary>
408
408
  - v3
@@ -418,7 +418,7 @@ Keep experimenting, and feel free to contact me for assistance! Suggestions and
418
418
  </details>
419
419
 
420
420
 
421
- # Voice Models
421
+ #### Voice Models
422
422
  <details>
423
423
  <summary>Click to display models</summary>
424
424
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apexify.js",
3
- "version": "3.0.0",
3
+ "version": "3.0.2",
4
4
  "description": "Ai and Canvas library. Supports typescript and javascript",
5
5
  "main": "index.js",
6
6
  "scripts": {