Readme

ascii85

Or Base85 - this is similar to the other z85 example, it just uses different character mappings.

1
2
3
4
export const ascii85example = (async () => {
const { default: ascii85 } = await import("npm:ascii85");
return ascii85.encode(crypto.randomUUID()).toString();
})();
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
October 23, 2023