Perseus, with fewer global deps
A version of https://github.com/Khan/perseus that has all the global js dependencies in place.
This does not include the css dependencies, however you can look at QuestionRenderer.js for an example of how to load those too, if you are using webpack or another system that supports importing css files.
Usage:
npm install --save perseus-configured
import Perseus from 'perseus-configured';
or
const Perseus = require('perseus-configured');
This repo is also an example application for using Perseus. See App.js and QuestionRenderer.js for an example of how to use perseus-configured.
To start it, run:
npm install
npm run start
Or, if you'd like to supply Perseus's dependencies yourself, feel free to use perseus-globals.js, i18n.js, and kas.js for your own project.