UNPKG

postit-js-core

Version:

[![Netlify Status](https://api.netlify.com/api/v1/badges/72130b1d-f56b-473e-8f3b-50a5af916e64/deploy-status)](https://app.netlify.com/sites/postit-js-demo/deploys) ![Build Status](https://github.com/pinussilvestrus/postit-js/workflows/ci/badge.svg)

14 lines (11 loc) 352 B
import CopyPasteModule from 'diagram-js/lib/features/copy-paste'; import PostitCopyPaste from './PostitCopyPaste'; import ModdleCopy from './ModdleCopy'; export default { __depends__: [ CopyPasteModule ], __init__: [ 'postitCopyPaste', 'moddleCopy' ], postitCopyPaste: [ 'type', PostitCopyPaste ], moddleCopy: [ 'type', ModdleCopy ] };