Difference between revisions of "Script:Base64"
From Roll20 Wiki
Andreas J. (Talk | contribs) m (updated to 0.3.2) |
Andreas J. (Talk | contribs) m |
||
Line 12: | Line 12: | ||
=== Changelog === | === Changelog === | ||
− | |||
{{changelog version|0.2|2019-12-07|* [https://github.com/Roll20/roll20-api-scripts/pull/889 link]}} | {{changelog version|0.2|2019-12-07|* [https://github.com/Roll20/roll20-api-scripts/pull/889 link]}} | ||
{{changelog version|0.2|2015-02-01|* Release}} | {{changelog version|0.2|2015-02-01|* Release}} |
Revision as of 15:22, 17 June 2020
API ScriptAuthor: Aaron C. M.
Version: 0.3.2
Last Modified: 2019-12-07
Code: Base64
Dependencies: None
Conflicts: None
Version: 0.3.2
Last Modified: 2019-12-07
Code: Base64
Dependencies: None
Conflicts: None
This article is a stub. |
Base 64 encoding for Roll20 Scripts. (Adapted from http://www.webtoolkit.info/ )
This script is used as a dependency for other scripts that need to encode data for transfer between Games or for downloading.
Changelog
v0.2 (2019-12-07)
v0.2 (2015-02-01)
- Release