1.0.2 • Published 2 years ago

ip2png v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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 image

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

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago