0.1.0 • Published 4 months ago

digimaker-dmeditor v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

digimaker-dmeditor

DMEditor on digimaker-ui, with below plugin

  • Image editor, where editor can edit and save image to replace or create new.

Configurte image editor

 plugins: {
    imageHandlers: [
      (props) => (
        <EditImage
          {...props}
          config={{
            imageFolder: 10, //image folder's id
          }}
        />
      ),
    ],
  },
0.1.0

4 months ago