1.0.0 • Published 2 years ago

@violetics/canvas v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Violetics API Canvas

Canvas API Wrapper for https://violetics.pw/api/canvas

@@ Created on 20-03-22 | Violetics @@

Installation

npm install @violetics/canvas

yarn add @violetics/canvas

Example Request

"use strict";
const Violetics = require("@violetics/canvas");
const canvas = new Violetics("API_KEY"); // register on https://violetics.pw/ to get your own apikey
const fs = require("fs");

let wa = new canvas.WhatsappProfile()
	.setUsername("Mr. Violetics")
	.setAbout("Violetics is da best")
	.setNumber("62895333381439")
	.setAvatar("https://violetics.pw/assets/images/logo.png");

wa.toBuffer()
	.then(({ type, buffer }) => {
		let path = `./result.${type.ext}`;
		fs.writeFileSync(path, buffer);
		let writeBuffer = fs.readFileSync(path);
		console.log(writeBuffer);
	})
	.catch((error) => console.error(error));

DISCLAIMER

Information

+ dont forget to star <3
! contribute to this project! ~~~
- please add issue if you having problem with installation

! github: https://github.com/Violetics/canvas
1.0.0

2 years ago

0.8.5

2 years ago

0.6.5

2 years ago

0.4.3

2 years ago

0.3.5

2 years ago

0.2.0

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0-2

2 years ago

0.1.0-1

2 years ago

0.1.0-0

2 years ago

0.1.0

2 years ago