Difference between revisions of "Script:Base64"
From Roll20 Wiki
Andreas J. (Talk | contribs) m |
Andreas J. (Talk | contribs) m (add category) |
||
Line 14: | Line 14: | ||
{{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}} | ||
+ | |||
+ | [[Category:API Meta Scripts]] |
Latest revision as of 14:15, 4 January 2022
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.
[edit] Changelog
v0.2 (2019-12-07)
v0.2 (2015-02-01)
- Release