https://github.com/joeyguerra/datainimage
Javascript code that stores ASCII characters in an image using the HTML5 Canvas object.
https://github.com/joeyguerra/datainimage
Last synced: 3 months ago
JSON representation
Javascript code that stores ASCII characters in an image using the HTML5 Canvas object.
- Host: GitHub
- URL: https://github.com/joeyguerra/datainimage
- Owner: joeyguerra
- Created: 2012-04-22T23:13:01.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-04-22T23:30:49.000Z (about 13 years ago)
- Last Synced: 2025-01-26T06:23:11.450Z (4 months ago)
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
datainimage
===========Javasciript code that saves ASCII characters as an image using the HTML5 Canvas object.
I was looking for a way to save serialized JSON data as an image for my TODO web app so I could theoretically save an image on Google+ and use it as my data store for my TODO web app. This is my research.