# master-photo

> A photo editor for Web

Latest version **0.1.3** (published 2020-03-11) · 0 weekly downloads

## Install

```sh
npm install master-photo
pnpm add master-photo
yarn add master-photo
bun add master-photo
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.3 |
| Published | 2020-03-11 |
| First published | 2020-02-24 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 6 |
| Unpacked size | 7.7 MB |
| Known vulnerabilities | 0 (+3 in 2 direct dependencies) |
| Install scripts | no |
| Author | Tang Lv |
| Maintainers | tanglv |
| Keywords | vue, fabric, photo, photo editor, element ui |

## Links

- npm: https://www.npmjs.com/package/master-photo
- Homepage: https://tangme.github.io/master-photo-doc/
- npm.io page: https://npm.io/package/master-photo

## Dependencies (6)

- [vue](https://npm.io/package/vue.md) ^2.6.10
- [fabric](https://npm.io/package/fabric.md) ^3.6.0
- [lodash](https://npm.io/package/lodash.md) ^4.17.15
- [core-js](https://npm.io/package/core-js.md) ^3.4.4
- [element-ui](https://npm.io/package/element-ui.md) ^2.13.0
- [bignumber.js](https://npm.io/package/bignumber.js.md) ^9.0.0

## Alternatives

- [ext-list](https://npm.io/package/ext-list.md) — 6.3M weekly downloads
- [@lexical/selection](https://npm.io/package/@lexical/selection.md) — 3.8M weekly downloads
- [@lexical/text](https://npm.io/package/@lexical/text.md) — 3.6M weekly downloads
- [@lexical/clipboard](https://npm.io/package/@lexical/clipboard.md) — 3.0M weekly downloads
- [@tiptap/extension-mention](https://npm.io/package/@tiptap/extension-mention.md) — 3.0M weekly downloads

## Recent versions

- 0.1.3 (latest) — 2020-03-11
- 0.1.2 — 2020-03-03
- 0.1.1 — 2020-02-26
- 0.1.0 — 2020-02-24

## README

> master-photo is a photo editor for Web.

## Links

- [online demo](https://tangme.github.io/master-photo-demo/)
- [online docs](https://tangme.github.io/master-photo-doc/)

## Install

```
npm install master-photo -S
```

### Quick Start

```
import Vue from 'vue'
import Masterphoto from "master-photo";
import "master-photo/dist/masterphoto.css";

Vue.use(Masterphoto);
```

## Browser Support

Modern browsers and Internet Explorer 10+.

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