GrapesJS / tui-image-editor

GrapesJS TOAST UI Image Editor
BSD 3-Clause "New" or "Revised" License
87 stars 37 forks source link

Problem/Question: Offline Impossible? #16

Closed gunslingor closed 1 year ago

gunslingor commented 3 years ago

It looks like the js file is trying to download an external css file from the below links, 7 or 8 of these type external files.

uicdn.toast.com/tui-color-picker/v2.2.0/tui-color-picker.min.css

Is there a way to use the plugin offline? Internet won't always be available for us and I think this is the only plugin I've seen with this issue.

artf commented 1 year ago

You can include all TUI Editor resources in your html file and pass an empty script option script: [], this will disable the default download of scripts and styles.