hakatashi/giiker

Error in example code

Closed this issue · 2 comments

The requested module '../index.js' does not provide an export named 'default'

const connect = async () => {
const giiker = new Giiker();
await giiker.connect();
return giiker;
};

export {connect}

import {connect} from '../smartcube/js/libs/index.js';

How would I go about fixing this? I'm trying to use this API but can't even get the example to work

Edit: I've got the same error you had in the beginning