p5-svelte icon indicating copy to clipboard operation
p5-svelte copied to clipboard

Easily add p5 sketches to a Svelte project 🍛 🌱

Results 25 p5-svelte issues
Sort by recently updated
recently updated
newest added

Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 1.0.0-next.304 to 1.0.0-next.508. Release notes Sourced from @​sveltejs/kit's releases. @​sveltejs/kit@​1.0.0-next.508 Patch Changes [chore] Upgrade undici so that we can use its multipart form data parsing instead of...

dependencies

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.33.0 to 5.39.0. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v5.39.0 5.39.0 (2022-10-03) Features eslint-plugin: [no-invalid-void-type] allow using void as a default type for a generic argument if...

dependencies

Hi all, thanks so much for all this effort! I am quite new here. I just wanted to ask if there is any way to use the `p5.preload` function ?...

enhancement

# Deprecated package.json svelte field Using the svelte field in package.json to point at .svelte source files is deprecated and you must use a svelte [export condition](https://nodejs.org/api/packages.html#conditional-exports). vite-plugin-svelte 3 still...

bug

When building a project with dependencies: ``` "@sveltejs/kit": "^2.0.0", "@sveltejs/vite-plugin-svelte": "^3.0.0", "svelte": "^4.2.3", "vite": "^5.0.0", "p5-svelte": "^3.1.2", ``` We get the following warning: ``` [vite-plugin-svelte] WARNING: The following packages have...

**Describe the bug** I tried to import using NPM and got an error. I deleted the p5 packages and installed pnpm. When I run my svelte app I get the...

bug

**Describe the bug** When there is a p5 component on a page and we navigate to another page, the canvas does not seem to be cleaned up. When we return...

bug

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.33.0 to 5.54.1. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v5.54.1 5.54.1 (2023-03-06) Bug Fixes typescript-estree: do not call export of clearProgramCache (#6540) (181e705) v5.54.0 5.54.0 (2023-02-27) Bug...

dependencies

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.33.0 to 5.54.1. Release notes Sourced from @​typescript-eslint/parser's releases. v5.54.1 5.54.1 (2023-03-06) Bug Fixes typescript-estree: do not call export of clearProgramCache (#6540) (181e705) v5.54.0 5.54.0 (2023-02-27) Bug...

dependencies

Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 1.0.0-next.304 to 1.10.0. Release notes Sourced from @​sveltejs/kit's releases. @​sveltejs/kit@​1.10.0 Minor Changes feat: add cookies.getAll (#9287) Patch Changes fix: always include <link rel="stylesheet">, even for stylesheets excluded...

dependencies