xd-crossword-parser

A library for converting .xd crossword data (as defined by Saul Pwanson - http://xd.saul.pw) to JSON by Jason Norwood-Young

Usage no npm install needed!

<script type="module">
  import xdCrosswordParser from 'https://cdn.skypack.dev/xd-crossword-parser';
</script>

README

xd-crossword-parser

A library for converting .xd crossword data (as defined by Saul Pwanson - http://xd.saul.pw) to JSON by Jason Norwood-Young

branches functions lines statements

Installing

npm install --save xd-crossword-parser

Usage (Babel, Node.js etc)

const xdparser = require("xd-crossword-parser");
let crosswordData = xdparser(data);

Testing

npm i
npm run test