Skip to content

Commit

Permalink
GITBOOK-6: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
SrGobi authored and gitbook-bot committed Feb 23, 2024
1 parent f3fb0fe commit 22f940c
Show file tree
Hide file tree
Showing 11 changed files with 1,433 additions and 1,520 deletions.
93 changes: 41 additions & 52 deletions docs/๐Ÿฅณ Welcome.md โ†’ docs/README.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,46 @@
# [![Typing SVG](https://readme-typing-svg.herokuapp.com?font=Fira+Code&weight=500&size=40&pause=1000&color=5865F2&multiline=true&random=false&width=435&lines=Canvacard)](#)
# ๐Ÿฅณ Welcome

## [![Typing SVG](https://readme-typing-svg.herokuapp.com/?font=Fira+Code\&weight=500\&size=40\&pause=1000\&color=5865F2\&multiline=true\&random=false\&width=435\&lines=Canvacard)](./)

Potente herramienta de manipulaciรณn de imรกgenes para manipular imรกgenes fรกcilmente.

<p align="center"><a href="https://nodei.co/npm/canvacard/"><img src="https://nodei.co/npm/canvacard.png"></a></p>
<p align="center"><img src="https://img.shields.io/npm/v/canvacard?style=for-the-badge"> <img src="https://img.shields.io/npm/l/hercai?style=for-the-badge"> <img src="https://img.shields.io/npm/dt/canvacard?style=for-the-badge"> <a href="https://discord.gg/cqrN3Eg" target="_blank"> <img alt="Discord" src="https://img.shields.io/badge/Support-Click%20here-7289d9?style=for-the-badge&logo=discord"> </a> </p>
[![](https://nodei.co/npm/canvacard.png)](https://nodei.co/npm/canvacard/)

![](https://img.shields.io/npm/v/canvacard?style=for-the-badge) ![](https://img.shields.io/npm/l/hercai?style=for-the-badge) ![](https://img.shields.io/npm/dt/canvacard?style=for-the-badge) [![Discord](https://img.shields.io/badge/Support-Click%20here-7289d9?style=for-the-badge\&logo=discord)](https://discord.gg/cqrN3Eg)

## [![Typing SVG](https://readme-typing-svg.herokuapp.com?font=Fira+Code&weight=500&pause=1000&color=F20000&random=false&width=435&lines=%E2%9D%94How+To+Install%3F)](#)
### [![Typing SVG](https://readme-typing-svg.herokuapp.com/?font=Fira+Code\&weight=500\&pause=1000\&color=F20000\&random=false\&width=435\&lines=%E2%9D%94How+To+Install%3F)](./)

```console
npm i canvacard
```

# [![Typing SVG](https://readme-typing-svg.herokuapp.com?font=Fira+Code&weight=500&pause=1000&&color=00EDFF&random=false&width=435&lines=%F0%9F%8E%AF+Describing)](#)
## [![Typing SVG](https://readme-typing-svg.herokuapp.com/?font=Fira+Code\&weight=500\&pause=1000&\&color=00EDFF\&random=false\&width=435\&lines=%F0%9F%8E%AF+Describing)](./)

For **CommonJS**

```javascript
const canvacard = require("canvacard");
```

For **EsModule** And **TypeScript**

```javascript
import canvacard from "canvacard";
```

# Features
## Features

- Sรบper simple y fรกcil de usar ๐Ÿ˜Ž
- Mรกs rรกpido que canvacard v4 ๐Ÿš€
- ยฟMรกs de **50 mรฉtodos** ...? ยกHurra! ๐ŸŽ‰
- Construido sobre un lienzo de nodos y sin tonterรญas involucradas ๐Ÿ”ฅ
- Orientado a objetos ๐Ÿ’ป
- Apto para principiantes ๐Ÿค“
- Soporta emojis ๐Ÿ˜€
* Sรบper simple y fรกcil de usar ๐Ÿ˜Ž
* Mรกs rรกpido que canvacard v4 ๐Ÿš€
* ยฟMรกs de **50 mรฉtodos** ...? ยกHurra! ๐ŸŽ‰
* Construido sobre un lienzo de nodos y sin tonterรญas involucradas ๐Ÿ”ฅ
* Orientado a objetos ๐Ÿ’ป
* Apto para principiantes ๐Ÿค“
* Soporta emojis ๐Ÿ˜€

# Ejemplos
## Ejemplos

## Rank Card
### Rank Card

```js
const canvacard = require("canvacard");
Expand Down Expand Up @@ -69,21 +73,16 @@ rank.build()
});
```

<details open>
<details>

<summary>PREVIEW</summary>
<br>
<a>
<img src="https://i.imgur.com/fgqOnhH.png">
</a>
<a>
<img src="https://i.imgur.com/QBP7kO6.png">
</a>
<a>
<img src="https://i.imgur.com/V8vpyKL.png">
</a>

\
![](https://i.imgur.com/fgqOnhH.png) ![](https://i.imgur.com/QBP7kO6.png) ![](https://i.imgur.com/V8vpyKL.png)

</details>

## Welcomer Card
### Welcomer Card

```js
const canvacard = require("canvacard");
Expand All @@ -110,24 +109,16 @@ welcomer.build()
});
```

<details open>
<details>

<summary>PREVIEW</summary>
<br>
<a>
<img src="https://i.imgur.com/EWGFp1C.png">
</a>
<a>
<img src="https://i.imgur.com/5O7xmVe.png">
</a>
<a>
<img src="https://i.imgur.com/S9AkanK.png">
</a>
<a>
<img src="https://i.imgur.com/AqJcx6K.png">
</a>

\
![](https://i.imgur.com/EWGFp1C.png) ![](https://i.imgur.com/5O7xmVe.png) ![](https://i.imgur.com/S9AkanK.png) ![](https://i.imgur.com/AqJcx6K.png)

</details>

## Otros ejemplos
### Otros ejemplos

```js
const Discord = require('discord.js');
Expand All @@ -151,17 +142,15 @@ client.on('messageCreate', async (message) => {
client.login('Tu_Bot_Token_aqui');
```

<details open>
<details>

<summary>PREVIEW</summary>
<br>
<a>
<img src="https://i.imgur.com/tOGNj5d.png">
</a>
<a>
<img src="https://i.imgur.com/tNbpx68.jpg">
</a>

\
![](https://i.imgur.com/tOGNj5d.png) ![](https://i.imgur.com/tNbpx68.jpg)

</details>

# Nota
## Nota

> โš  | Para usar `Canvacard#CaptchaGen`, es posible que deba instalar paquetes como **[captcha-canvas](https://npmjs.com/package/captcha-canvas)**.
> โš  | Para usar `Canvacard#CaptchaGen`, es posible que deba instalar paquetes como [**captcha-canvas**](https://npmjs.com/package/captcha-canvas).
14 changes: 14 additions & 0 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Table of contents

* [๐Ÿฅณ Welcome](README.md)
* [๐Ÿ–‹๏ธ Plugins](<๐Ÿ–‹๏ธ Plugins.md>)
* [๐Ÿ—‚๏ธ Classes](<๐Ÿ—‚๏ธ Classes/README.md>)
* [๐ŸŽจ Leaver](<๐Ÿ—‚๏ธ Classes/๐ŸŽจ Leaver.md>)
* [๐ŸŽจ Welcomer](<๐Ÿ—‚๏ธ Classes/๐ŸŽจ Welcomer.md>)
* [๐ŸŽฎ FortniteShop](<๐Ÿ—‚๏ธ Classes/๐ŸŽฎ FortniteShop.md>)
* [๐ŸŽฏ Canvacard](<๐Ÿ—‚๏ธ Classes/๐ŸŽฏ Canvacard.md>)
* [๐ŸŽถ Spotify](<๐Ÿ—‚๏ธ Classes/๐ŸŽถ Spotify.md>)
* [๐Ÿ† Rank](<๐Ÿ—‚๏ธ Classes/๐Ÿ† Rank.md>)
* [๐Ÿ“Š FortniteStats](<๐Ÿ—‚๏ธ Classes/๐Ÿ“Š FortniteStats.md>)
* [๐Ÿ–‹๏ธ Plugins](<๐Ÿ—‚๏ธ Classes/๐Ÿ–‹๏ธ Plugins.md>)
* [๐Ÿช„ Util](<๐Ÿ—‚๏ธ Classes/๐Ÿช„ Util.md>)
2 changes: 2 additions & 0 deletions docs/๐Ÿ—‚๏ธ Classes/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# ๐Ÿ—‚๏ธ Classes

Loading

0 comments on commit 22f940c

Please sign in to comment.