1.0.0 • Published 12 months ago

discord-fake-screenshot v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

Discord Screenshot Generator

This package will help you create realistic images that simulate messages from Discord

(Not published to NPM)

Installation

NPM:\ npm install discord-screenshot\ Yarn:\ yarn add discord-screenshot

How to use

new DiscordScreenshot()
    .setPfp('./pfp.png')
    .then(x => x.setUsername('MrTomato'))
    .then(x => x.setTimestamp(new Date()))
    .then(x => x.setContent('Hello world!'))
    .then(x => x.construct())
    .then(x => x.write('./output.png'));

How was this made

Check the MEASUREMENTS file for the measurements used to create the image accurately

1.0.0

12 months ago