# spoondev

> Wrapper oficial de zeew - imagenes para interaccion y api

Latest version **1.4.1** (published 2025-01-30) · MIT license · 0 weekly downloads

## Install

```sh
npm install spoondev
pnpm add spoondev
yarn add spoondev
bun add spoondev
```

## Health

**Score 25/100 (F)** — status: maintenance-mode.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.4.1 |
| Published | 2025-01-30 |
| First published | 2023-06-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 3.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Juanppdev |
| Maintainers | fomundifr |
| Keywords | spoondev, spoon api, spoonapi, bienvenida para discord, cards para discord |

## Links

- npm: https://www.npmjs.com/package/spoondev
- npm.io page: https://npm.io/package/spoondev

## Dependencies (1)

- [node-superfetch](https://npm.io/package/node-superfetch.md) ^0.1.10

## Alternatives

- [replicas-cli](https://npm.io/package/replicas-cli.md) — 3.0K weekly downloads
- [env-contract](https://npm.io/package/env-contract.md) — 133 weekly downloads
- [@openveo/api](https://npm.io/package/@openveo/api.md) — 61 weekly downloads
- [@ryniaubenpm2/cumque-error-reiciendis](https://npm.io/package/@ryniaubenpm2/cumque-error-reiciendis.md) — 54 weekly downloads
- [ts-global-type-extra](https://npm.io/package/ts-global-type-extra.md) — 11 weekly downloads

## Recent versions

- 1.4.1 (latest) — 2025-01-30
- 1.4.0 — 2025-01-30
- 1.3.7 — 2025-01-30
- 1.3.6 — 2025-01-30
- 1.3.5 — 2025-01-30
- 1.3.4 — 2025-01-30
- 1.3.3 — 2025-01-30
- 1.3.2 — 2025-01-30
- 1.3.1 — 2025-01-30
- 1.3.0 — 2025-01-30
- 1.2.2 — 2025-01-29
- 1.2.1 — 2025-01-29
- 1.2.0 — 2025-01-28
- 1.1.4 — 2025-01-28
- 1.1.2 — 2025-01-28
- … 10 more at https://npm.io/package/spoondev/versions

## README

# Bienvenidos a Spoon

Este modulo te servira para manipular imagenes, como por ejemplo arregar imagenes, texto y cambiar el color de los textos.

Este Modulo npm esta pensado para realizar tu bot de Discord.

ATENCION: Para recibir tu token debes de ingresar a nuestro servidor de discord y perdirlo en el canal correspondiente

[Discord](https://discord.gg/uSjZvCQDpc)

#Ejemplo
## Modo de uso
```
const Spoon = require('spoondev');
const img = new Zeew.img('tu-token');


const card = new img.card
			.bienvenida()
			.token('to-token')
			.avatar('tu-avatar')
			.fondo('tu-fondo')
			.titulo('Bienvenido al servidor')
			.descripcion('Juanppdev');

		const render = await img.card.render(card);
```

# Versiones
 1.0.0:  generacion de imagenes arreglada

---
_Source: https://npm.io/package/spoondev · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
