dashersw/biri

No exports to be imported in SPAs?

Opened this issue · 2 comments

I want to import Biri in a Vuejs project, however I don't think there is an export that can be imported as an ES6 module. How do I use it without having to resort to refer to the absolute node_modules path? Require does not work.

import biri from 'biri';?

import * as biri from 'biri';