iqc-farel
v1.0.0
Published
Screenshot Iphone WhatsApp Chat Generator by Muhammad Farel
Maintainers
Readme
Screenshot Iphone WhatsApp Chat Generator by Muhammad Farel
Installation
git clone https://github.com/ZELARIXA/iqc-farel.git
cd iqc-farel
npm installExample 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 Muhammad Farel npm:iqc-farel'
}