Base64.js 0.1
Details
- Author
- Ryan Florence
- Current version
- 0.1
- GitHub
- rpflorence/Base64
- Downloads
- 3624
- Category
- Utilities
- Tags
- Report
- GitHub Issues
How to use
var str = "General Conference"; var encoded = str.toBase64(); var decoded = encoded.decodeBase64();
Future
Hope to add some methods for creating images. Fork and do it if you've go the interest :)
Discuss
A note on comments here: These comments are moderated. No comments will show up until they are approved. Comments that are not productive (i.e. inflammatory, rude, etc) will not be approved.
Found a bug in this plugin? Please report it this repository's Github Issues.
blog comments powered by Disqus