nhn / tui.image-editor

🍞🎨 Full-featured photo image editor using canvas. It is really easy, and it comes with great filters.
http://ui.toast.com/tui-image-editor
MIT License
6.84k stars 1.26k forks source link

Can we have plaid background for images like logos which have transparent background? #857

Open ParthTrehan22 opened 1 year ago

ParthTrehan22 commented 1 year ago

Version

Development Environment

Current Behavior

// Write example code

Expected Behavior

hoangdt9 commented 5 months ago

little hack for you =))

const whiteTheme = { ... "common.bi.image": "assets/blank.png", }

const includeUI = { ... theme: whiteTheme, }

... return ( <ImageEditor useDefaultUI={true} includeUI={includeUI} cssMaxHeight={500} cssMaxWidth={700} selectionStyle={{ cornerSize: 20, rotatingPointOffset: 70, }} usageStatistics={false} /> )

Screenshot 2024-01-18 132633