susielu / react-annotation

Use react-annotation with built-in annotation types, or extend it to make custom annotations. It is made for annotations in SVG.
http://react-annotation.susielu.com/
Apache License 2.0
396 stars 34 forks source link

[WIP] Initialize flow and create initial annotation. #13

Closed jdetle closed 6 years ago

jdetle commented 6 years ago

Blocked until #14

jdetle commented 6 years ago

The only files that really need a review are:

Annotation: https://github.com/jdetle/react-annotation/blob/323796a3e6bd95894db45d0ebc451ea70453e7a9/src/components/Annotation.js

EditableAnnotation: https://github.com/jdetle/react-annotation/blob/323796a3e6bd95894db45d0ebc451ea70453e7a9/src/components/EditableAnnotation.js

jdetle commented 6 years ago

After babel7 and typescript, I should probably just close this. Thanks.