-
-
Notifications
You must be signed in to change notification settings - Fork 337
Open
Labels
Description
to write a plugin a need somethink like :
........
import EditorInjector from '../src/plugins/EditorInjector';
import { dom } from '../../src/plugins/modules';
class TextObjectImage extends EditorInjector {
.........
but i need to use npm version of suneditor to use import , or be inside suneditor project.
I want to have a plugin in diffrent repo , and import suneditor using npm (not available for version 3 ) , or use some local build. like for example: http://localhost:8088/suneditor.239c4271574a61e27023.js , but for bundled one probably i cannot use import outside of it like :