Rik
Rik
@raythurnvoid I created working test that is hydrating content, firing svelte's `onMount` and recording a user click. It runs a local server. Take a look: https://github.com/ambrt/jsdom-astro-svelte It uses JSDOM, Testing...
There is a case where all models bundled are the problem - namely using them on Cloudflare Workers. After Gzip'ing its about 25MB and paid account on Cloudflare is only...
@haZya Thanks for pointing it out. I'll check #909 tomorrow. Indeed there could be a version of `nsfwjs` that would just fetch models through url and not have them bundled...
Hi @haZya Running `npm i github:haZya/nsfwjs#prebuild-cleanup` ends up with `node_moduels/nsfwjs` folder having just LICENSE, package.json and README files. It seems that it triggers "prebuild" script on installation instead of at...
`prepare` is creating dist folder, so it can run but models end up in bundle again. Using custom esbuild seems to work, for example: `esbuild --bundle ./src/index.js --format=esm '--external:*inception_v3/group1-shard1of6.min.js' --outfile=./dist/_worker.js`...
> I've had success using the latest version of @libsql/client and overriding the @libsql/hrana-client to the 0.8.0 version. > > My package.json looks like this: ` "dependencies": { ... "@libsql/client":...