Skip to content

thedemodev/react-canvas-annotation

 
 

Repository files navigation

This package is for internal use, it is not officialy stable.

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

About

A canvas annotation library for React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.9%
  • JavaScript 5.7%
  • HTML 1.4%