New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

klassic

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

klassic - npm Package Compare versions

Comparing version

to
1.0.1

2

package.json
{
"name": "klassic",
"version": "1.0.0",
"version": "1.0.1",
"description": "A discord.js framework",

@@ -5,0 +5,0 @@ "main": "index.js",

# Klassic JS
#### Klassic is an async-await based image(not only that) utility package.
## What can it do?
- Create your own images, for example, you can create a custom youtube comment image with `<KlassicJS>.comment(avatar, username, comment)`
- Create your own images, for example, you can create a custom youtube comment image with `<Klassic>.comment(avatar, username, comment)`
- Get a random emotion gif for example: hug, kiss, pat, wink

@@ -12,3 +12,3 @@

// discord.js bot example
const {emotions} = require('klassic-js');
const {emotions} = require('klassic');

@@ -25,3 +25,3 @@ <Client>.on('message', async(msg) => {

// discord.js bot example
const {image} = require('klassic-js');
const {image} = require('klassic');

@@ -38,3 +38,3 @@ <Client>.on('message', async(msg) => {

// discord.js bot example
const {others} = require('klassic-js');
const {others} = require('klassic');

@@ -41,0 +41,0 @@ <Client>.on('message', async(msg) => {