dashersw / biri

A unique, static client ID generator for browser applications
GNU General Public License v3.0
145 stars 19 forks source link

No exports to be imported in SPAs? #16

Open rutwick-alic opened 3 years ago

rutwick-alic commented 3 years ago

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.

alfupe commented 3 years ago

import biri from 'biri';?

tofikabdullayev commented 2 years ago

import * as biri from 'biri';