Robert Soriano

Results 186 comments of Robert Soriano

> Not sure what the content of that config is but happy to approve the first commit. Here's the `tsconfig` ```json { "compilerOptions": { "target": "ES2018", "module": "ESNext", "moduleResolution": "Node",...

For now the working solution is to import via `unpkg` ```ts import "https://unpkg.com/@papyrs/[email protected]/dist/stylo/stylo.esm.js"; ``` or ```html ``` Had to change `stylo@alpha` to `[email protected]` as it's returning 404

Same error > I think `import '@papyrs/stylo'` won't work with vite. On the contrary, if I reckon correctly, using the custom elements will - should. > > ``` > import...

https is a nodejs module so no, you need a backend for this. If you don't want to have a backend then you don't need a wrapper and just use...

that redirects to vitest @jaybe78 This is what I've been using https://github.com/cyco130/vavite

Hi @dbismut ! > but I guess exporting type GestureEvent is mandatory? Yeah according to the [doc](https://github.com/sveltejs/language-tools/blob/master/docs/preprocessors/typescript.md#im-using-an-attributeevent-on-a-dom-element-and-it-throws-a-type-error), we need to create `.d.ts` to extend `HTMLAttributes`. What I did for now...

Hey @dbismut , sorry just now. Yes, I was able to test it locally and it works as expected!

Demo when running `pnpm demo:dev`: removed video

All good @dbismut ! Screen recording is just to show my local dev haha - it works