Skip to content

Commit c4db774

Browse files
committedNov 19, 2024
feat: added new named color plugin, and hex color in the engine
1 parent a33b3d0 commit c4db774

File tree

170 files changed

+11042
-10328
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

170 files changed

+11042
-10328
lines changed
 

‎bundles/all/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
- [@tsparticles/plugin-hsv-color](https://github.com/tsparticles/tsparticles/tree/main/plugins/hsvColor)
3333
- [@tsparticles/plugin-infection](https://github.com/tsparticles/tsparticles/tree/main/plugins/infection)
3434
- [@tsparticles/plugin-motion](https://github.com/tsparticles/tsparticles/tree/main/plugins/motion)
35+
- [@tsparticles/plugin-named-color](https://github.com/tsparticles/tsparticles/tree/main/plugins/namedColor)
3536
- [@tsparticles/plugin-polygon-mask](https://github.com/tsparticles/tsparticles/tree/main/plugins/polygonMask)
3637
- [@tsparticles/plugin-sounds](https://github.com/tsparticles/tsparticles/tree/main/plugins/sounds)
3738
- [@tsparticles/shape-arrow](https://github.com/tsparticles/tsparticles/tree/main/shapes/arrow)

‎bundles/all/package.dist.json

+1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@
132132
"@tsparticles/plugin-hsv-color": "^3.6.0",
133133
"@tsparticles/plugin-infection": "^3.6.0",
134134
"@tsparticles/plugin-motion": "^3.6.0",
135+
"@tsparticles/plugin-named-color": "^3.6.0",
135136
"@tsparticles/plugin-oklch-color": "^3.6.0",
136137
"@tsparticles/plugin-poisson-disc": "^3.6.0",
137138
"@tsparticles/plugin-polygon-mask": "^3.6.0",

0 commit comments

Comments
 (0)
Please sign in to comment.