Use Curvenote

curvenote.dev - logo

NPM Version MIT License GitHub Stars Twitter Follow

Getting Started

The easiest way to get started is to put the Javascript bundle and the stylesheet directly to your page:

<link rel="stylesheet" href="https://unpkg.com/@curvenote/article/dist/curvenote.css"> <script src="https://unpkg.com/@curvenote/article"></script>

You can also download the latest release from GitHub. If you are running this without a web server, ensure the script has charset="utf-8" in the script tag. You can also install from npm:

npm install @curvenote/article @curvenote/components @curvenote/svg @curvenote/runtime

You should then be able to extend the package as you see fit:

import components from '@curvenote/article';

See Curvenote on GitHub for more information about the libraries.


Made with love by Curvenote
Last updated August 24th, 2021