denvash / react-canvas-annotation

A canvas annotation library for React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 92.9%Language:JavaScript 5.7%Language:HTML 1.4%