UNPKG

aico-image-editor

Version:

Combine multiple image into and create single combined image

15 lines (11 loc) 348 B
// initialize custom made styles and html loading modules// // inspired by alpine js component// //import initStyles from './initStyles'; import initHTML from './initHTML'; export default () => ({ init() { initHTML('main-component',html); //initStyles(this.$el.shadowRoot); }, initText: 'Hello World!!' })