Package Exports
- react-svg-annotation
Readme
React SVG Annotation
Live 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 />;
};