JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q39281F
  • License MIT

SVG Annotation Component

Package Exports

  • react-svg-annotation

Readme

React SVG Annotation

Live Demo

Storybook Demo

Installation

# use yarn
yarn add react-svg-annotation

# use npm
npm install react-svg-annotation

Basic Usage

import { SvgAnnotation } from "react-svg-annotation";

const App = () => {
  return <SvgAnnotation />;
};

Component API

SvgAnnotation Component