Example Cardscript JSON files, to help with testing and documentation. Includes loader utility.
- Note: files
$ npm install cardscript-schema --saveconstexampleLoader=require('@wmfs/cardscript-examples')// Loads an example from the /lib/fixtures dir.// Param is name of JSON file, without .jsonconstsimpleFormExample=exampleLoader('simple-form')$ npm test