1.2.0 • Published 5 years ago

prism-es6 v1.2.0

Weekly downloads
3,145
License
ISC
Repository
github
Last release
5 years ago

prism-es6

This module is just a wrapper around the popular prismjs library, to enable importing using ES6 syntax.

Usage

npm install --save prism-es6
import Prism from 'prism-es6';

Now you can run use Prism API without the highlighter being executed on import.

For API options see : Prism API