biri icon indicating copy to clipboard operation
biri copied to clipboard

No exports to be imported in SPAs?

Open rutwick-alic opened this issue 4 years ago • 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.

rutwick-alic avatar May 31 '21 11:05 rutwick-alic

import biri from 'biri';?

alfupe avatar Sep 06 '21 11:09 alfupe

import * as biri from 'biri';

tofikabdullayev avatar Jan 19 '22 12:01 tofikabdullayev