1.1.0 • Published 4 years ago

react-canvas-annotation v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

react-canvas-annotation

A canvas annotation library for React.

NPM JavaScript Style Guide

SS

Overview

An annotation component implemented with React. Built on Canvas API

  • Supports Rectangles and Polygons shapes.
  • Supports zoom, dragging and more.

Check out the Demo Page and example code.

Install

yarn add react-canvas-annotation

Usage

import ReactCanvasAnnotation from 'react-canvas-annotation';

<ReactCanvasAnnotation
  zoom={zoom}
  imageFile={imageFile}
  labels={labels}
  onChange={setLabels}
  annotationType={annotationType}
  isImageDrag={isImageDrag}
  onMouseOut={onMouseOut}
  onHover={onHover}
  onClick={onClick}
/>;

License

MIT © denvash