Socket
Socket
Sign inDemoInstall

@canvacord/beta

Package Overview
Dependencies
82
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @canvacord/beta

Simple & easy to use image manipulation module for beginners.


Version published
Weekly downloads
7
increased by40%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

Canvacord

Simple & easy to use image manipulation module.

v6 WIP

https://canvacord.js.org

Example

Triggered

import { ImageMaker } from "canvacord";
import { promises as fs } from "fs";

const image = getImageSomehow();
const triggered = await ImageMaker.trigger(image);
await fs.writeFile("./triggered.gif", triggered);

img

Keywords

FAQs

Last updated on 28 May 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc