Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add
onSelectFile
config option to ImageConfig
This config option, if passed will be invoked on clicking "select an image". This callback receive the current imageTool as parameter, in order to permit user carry call methods like onUpload with the response object (`{ success: true, file: ... }`) This should close editor-js#56
- Loading branch information