posecode-share
v0.4.2
Published
Encode/decode .posecode documents to URL-safe share tokens — the distribution primitive for Posecode permalinks and embeds.
Maintainers
Readme
posecode-share
Encodes and decodes .posecode documents to URL-safe share tokens: the
distribution primitive behind Posecode playground
permalinks and embeds. Pure, dependency-free.
Install
npm install posecode-shareUsage
import { buildShareHash, readShareHash } from "posecode-share";
const hash = buildShareHash(myPosecodeSource); // "#doc=…"
const link = `https://posecode.org/play${hash}`;
// On the receiving page:
const source = readShareHash(window.location.hash);License
Apache-2.0
