JSPM

highlight.js-js-styles

1.0.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 25
    • Score
      100M100P100Q46081F
    • License MIT

    all of highlight.js css style sheets as javascript objects

    Package Exports

    • highlight.js-js-styles
    • highlight.js-js-styles/dist/styles/default-style
    • highlight.js-js-styles/dist/styles/docco

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (highlight.js-js-styles) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    highlight.js-js-styles

    all of highlight.js css stylesheets available as javascript objects

    use

    npm i highlight.js-js-styles --save

    import { docco } from "highlight.js-js-styles";

    Then a javascript object will be available with highlight.js classNames serving as keys into the object.