Closed CoinCoderBuffalo closed 4 years ago
I think we output in commonjs so require should work. What is the issue you are having?
My mistake. Closing the issue.
This works:
const { unfurl } = require('unfurl.js');
Ah okay. Well glad you got things working :)
Is there a way to use require instead of import from?