-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add image editor extension #43
base: main
Are you sure you want to change the base?
Add image editor extension #43
Conversation
|
||
onBeforeUnmount(() => { | ||
Object.keys(emit).forEach((eventName) => { | ||
editorInstance.off(eventName) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if this necessary even, when you destroy the editor instance ?
const appInfo = { | ||
name: $gettext('Image Editor'), | ||
id: applicationId, | ||
icon: 'file-code', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
icon: 'file-code', | |
icon: 'image-edit', |
@@ -0,0 +1,3 @@ | |||
# web-app-image-editor | |||
|
|||
This application can be used for viewing image files in a prettified way. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought this should be an editor, no ?😄
af058a1
to
25e3de6
Compare
This will ideally feature a full Vue3 port of https://ui.toast.com/tui-image-editor once it's finished