# sppro-image-annote

> Image Annotation in React

Latest version **1.0.4** (published 2019-10-18) · MIT license · 0 weekly downloads

## Install

```sh
npm install sppro-image-annote
pnpm add sppro-image-annote
yarn add sppro-image-annote
bun add sppro-image-annote
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.4 |
| Published | 2019-10-18 |
| First published | 2019-10-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Node | >=8 |
| Dependencies | 0 |
| Unpacked size | 114.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | SharePointPro |
| Maintainers | sppro |

## Links

- npm: https://www.npmjs.com/package/sppro-image-annote
- Repository: https://github.com/SharePointPro/sppro-image-annote
- Homepage: https://github.com/SharePointPro/sppro-image-annote#readme
- Issues: https://github.com/SharePointPro/sppro-image-annote/issues
- npm.io page: https://npm.io/package/sppro-image-annote

## Recent versions

- 1.0.4 (latest) — 2019-10-18
- 1.0.3 — 2019-10-18
- 1.0.2 — 2019-10-18
- 1.0.1 — 2019-10-18
- 1.0.0 — 2019-10-18

## README

# sppro-image-annote
> Image Annotation in React

Live Demo:
https://sharepointpro.github.io/sppro-image-annote/

Screenshot:
![Screen shot](https://sharepointpro.github.io/sppro-image-annote/imageannote.PNG "Optional title")


[![NPM](https://img.shields.io/npm/v/sppro-image-annote.svg)](https://www.npmjs.com/package/sppro-image-annote) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save sppro-image-annote
```

## Usage

```jsx
import React, { Component } from 'react'

import SpproImageAnnote from 'sppro-image-annote'

class Example extends Component {
  render () {
    return (
         <SpproImageAnnote url={roomImage} onSave={this.onSave} />
    )
  }
}
```

## API
onSave : Return Base64 of edited image

url: URL of the image to be edited

## Style overrides
Add the below style classes to your project to override default  
.sppro-overlay //Background overlay styles  
.sppro-toolbar //Toolbar styles  

## Special thanks
Thanks to https://konvajs.org/ for the great library

# Dependencies
   konva,  
   react-konva,  
   @fortawesome/fontawesome-svg-core,  
   @fortawesome/free-solid-svg-iconsm,  
   @fortawesome/react-fontawesome,  
   react-color  

## License

MIT © [SharePointPro](https://github.com/SharePointPro)
=======
Simple react Image annotation library
>>>>>>> 744d6d373bd04f60d6f5be6339db61f68586ff6e

---
_Source: https://npm.io/package/sppro-image-annote · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
