You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if this module were importable in Node. That would allow us to build with it using Browserify in the usual way. Right now we have to sort of hack it in.
The trick would be to detect the presence of export and write to that instead of window. I can cook up a PR if you're up for it.
The text was updated successfully, but these errors were encountered:
When I do var Dropcap = require('dropcap.js') or import Dropcap from 'dropcap.js, Dropcap is an empty object. I still have to use window.Dropcap instead.
It would be great if this module were importable in Node. That would allow us to build with it using Browserify in the usual way. Right now we have to sort of hack it in.
The trick would be to detect the presence of
export
and write to that instead ofwindow
. I can cook up a PR if you're up for it.The text was updated successfully, but these errors were encountered: