JSPM

  • Created
  • Published
  • Downloads 83061
  • Score
    100M100P100Q159617F
  • License MIT

Super lightweight JSX syntax highlighter

Package Exports

  • sugar-high

Readme

Sugar High

Super lightweight JSX syntax highlighter

Install

npm install --save sugar-high

Usage

import { highlight } from 'sugar-high'

const codeHTML = highlight(code)

document.querySelector('pre > code').innerHTML = codeHTML

LICENSE

MIT