1.3.4 • Published 5 years ago

poplar-master v1.3.4

Weekly downloads
8
License
-
Repository
-
Last release
5 years ago

Poplar

Quick start

Install

npm i poplar-master

or if you'd like to use yarn

yarn add poplar-master

Create

import {Annotator} from 'poplar-master'
/**
  * Create an Annotator object
  * @param data          can be JSON or string
  * @param htmlElement   the html element to bind to
  * @param config        config object
  */
new Annotator(data: string, htmlElement: HTMLElement, config?: Object)

More info

View our API Reference here.

Want to contribute?

See our Developer's Guide.

1.3.4

5 years ago

1.3.3

5 years ago