SmartPhoto icon indicating copy to clipboard operation
SmartPhoto copied to clipboard

How to import in ES6?

Open Kcko opened this issue 3 years ago • 3 comments

Something like this

import {SmartPhoto from './vendor/lightbox/smartphoto.js'; but its not works ...

Kcko avatar Mar 26 '22 16:03 Kcko

@Kcko

import SmartPhoto from 'smartphoto';

This is how to import in ES6.

uidev1116 avatar Jan 06 '23 09:01 uidev1116

@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 avatar Jan 06 '23 10:01 Kcko

@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.

uidev1116 avatar Jan 10 '23 01:01 uidev1116