ip2png
v1.0.2
Published
Converts your IPv4 address to a 4x4 2-bit PNG which you can extract the IP from.
Downloads
4
Readme
IP-to-PNG
Converts your IPv4 address to a 4x4 2-bit PNG which you can extract the IP from.
Run npm install and it will automatically install needed dependencies.
Example usage:
const fs = require('fs')
const ip2png = require('ip2png')
ip2png.Convert("1.1.1.1").pack().pipe(fs.createWriteStream('./output.png'));How does this work??. Here's a tutorial

Demo: https://fed.gay/x/love.png
