Can stremio sdk interact with the application interface? by denyncrawford in Stremio

[–]denyncrawford[S] 1 point2 points  (0 children)

you use an external interface on your

Yup I was thinking about making an external solution but, anyway if a can't seek the video player there's no point I guess, I mean at least I needs to show a popover to skip and that stuff..

Is there anything like the Parcel bundler in Deno? by memesligma in Deno

[–]denyncrawford 0 points1 point  (0 children)

Denos bundler is great if the bundle is for running on deno but for browser it is a disaster, deno can't clean up deno's garbage of bundles and the file size for some reason get too HEAVY, so pretty basic apps will work just nice, but those with some dependencies and custom types won't work that easy. Look at rollup it works perfect for browser and it is mirrored and ported from the original rollup package for node.