Skip to content

Commit

Permalink
fix: fixed issues in Chrome with async rAF function, reduced async me…
Browse files Browse the repository at this point in the history
…thods for vite builds

build: added vite demo for testing vite build
  • Loading branch information
matteobruni committed Feb 27, 2024
1 parent 5417100 commit 2600f6f
Show file tree
Hide file tree
Showing 200 changed files with 11,397 additions and 11,508 deletions.
316 changes: 158 additions & 158 deletions bundles/all/package.json
@@ -1,163 +1,163 @@
{
"name": "@tsparticles/all",
"version": "3.2.2",
"description": "Easily create highly customizable particle animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.",
"homepage": "https://particles.js.org",
"scripts": {
"build": "tsparticles-cli build",
"build:ci": "tsparticles-cli build --ci",
"version": "tsparticles-cli build -d && git add package.dist.json",
"prepack": "pnpm run build"
"name": "@tsparticles/all",
"version": "3.2.2",
"description": "Easily create highly customizable particle animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.",
"homepage": "https://particles.js.org",
"scripts": {
"build": "tsparticles-cli build",
"build:ci": "tsparticles-cli build --ci",
"version": "tsparticles-cli build -d && git add package.dist.json",
"prepack": "pnpm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tsparticles/tsparticles.git",
"directory": "bundles/all"
},
"keywords": [
"front-end",
"frontend",
"tsparticles",
"particles.js",
"particlesjs",
"particles",
"particle",
"canvas",
"jsparticles",
"xparticles",
"particles-js",
"particles-bg",
"particles-bg-vue",
"particles-ts",
"particles.ts",
"react-particles-js",
"react-particles.js",
"react-particles",
"react",
"reactjs",
"vue-particles",
"ngx-particles",
"angular-particles",
"particleground",
"vue",
"vuejs",
"preact",
"preactjs",
"jquery",
"angularjs",
"angular",
"typescript",
"javascript",
"animation",
"web",
"html5",
"web-design",
"webdesign",
"css",
"html",
"css3",
"animated",
"background",
"confetti",
"canvas",
"fireworks",
"fireworks-js",
"confetti-js",
"confettijs",
"fireworksjs",
"canvas-confetti"
],
"author": "Matteo Bruni <matteo.bruni@me.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tsparticles/tsparticles/issues"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/matteobruni"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tsparticles/tsparticles.git",
"directory": "bundles/all"
{
"type": "github",
"url": "https://github.com/sponsors/tsparticles"
},
"keywords": [
"front-end",
"frontend",
"tsparticles",
"particles.js",
"particlesjs",
"particles",
"particle",
"canvas",
"jsparticles",
"xparticles",
"particles-js",
"particles-bg",
"particles-bg-vue",
"particles-ts",
"particles.ts",
"react-particles-js",
"react-particles.js",
"react-particles",
"react",
"reactjs",
"vue-particles",
"ngx-particles",
"angular-particles",
"particleground",
"vue",
"vuejs",
"preact",
"preactjs",
"jquery",
"angularjs",
"angular",
"typescript",
"javascript",
"animation",
"web",
"html5",
"web-design",
"webdesign",
"css",
"html",
"css3",
"animated",
"background",
"confetti",
"canvas",
"fireworks",
"fireworks-js",
"confetti-js",
"confettijs",
"fireworksjs",
"canvas-confetti"
],
"author": "Matteo Bruni <matteo.bruni@me.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tsparticles/tsparticles/issues"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/matteobruni"
},
{
"type": "github",
"url": "https://github.com/sponsors/tsparticles"
},
{
"type": "buymeacoffee",
"url": "https://www.buymeacoffee.com/matteobruni"
}
],
"prettier": "@tsparticles/prettier-config",
"files": [
"dist"
],
"sideEffects": false,
"browser": "dist/browser/index.js",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"browser": "./dist/browser/index.js",
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js",
"umd": "./dist/umd/index.js",
"default": "./dist/cjs/index.js"
},
"./package.json": "./dist/package.json"
},
"dependencies": {
"@tsparticles/effect-bubble": "^3.2.2",
"@tsparticles/effect-trail": "^3.2.2",
"@tsparticles/engine": "^3.2.2",
"@tsparticles/interaction-external-particle": "^3.2.2",
"@tsparticles/interaction-external-pop": "^3.2.2",
"@tsparticles/interaction-light": "^3.2.2",
"@tsparticles/interaction-particles-repulse": "^3.2.2",
"@tsparticles/path-curl-noise": "^3.2.2",
"@tsparticles/path-curves": "^3.2.2",
"@tsparticles/path-perlin-noise": "^3.2.2",
"@tsparticles/path-polygon": "^3.2.2",
"@tsparticles/path-simplex-noise": "^3.2.2",
"@tsparticles/path-svg": "^3.2.2",
"@tsparticles/path-zig-zag": "^3.2.2",
"@tsparticles/pjs": "^3.2.2",
"@tsparticles/plugin-canvas-mask": "^3.2.2",
"@tsparticles/plugin-easing-back": "^3.2.2",
"@tsparticles/plugin-easing-circ": "^3.2.2",
"@tsparticles/plugin-easing-cubic": "^3.2.2",
"@tsparticles/plugin-easing-expo": "^3.2.2",
"@tsparticles/plugin-easing-linear": "^3.2.2",
"@tsparticles/plugin-easing-quart": "^3.2.2",
"@tsparticles/plugin-easing-quint": "^3.2.2",
"@tsparticles/plugin-easing-sine": "^3.2.2",
"@tsparticles/plugin-emitters-shape-canvas": "^3.2.2",
"@tsparticles/plugin-emitters-shape-path": "^3.2.2",
"@tsparticles/plugin-emitters-shape-polygon": "^3.2.2",
"@tsparticles/plugin-export-image": "^3.2.2",
"@tsparticles/plugin-export-json": "^3.2.2",
"@tsparticles/plugin-export-video": "^3.2.2",
"@tsparticles/plugin-hsv-color": "^3.2.2",
"@tsparticles/plugin-infection": "^3.2.2",
"@tsparticles/plugin-motion": "^3.2.2",
"@tsparticles/plugin-poisson-disc": "^3.2.2",
"@tsparticles/plugin-polygon-mask": "^3.2.2",
"@tsparticles/plugin-sounds": "^3.2.2",
"@tsparticles/shape-arrow": "^3.2.2",
"@tsparticles/shape-cards": "^3.2.2",
"@tsparticles/shape-cog": "^3.2.2",
"@tsparticles/shape-heart": "^3.2.2",
"@tsparticles/shape-path": "^3.2.2",
"@tsparticles/shape-rounded-polygon": "^3.2.2",
"@tsparticles/shape-rounded-rect": "^3.2.2",
"@tsparticles/shape-spiral": "^3.2.2",
"@tsparticles/updater-gradient": "^3.2.2",
"@tsparticles/updater-orbit": "^3.2.2",
"tsparticles": "^3.2.2"
},
"publishConfig": {
"access": "public",
"directory": "dist",
"linkDirectory": true
{
"type": "buymeacoffee",
"url": "https://www.buymeacoffee.com/matteobruni"
}
],
"prettier": "@tsparticles/prettier-config",
"files": [
"dist"
],
"sideEffects": false,
"browser": "dist/browser/index.js",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"browser": "./dist/browser/index.js",
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js",
"umd": "./dist/umd/index.js",
"default": "./dist/cjs/index.js"
},
"./package.json": "./dist/package.json"
},
"dependencies": {
"@tsparticles/effect-bubble": "^3.2.2",
"@tsparticles/effect-trail": "^3.2.2",
"@tsparticles/engine": "^3.2.2",
"@tsparticles/interaction-external-particle": "^3.2.2",
"@tsparticles/interaction-external-pop": "^3.2.2",
"@tsparticles/interaction-light": "^3.2.2",
"@tsparticles/interaction-particles-repulse": "^3.2.2",
"@tsparticles/path-curl-noise": "^3.2.2",
"@tsparticles/path-curves": "^3.2.2",
"@tsparticles/path-perlin-noise": "^3.2.2",
"@tsparticles/path-polygon": "^3.2.2",
"@tsparticles/path-simplex-noise": "^3.2.2",
"@tsparticles/path-svg": "^3.2.2",
"@tsparticles/path-zig-zag": "^3.2.2",
"@tsparticles/pjs": "^3.2.2",
"@tsparticles/plugin-canvas-mask": "^3.2.2",
"@tsparticles/plugin-easing-back": "^3.2.2",
"@tsparticles/plugin-easing-circ": "^3.2.2",
"@tsparticles/plugin-easing-cubic": "^3.2.2",
"@tsparticles/plugin-easing-expo": "^3.2.2",
"@tsparticles/plugin-easing-linear": "^3.2.2",
"@tsparticles/plugin-easing-quart": "^3.2.2",
"@tsparticles/plugin-easing-quint": "^3.2.2",
"@tsparticles/plugin-easing-sine": "^3.2.2",
"@tsparticles/plugin-emitters-shape-canvas": "^3.2.2",
"@tsparticles/plugin-emitters-shape-path": "^3.2.2",
"@tsparticles/plugin-emitters-shape-polygon": "^3.2.2",
"@tsparticles/plugin-export-image": "^3.2.2",
"@tsparticles/plugin-export-json": "^3.2.2",
"@tsparticles/plugin-export-video": "^3.2.2",
"@tsparticles/plugin-hsv-color": "^3.2.2",
"@tsparticles/plugin-infection": "^3.2.2",
"@tsparticles/plugin-motion": "^3.2.2",
"@tsparticles/plugin-poisson-disc": "^3.2.2",
"@tsparticles/plugin-polygon-mask": "^3.2.2",
"@tsparticles/plugin-sounds": "^3.2.2",
"@tsparticles/shape-arrow": "^3.2.2",
"@tsparticles/shape-cards": "^3.2.2",
"@tsparticles/shape-cog": "^3.2.2",
"@tsparticles/shape-heart": "^3.2.2",
"@tsparticles/shape-path": "^3.2.2",
"@tsparticles/shape-rounded-polygon": "^3.2.2",
"@tsparticles/shape-rounded-rect": "^3.2.2",
"@tsparticles/shape-spiral": "^3.2.2",
"@tsparticles/updater-gradient": "^3.2.2",
"@tsparticles/updater-orbit": "^3.2.2",
"tsparticles": "^3.2.2"
},
"publishConfig": {
"access": "public",
"directory": "dist",
"linkDirectory": true
}
}

0 comments on commit 2600f6f

Please sign in to comment.