bitbof / klecks

Community funded painting tool powering Kleki.com
https://klecks.org
MIT License
235 stars 74 forks source link

how to add upload button #115

Closed Amencee closed 5 months ago

Amencee commented 10 months ago

embed style: image standard:image

I wan to use standard ui in embed page, thanks

Amencee commented 10 months ago

ok, I find solution that delete embed config in main-embaed

this.klApp = new KlApp( project, { saveReminder, bottomBar: this.p.bottomBar, aboutEl: this.p.aboutEl, embed: { url: this.p.embedUrl, onSubmit: this.p.onSubmit, }, } );

delete embed: { url: this.p.embedUrl, onSubmit: this.p.onSubmit, },