Package Exports
- @confuzzle/confuz-crossword
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@confuzzle/confuz-crossword) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@confuzzle/confuz-crossword
This package is for converting to and from .confuz format. For a parser to
convert this format into a usable object, see @confuzzle/confuz-parser.
Methods
compressURL(x)- convertxfrom.confuzto a format suitable for URLs,decompressURL(x)- convert from compressed URL format to a.confuzformatted stringfromCrossword(crossword, options)- returns a.confuzformatted string representing the object as returned by@confuzzle/confuz-parser. Ifoptions.scrambleistrue, applybase64scrambling of answers.fromPuz(x)- returns a.confuzformatted string representingxwherexis in.puzbinary formattoPuz(s)- returns aShareablePuzfrom a.confuzformatted strings. See@confuzzle/puz-sharing.
In the above methods, x is anything compatible with Buffer.from().