@filerobot/image-annotator

1.8.1 • Public • Published

@filerobot/image-annotator

The image editor plugin provides different functionality for editing the image available in the widget, gives you the possibility to add watermark, text, shapes, edit image by filters, orientations...etc.

Usage

From NPM

The plugin is on NPM as @filerobot/image-annotator

npm install --save @filerobot/image-annotator

then

import ImageAnnotator from '@filerobot/image-annotator'
...
...
...
filerobot.use(ImageAnnotator, optionsObject)

From CDN

The plugin from CDN is found inside Filerobot global object Filerobot.ImageAnnotator

const ImageAnnotator = window.Filerobot.ImageAnnotator
...
...
...
filerobot.use(ImageAnnotator, optionsObject)

Plugin's styles are auto-loaded and integrated in plugin's js

Options

id: string (optional)

default: 'ImageAnnotator'

An unique identifier for the plugin to be indentified between the other plugins through it.

locale: object (optional)

default: default locales inside lib/defaultLocale.js.

Customizing some of the translations or the language's strings and replace the default locale.

Check the rest of the options available on filerobot-image-annotator

Readme

Keywords

none

Package Sidebar

Install

npm i @filerobot/image-annotator

Weekly Downloads

2

Version

1.8.1

License

MIT

Unpacked Size

15.7 kB

Total Files

8

Last publish

Collaborators

  • philipka
  • amrw.js
  • amr26
  • ahmeeedmostafa
  • vitaly.shaposhnik