Open Kcko opened 2 years ago
@Kcko
import SmartPhoto from 'smartphoto';
This is how to import in ES6.
@uidev1116 of course i know how import in ES6, i know ES6 from floor to ceil, but it didn't work, but that doesn't matter now (it took a little longer from create this topic ;-)
@Kcko
Sorry for the late reply.
Do you use bundling tools such as webpack? In order to import this library with the ES module, a bundling tool is required.
Something like this
import {SmartPhoto from './vendor/lightbox/smartphoto.js';
but its not works ...