maska icon indicating copy to clipboard operation
maska copied to clipboard

Import in vanilla JS

Open jdgrieco opened this issue 2 years ago • 0 comments

I'm using webpack as bundler and want to use Maska via import. I tried:

import Maska from 'maska'

var mask = Maska.create('.masked');

But not work, raises a error: maska__WEBPACK_IMPORTED_MODULE_0__.default.create is not a function

jdgrieco avatar Jun 05 '22 15:06 jdgrieco