Skip to content
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

Vectorizer and design essentials plugins #9

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

DanielHauschildt
Copy link

I left remove-background for now untouched for now.

Added everything I did so far, including revamping some details about the plugin api, if you generally concur than I would merge it for now or create something so I can keep on working with that.

Let me know what you think

Copy link

vercel bot commented Mar 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
plugins-web ❌ Failed (Inspect) Mar 5, 2024 7:12pm

Copy link
Contributor

@mirko314 mirko314 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking forward to using this, especially the commands and the vectorizer!

I've only been able to skim over the 160 changed files due to the volume. I've added some comments.
I've successfully build and tried this branch locally.
Personally, I feel that plugin-replicate-io and some of the experimental stuff maybe should not be merged into main, instead maybe should be extracted into their own PR until they are ready for consumptions.
Maybe it would make sense to keep the main "clean" with only really consumable plugins since this is public but not sure.

Also, the build step has failed, would you mind looking into it?

@@ -0,0 +1,40 @@
# IMG.LY CE.SDK Plugin Vectorizer
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What exactly is this plugin-core? This Readme does not seem correct

Comment on lines +2 to +10
Define feature flags

Feature Enabled
Feature Permissions





Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file seems like a mental note. Not sure I'd like this to be merged, could be an issue or extracted into another PR

Comment on lines +4 to +5
// TODO: Extend this with the builtin commands from other packages

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we remove this?

Comment on lines +79 to +90
// {
// // THIS DOES not belong here maybe
// ctx.logger?.trace("Defaulting canvas menu order")
// const canvasMenuEntries = [
// PluginManifest.contributes.ui.button.id,
// ...ctx.ui?.unstable_getCanvasMenuOrder() ?? []
// ]
// ctx.ui?.unstable_setCanvasMenuOrder(canvasMenuEntries);
// }
}

// maybe this should be just engine.event.onUpdate()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we remove this?

{
"name": "@imgly/plugin-replicate-io",
"version": "0.1.0",
"description": "Vectorizer plugin for the CE.SDK editor",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems outdated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants