
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
@filerobot/image-editor
Advanced tools
@filerobot/image-editor
![CodeSandbox][codeSandbox-image]
The image editor plugin provides different functionality for editing the image available in Filerobot Media Asset Widget, gives you the possibility to add watermark, text, shapes, edit image by filters, orientations...etc.
It is required in case you need to have edit image, variants, exporting functionalities.
npm install --save @filerobot/image-editor
yarn add @filerobot/image-editor
then
import ImageEditor from '@filerobot/image-editor'
...
...
...
filerobot.use(ImageEditor, propertiesObject)
The plugin from CDN is found inside Filerobot global object Filerobot.ImageEditor
const ImageEditor = window.Filerobot.ImageEditor
...
...
...
filerobot.use(ImageEditor, propertiesObject)
import '@filerobot/core/dist/style.css'
import '@filerobot/image-editor/dist/style.css'
or if you prefer the minified version
import '@filerobot/core/dist/style.min.css'
import '@filerobot/image-editor/dist/style.min.css'
The plugin's css file should be imported after the Core's css file for having the styles shown correctly.
localeType: object.
Default: default locales inside lib/defaultLocale.js.
Customizing some of the translations or the language's strings and replace the default locale.
forceOpenOnImgAddedToUploadType: boolean.
Default: false
Automatically open the image editor on adding a single image in upload panel. (Note: Upload panel must contain only 1 image).
Check the rest of the options available on filerobot-image-editor
Note:
filerobotobject property, would be overridden internally with yourcontainerproperty & SASS key generated throughsecurityTemplateIdproperty that are provided in @filerobot/core and cloudimage.token property's value would be the same ascontainerunless you provided another value.
FAQs
FilerobotImageEditor integration with Filerobot
The npm package @filerobot/image-editor receives a total of 75 weekly downloads. As such, @filerobot/image-editor popularity was classified as not popular.
We found that @filerobot/image-editor demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.