We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there, I tried to use the web version of the library (1.4.0) but got an empty resources.json file.
I also had to change:
// src/index.ts import { memoize } from "lodash"; import ndarray5 from "ndarray"; // src/utils.ts import ndarray2 from "ndarray"; // src/codecs.ts import ndarray from "ndarray";
to
// src/index.ts import pkg from "lodash"; import ndarray5 from "ndarray"; // src/utils.ts import ndarray2 from "ndarray"; // src/codecs.ts import ndarray from "ndarray"; const { memoize } = pkg;
Else it doesn't work with SvelteKit 🤔
The text was updated successfully, but these errors were encountered:
It has been moved into it's own package. background-removal-data
background-removal-data
Sorry, something went wrong.
No branches or pull requests
Hi there, I tried to use the web version of the library (1.4.0) but got an empty resources.json file.
I also had to change:
to
Else it doesn't work with SvelteKit 🤔
The text was updated successfully, but these errors were encountered: