Skip to content

Hanzz98/iqc-canvas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm version

Screenshot Iphone WhatsApp Chat Generator by Hann Universe

Installation

git clone https://github.com/Hanzz98/iqc-canvas.git
cd iqc-canvas
npm install

Example Code

const { generateIQC } = require("iqc-canvas");

const result = await generateIQC('Hello World', '00.00', {
  baterai: [true, "100"],
  operator: true,
  timebar: true,
  wifi: true
});

console.log(result)

Output JSON

{
    success: true,
    image: <buffer>,
    mimeType: 'image/png',
    timestamp: 1767772355,
    message: 'Created by Hann Universe npm:iqc-canvas'
}

About

Screenshot Iphone WhatsApp Chat Generator by Hann Universe

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors