An open API service indexing awesome lists of open source software.

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.

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.