🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

perseus-configured

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

perseus-configured

perseus, with fewer global deps

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

perseus-configured

Perseus, with fewer global deps

About

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');

Example

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.

License

MIT licensed

FAQs

Package last updated on 12 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts