Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 685 Bytes

INSTALL.md

File metadata and controls

29 lines (18 loc) · 685 Bytes

Basic

All instructions can be found here.

Using directly from the UNPKG CDN

<link rel="stylesheet" href="https://unpkg.com/dracula-prism/dist/css/dracula-prism.css">

Or the minified file:

<link rel="stylesheet" href="https://unpkg.com/dracula-prism/dist/css/dracula-prism.min.css">

With Node or another build system

You can install with the command npm i dracula-prism` which comes ready with Prismjs installed.

If you're using Node or Webpack or Rollup or Browserify, etc., simply apply:

require('dracula-prism');