thdoan
thdoan
I have `"esModuleInterop": true` but getting this error in Svelte: ``` Could not find a declaration file for module 'typewriter-effect/dist/core'. 'path/to/node_modules/typewriter-effect/dist/core.js' implicitly has an 'any' type. Try `npm i --save-dev...
I just checked an older build and the gap isn't there:  daisyUI v2.45.0
@saadeghi I think I found the root cause: the default screen settings in Windows 10 for my laptop was set to 125% scale:  Firefox shows the same gap on...
Hopefully you'll find a way to make it work because I just tried `rem` unit and still see the gap:  Note that the gap is only visible for top/bottom...
An ES6 module that works with TypeScript would be nice.
This would be a very useful feature. Example: `https://gwfh.mranftl.com/fonts/some-font?subsets=latin&text=ABC`
@catafest you can see some sample theme Lua scripts here: https://github.com/rxi/lite-colors
@be-thomas you can see some sample plugin Lua scripts here: https://github.com/rxi/lite-plugins
My theory is that in order to make this work, I'll need to move this code outside of the inline block and inside its own JS file: ``` this.srcdoc =...
Okay, moving the navigation event handlers into its own script resolved two of the errors, but these two errors remain:  Any ideas on how to resolve these remaining errors?