shaders 2.5.121 → 2.5.123

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (134) hide show
  1. package/dist/core/ReflectivePlane-UIT4xlmn.js +230 -0
  2. package/dist/core/{VideoTexture-D9XxE1Hw.js → VideoTexture-ClutlOqj.js} +1 -1
  3. package/dist/core/{WebcamTexture-9Td8qQWm.js → WebcamTexture-D4e06ajM.js} +1 -1
  4. package/dist/core/index.js +41 -40
  5. package/dist/core/registry.js +41 -40
  6. package/dist/core/{shaderRegistry-BoqhBfun.js → shaderRegistry-9d8S78Sy.js} +78 -76
  7. package/dist/core/shaderRegistry.d.ts.map +1 -1
  8. package/dist/core/shaders/ReflectivePlane/index.d.ts +46 -0
  9. package/dist/core/shaders/ReflectivePlane/index.d.ts.map +1 -0
  10. package/dist/core/shaders/ReflectivePlane/index.js +6 -0
  11. package/dist/core/shaders/Ring/index.js +1 -1
  12. package/dist/core/shaders/Ripples/index.js +1 -1
  13. package/dist/core/shaders/RoundedRect/index.js +1 -1
  14. package/dist/core/shaders/Saturation/index.js +1 -1
  15. package/dist/core/shaders/Sharpness/index.js +1 -1
  16. package/dist/core/shaders/Shatter/index.js +1 -1
  17. package/dist/core/shaders/SimplexNoise/index.js +1 -1
  18. package/dist/core/shaders/SineWave/index.js +1 -1
  19. package/dist/core/shaders/Smoke/index.js +1 -1
  20. package/dist/core/shaders/SmokeFill/index.js +1 -1
  21. package/dist/core/shaders/Solarize/index.js +1 -1
  22. package/dist/core/shaders/SolidColor/index.js +1 -1
  23. package/dist/core/shaders/Spherize/index.js +1 -1
  24. package/dist/core/shaders/Spiral/index.js +1 -1
  25. package/dist/core/shaders/Star/index.js +1 -1
  26. package/dist/core/shaders/Strands/index.js +1 -1
  27. package/dist/core/shaders/Stretch/index.js +1 -1
  28. package/dist/core/shaders/Stripes/index.js +1 -1
  29. package/dist/core/shaders/StudioBackground/index.js +1 -1
  30. package/dist/core/shaders/SunBurst/index.js +1 -1
  31. package/dist/core/shaders/Swirl/index.js +1 -1
  32. package/dist/core/shaders/TiltShift/index.js +1 -1
  33. package/dist/core/shaders/Tint/index.js +1 -1
  34. package/dist/core/shaders/Trapezoid/index.js +1 -1
  35. package/dist/core/shaders/Tritone/index.js +1 -1
  36. package/dist/core/shaders/Truchet/index.js +1 -1
  37. package/dist/core/shaders/Twirl/index.js +1 -1
  38. package/dist/core/shaders/VHS/index.js +1 -1
  39. package/dist/core/shaders/Vesica/index.js +1 -1
  40. package/dist/core/shaders/Vibrance/index.js +1 -1
  41. package/dist/core/shaders/VideoTexture/index.js +2 -2
  42. package/dist/core/shaders/Vignette/index.js +1 -1
  43. package/dist/core/shaders/Voronoi/index.js +1 -1
  44. package/dist/core/shaders/WaveDistortion/index.js +1 -1
  45. package/dist/core/shaders/Weave/index.js +1 -1
  46. package/dist/core/shaders/WebcamTexture/index.js +2 -2
  47. package/dist/core/shaders/WorleyNoise/index.js +1 -1
  48. package/dist/core/shaders/ZoomBlur/index.js +1 -1
  49. package/dist/js/createShader.js +1 -1
  50. package/dist/js/utils/generatePresetCode.d.ts.map +1 -1
  51. package/dist/js/utils/generatePresetCode.js +11 -0
  52. package/dist/partner/index.d.ts +40 -0
  53. package/dist/partner/index.d.ts.map +1 -1
  54. package/dist/partner/index.js +61 -1
  55. package/dist/react/Preview.js +1 -0
  56. package/dist/react/ReflectivePlane.js +217 -0
  57. package/dist/react/Shader.js +1 -1
  58. package/dist/react/bundle.js +207 -207
  59. package/dist/react/components/ReflectivePlane.d.ts +36 -0
  60. package/dist/react/components/ReflectivePlane.d.ts.map +1 -0
  61. package/dist/react/engine/Preview.d.ts.map +1 -1
  62. package/dist/react/index.d.ts +1 -0
  63. package/dist/react/index.d.ts.map +1 -1
  64. package/dist/react/index.js +2 -1
  65. package/dist/react/utils/generatePresetCode.d.ts.map +1 -1
  66. package/dist/react/utils/generatePresetCode.js +11 -0
  67. package/dist/registry.js +217 -0
  68. package/dist/solid/components/ReflectivePlane.d.ts +33 -0
  69. package/dist/solid/components/ReflectivePlane.d.ts.map +1 -0
  70. package/dist/solid/components/ReflectivePlane.js +228 -0
  71. package/dist/solid/engine/Preview.d.ts.map +1 -1
  72. package/dist/solid/engine/Preview.js +158 -156
  73. package/dist/solid/engine/Shader.js +1 -1
  74. package/dist/solid/index.d.ts +1 -0
  75. package/dist/solid/index.d.ts.map +1 -1
  76. package/dist/solid/index.js +82 -80
  77. package/dist/solid/utils/generatePresetCode.d.ts.map +1 -1
  78. package/dist/solid/utils/generatePresetCode.js +11 -0
  79. package/dist/svelte/components/ReflectivePlane.svelte.d.ts +23 -0
  80. package/dist/svelte/index.d.ts +1 -0
  81. package/dist/svelte/index.js +740 -540
  82. package/dist/svelte/source/components/ReflectivePlane.svelte +329 -0
  83. package/dist/svelte/source/engine/Preview.svelte +2 -0
  84. package/dist/svelte/source/index.js +1 -0
  85. package/dist/svelte/utils/generatePresetCode.js +11 -0
  86. package/dist/vue/Preview.vue_vue_type_script_setup_true_lang.js +2 -0
  87. package/dist/vue/ReflectivePlane.js +3 -0
  88. package/dist/vue/ReflectivePlane.vue_vue_type_script_setup_true_lang.js +218 -0
  89. package/dist/vue/Shader.vue_vue_type_script_setup_true_lang.js +1 -1
  90. package/dist/vue/components/ReflectivePlane.vue.d.ts +58 -0
  91. package/dist/vue/components/ReflectivePlane.vue.d.ts.map +1 -0
  92. package/dist/vue/index.d.ts +1 -0
  93. package/dist/vue/index.d.ts.map +1 -1
  94. package/dist/vue/index.js +2 -1
  95. package/dist/vue/utils/generatePresetCode.d.ts.map +1 -1
  96. package/dist/vue/utils/generatePresetCode.js +11 -0
  97. package/package.json +9 -1
  98. /package/dist/core/{Ring-CtnDtTY8.js → Ring-UT__kmzY.js} +0 -0
  99. /package/dist/core/{Ripples-B4H0VoZb.js → Ripples-CWVLSUP0.js} +0 -0
  100. /package/dist/core/{RoundedRect-tnt7Jr5b.js → RoundedRect-BPWHTT1j.js} +0 -0
  101. /package/dist/core/{Saturation-6FlxHXSi.js → Saturation-DFOp2yD9.js} +0 -0
  102. /package/dist/core/{Sharpness-C4cJlBuh.js → Sharpness-C-IEswPL.js} +0 -0
  103. /package/dist/core/{Shatter-CnkycTRD.js → Shatter-CUYQp-qy.js} +0 -0
  104. /package/dist/core/{SimplexNoise-BnRaoxON.js → SimplexNoise-LAxWw8fJ.js} +0 -0
  105. /package/dist/core/{SineWave-CZ4Fanvr.js → SineWave-CEQWxC9Q.js} +0 -0
  106. /package/dist/core/{Smoke-CXPjGG-b.js → Smoke-DO4yylWk.js} +0 -0
  107. /package/dist/core/{SmokeFill-DzEtYeKN.js → SmokeFill-Dm0sZS5F.js} +0 -0
  108. /package/dist/core/{Solarize-CynVlxjT.js → Solarize-mE7LU1li.js} +0 -0
  109. /package/dist/core/{SolidColor-dCAOGC_P.js → SolidColor-BljkSdvg.js} +0 -0
  110. /package/dist/core/{Spherize-C77QGVWj.js → Spherize-DARagREe.js} +0 -0
  111. /package/dist/core/{Spiral-eN65wa6O.js → Spiral-CumsIpkp.js} +0 -0
  112. /package/dist/core/{Star-0Flymgm9.js → Star-8fAlzR9L.js} +0 -0
  113. /package/dist/core/{Strands-DnWJDGiO.js → Strands-BB4RIsFz.js} +0 -0
  114. /package/dist/core/{Stretch-B5XGF1bF.js → Stretch-3S2atBkJ.js} +0 -0
  115. /package/dist/core/{Stripes-CNXJpFyr.js → Stripes-BGFVSZIt.js} +0 -0
  116. /package/dist/core/{StudioBackground-DtiE2mCf.js → StudioBackground-BtJ6b1Ki.js} +0 -0
  117. /package/dist/core/{SunBurst-D9X1-buZ.js → SunBurst-BJRFFYhs.js} +0 -0
  118. /package/dist/core/{Swirl-BV6pN94G.js → Swirl-KA9cEnLI.js} +0 -0
  119. /package/dist/core/{TiltShift-r4qzPb2k.js → TiltShift-DtQ3dRL-.js} +0 -0
  120. /package/dist/core/{Tint-CJ8FQdzA.js → Tint-W_EvzN1-.js} +0 -0
  121. /package/dist/core/{Trapezoid-JmybJMUr.js → Trapezoid-cQzS6-bh.js} +0 -0
  122. /package/dist/core/{Tritone-D_QvxjGc.js → Tritone-B3hI2nAi.js} +0 -0
  123. /package/dist/core/{Truchet-BJeZS_JQ.js → Truchet-s9PmowCP.js} +0 -0
  124. /package/dist/core/{Twirl-8ayqS0n8.js → Twirl-UDDXGkFl.js} +0 -0
  125. /package/dist/core/{VHS-Gbec95K_.js → VHS-DW1H7Wuy.js} +0 -0
  126. /package/dist/core/{Vesica-D7iqgpJg.js → Vesica-ChQBYWuw.js} +0 -0
  127. /package/dist/core/{Vibrance-COKHmh8r.js → Vibrance-DUj7hwzE.js} +0 -0
  128. /package/dist/core/{Vignette-Y_2yono-.js → Vignette-F9yxi-UM.js} +0 -0
  129. /package/dist/core/{Voronoi-DQ_f6k5D.js → Voronoi-D8HHP_WR.js} +0 -0
  130. /package/dist/core/{WaveDistortion-R5FfwKQN.js → WaveDistortion-CDIc5Uyk.js} +0 -0
  131. /package/dist/core/{Weave-DJ4s3Gwc.js → Weave-ou5shgl3.js} +0 -0
  132. /package/dist/core/{WorleyNoise-CWytDfGH.js → WorleyNoise-Uf6IPm7A.js} +0 -0
  133. /package/dist/core/{ZoomBlur-DWFQVFMK.js → ZoomBlur-DJ-RNKHM.js} +0 -0
  134. /package/dist/core/{browser-BamVDhaZ.js → browser-NUM-x2tw.js} +0 -0
@@ -0,0 +1,6 @@
1
+ import "../../edges-CX_lJB9R.js";
2
+ import "../../transformations-CJcUeZIC.js";
3
+ import "../../alpha-C4ptedXe.js";
4
+ import "../../computeBlur-CprKe0xa.js";
5
+ import { n as componentDefinition, t as ReflectivePlane_default } from "../../ReflectivePlane-UIT4xlmn.js";
6
+ export { componentDefinition, ReflectivePlane_default as default };
@@ -1,5 +1,5 @@
1
1
  import "../../transformations-CJcUeZIC.js";
2
2
  import "../../colorMixing-BPpDnR5I.js";
3
3
  import "../../sdf-D_EAGXhN.js";
4
- import { n as componentDefinition, t as Ring_default } from "../../Ring-CtnDtTY8.js";
4
+ import { n as componentDefinition, t as Ring_default } from "../../Ring-UT__kmzY.js";
5
5
  export { componentDefinition, Ring_default as default };
@@ -1,5 +1,5 @@
1
1
  import "../../transformations-CJcUeZIC.js";
2
2
  import "../../colorMixing-BPpDnR5I.js";
3
3
  import "../../time-DUqSFWvT.js";
4
- import { n as componentDefinition, t as Ripples_default } from "../../Ripples-B4H0VoZb.js";
4
+ import { n as componentDefinition, t as Ripples_default } from "../../Ripples-CWVLSUP0.js";
5
5
  export { componentDefinition, Ripples_default as default };
@@ -1,5 +1,5 @@
1
1
  import "../../transformations-CJcUeZIC.js";
2
2
  import "../../colorMixing-BPpDnR5I.js";
3
3
  import "../../sdf-D_EAGXhN.js";
4
- import { n as componentDefinition, t as RoundedRect_default } from "../../RoundedRect-tnt7Jr5b.js";
4
+ import { n as componentDefinition, t as RoundedRect_default } from "../../RoundedRect-BPWHTT1j.js";
5
5
  export { componentDefinition, RoundedRect_default as default };
@@ -1,2 +1,2 @@
1
- import { n as componentDefinition, t as Saturation_default } from "../../Saturation-6FlxHXSi.js";
1
+ import { n as componentDefinition, t as Saturation_default } from "../../Saturation-DFOp2yD9.js";
2
2
  export { componentDefinition, Saturation_default as default };
@@ -1,3 +1,3 @@
1
1
  import "../../alpha-C4ptedXe.js";
2
- import { n as componentDefinition, t as Sharpness_default } from "../../Sharpness-C4cJlBuh.js";
2
+ import { n as componentDefinition, t as Sharpness_default } from "../../Sharpness-C-IEswPL.js";
3
3
  export { componentDefinition, Sharpness_default as default };
@@ -1,5 +1,5 @@
1
1
  import "../../edges-CX_lJB9R.js";
2
2
  import "../../transformations-CJcUeZIC.js";
3
3
  import "../../alpha-C4ptedXe.js";
4
- import { n as componentDefinition, t as Shatter_default } from "../../Shatter-CnkycTRD.js";
4
+ import { n as componentDefinition, t as Shatter_default } from "../../Shatter-CUYQp-qy.js";
5
5
  export { componentDefinition, Shatter_default as default };
@@ -1,5 +1,5 @@
1
1
  import "../../transformations-CJcUeZIC.js";
2
2
  import "../../colorMixing-BPpDnR5I.js";
3
3
  import "../../time-DUqSFWvT.js";
4
- import { n as componentDefinition, t as SimplexNoise_default } from "../../SimplexNoise-BnRaoxON.js";
4
+ import { n as componentDefinition, t as SimplexNoise_default } from "../../SimplexNoise-LAxWw8fJ.js";
5
5
  export { componentDefinition, SimplexNoise_default as default };
@@ -1,4 +1,4 @@
1
1
  import "../../transformations-CJcUeZIC.js";
2
2
  import "../../time-DUqSFWvT.js";
3
- import { n as componentDefinition, t as SineWave_default } from "../../SineWave-CZ4Fanvr.js";
3
+ import { n as componentDefinition, t as SineWave_default } from "../../SineWave-CEQWxC9Q.js";
4
4
  export { componentDefinition, SineWave_default as default };
@@ -1,4 +1,4 @@
1
1
  import "../../transformations-CJcUeZIC.js";
2
2
  import "../../colorMixing-BPpDnR5I.js";
3
- import { n as componentDefinition, t as Smoke_default } from "../../Smoke-CXPjGG-b.js";
3
+ import { n as componentDefinition, t as Smoke_default } from "../../Smoke-DO4yylWk.js";
4
4
  export { componentDefinition, Smoke_default as default };
@@ -1,5 +1,5 @@
1
1
  import "../../transformations-CJcUeZIC.js";
2
2
  import "../../colorMixing-BPpDnR5I.js";
3
3
  import "../../sdf-D_EAGXhN.js";
4
- import { n as componentDefinition, t as SmokeFill_default } from "../../SmokeFill-DzEtYeKN.js";
4
+ import { n as componentDefinition, t as SmokeFill_default } from "../../SmokeFill-Dm0sZS5F.js";
5
5
  export { componentDefinition, SmokeFill_default as default };
@@ -1,2 +1,2 @@
1
- import { n as componentDefinition, t as Solarize_default } from "../../Solarize-CynVlxjT.js";
1
+ import { n as componentDefinition, t as Solarize_default } from "../../Solarize-mE7LU1li.js";
2
2
  export { componentDefinition, Solarize_default as default };
@@ -1,3 +1,3 @@
1
1
  import "../../transformations-CJcUeZIC.js";
2
- import { n as componentDefinition, t as SolidColor_default } from "../../SolidColor-dCAOGC_P.js";
2
+ import { n as componentDefinition, t as SolidColor_default } from "../../SolidColor-BljkSdvg.js";
3
3
  export { componentDefinition, SolidColor_default as default };
@@ -1,4 +1,4 @@
1
1
  import "../../transformations-CJcUeZIC.js";
2
2
  import "../../alpha-C4ptedXe.js";
3
- import { n as componentDefinition, t as Spherize_default } from "../../Spherize-C77QGVWj.js";
3
+ import { n as componentDefinition, t as Spherize_default } from "../../Spherize-DARagREe.js";
4
4
  export { componentDefinition, Spherize_default as default };
@@ -1,5 +1,5 @@
1
1
  import "../../transformations-CJcUeZIC.js";
2
2
  import "../../colorMixing-BPpDnR5I.js";
3
3
  import "../../time-DUqSFWvT.js";
4
- import { n as componentDefinition, t as Spiral_default } from "../../Spiral-eN65wa6O.js";
4
+ import { n as componentDefinition, t as Spiral_default } from "../../Spiral-CumsIpkp.js";
5
5
  export { componentDefinition, Spiral_default as default };
@@ -1,5 +1,5 @@
1
1
  import "../../transformations-CJcUeZIC.js";
2
2
  import "../../colorMixing-BPpDnR5I.js";
3
3
  import "../../sdf-D_EAGXhN.js";
4
- import { n as componentDefinition, t as Star_default } from "../../Star-0Flymgm9.js";
4
+ import { n as componentDefinition, t as Star_default } from "../../Star-8fAlzR9L.js";
5
5
  export { componentDefinition, Star_default as default };
@@ -1,4 +1,4 @@
1
1
  import "../../transformations-CJcUeZIC.js";
2
2
  import "../../time-DUqSFWvT.js";
3
- import { n as componentDefinition, t as Strands_default } from "../../Strands-DnWJDGiO.js";
3
+ import { n as componentDefinition, t as Strands_default } from "../../Strands-BB4RIsFz.js";
4
4
  export { componentDefinition, Strands_default as default };
@@ -1,5 +1,5 @@
1
1
  import "../../edges-CX_lJB9R.js";
2
2
  import "../../transformations-CJcUeZIC.js";
3
3
  import "../../alpha-C4ptedXe.js";
4
- import { n as componentDefinition, t as Stretch_default } from "../../Stretch-B5XGF1bF.js";
4
+ import { n as componentDefinition, t as Stretch_default } from "../../Stretch-3S2atBkJ.js";
5
5
  export { componentDefinition, Stretch_default as default };
@@ -1,5 +1,5 @@
1
1
  import "../../transformations-CJcUeZIC.js";
2
2
  import "../../colorMixing-BPpDnR5I.js";
3
3
  import "../../time-DUqSFWvT.js";
4
- import { n as componentDefinition, t as Stripes_default } from "../../Stripes-CNXJpFyr.js";
4
+ import { n as componentDefinition, t as Stripes_default } from "../../Stripes-BGFVSZIt.js";
5
5
  export { componentDefinition, Stripes_default as default };
@@ -1,4 +1,4 @@
1
1
  import "../../transformations-CJcUeZIC.js";
2
2
  import "../../time-DUqSFWvT.js";
3
- import { n as componentDefinition, t as StudioBackground_default } from "../../StudioBackground-DtiE2mCf.js";
3
+ import { n as componentDefinition, t as StudioBackground_default } from "../../StudioBackground-BtJ6b1Ki.js";
4
4
  export { componentDefinition, StudioBackground_default as default };
@@ -1,4 +1,4 @@
1
1
  import "../../transformations-CJcUeZIC.js";
2
2
  import "../../time-DUqSFWvT.js";
3
- import { n as componentDefinition, t as SunBurst_default } from "../../SunBurst-D9X1-buZ.js";
3
+ import { n as componentDefinition, t as SunBurst_default } from "../../SunBurst-BJRFFYhs.js";
4
4
  export { componentDefinition, SunBurst_default as default };
@@ -1,5 +1,5 @@
1
1
  import "../../transformations-CJcUeZIC.js";
2
2
  import "../../colorMixing-BPpDnR5I.js";
3
3
  import "../../time-DUqSFWvT.js";
4
- import { n as componentDefinition, t as Swirl_default } from "../../Swirl-BV6pN94G.js";
4
+ import { n as componentDefinition, t as Swirl_default } from "../../Swirl-KA9cEnLI.js";
5
5
  export { componentDefinition, Swirl_default as default };
@@ -1,5 +1,5 @@
1
1
  import "../../transformations-CJcUeZIC.js";
2
2
  import "../../alpha-C4ptedXe.js";
3
3
  import "../../computeBlur-CprKe0xa.js";
4
- import { n as componentDefinition, t as TiltShift_default } from "../../TiltShift-r4qzPb2k.js";
4
+ import { n as componentDefinition, t as TiltShift_default } from "../../TiltShift-DtQ3dRL-.js";
5
5
  export { componentDefinition, TiltShift_default as default };
@@ -1,3 +1,3 @@
1
1
  import "../../transformations-CJcUeZIC.js";
2
- import { n as componentDefinition, t as Tint_default } from "../../Tint-CJ8FQdzA.js";
2
+ import { n as componentDefinition, t as Tint_default } from "../../Tint-W_EvzN1-.js";
3
3
  export { componentDefinition, Tint_default as default };
@@ -1,5 +1,5 @@
1
1
  import "../../transformations-CJcUeZIC.js";
2
2
  import "../../colorMixing-BPpDnR5I.js";
3
3
  import "../../sdf-D_EAGXhN.js";
4
- import { n as componentDefinition, t as Trapezoid_default } from "../../Trapezoid-JmybJMUr.js";
4
+ import { n as componentDefinition, t as Trapezoid_default } from "../../Trapezoid-cQzS6-bh.js";
5
5
  export { componentDefinition, Trapezoid_default as default };
@@ -1,4 +1,4 @@
1
1
  import "../../transformations-CJcUeZIC.js";
2
2
  import "../../colorMixing-BPpDnR5I.js";
3
- import { n as componentDefinition, t as Tritone_default } from "../../Tritone-D_QvxjGc.js";
3
+ import { n as componentDefinition, t as Tritone_default } from "../../Tritone-B3hI2nAi.js";
4
4
  export { componentDefinition, Tritone_default as default };
@@ -1,4 +1,4 @@
1
1
  import "../../transformations-CJcUeZIC.js";
2
2
  import "../../colorMixing-BPpDnR5I.js";
3
- import { n as componentDefinition, t as Truchet_default } from "../../Truchet-BJeZS_JQ.js";
3
+ import { n as componentDefinition, t as Truchet_default } from "../../Truchet-s9PmowCP.js";
4
4
  export { componentDefinition, Truchet_default as default };
@@ -1,5 +1,5 @@
1
1
  import "../../edges-CX_lJB9R.js";
2
2
  import "../../transformations-CJcUeZIC.js";
3
3
  import "../../alpha-C4ptedXe.js";
4
- import { n as componentDefinition, t as Twirl_default } from "../../Twirl-8ayqS0n8.js";
4
+ import { n as componentDefinition, t as Twirl_default } from "../../Twirl-UDDXGkFl.js";
5
5
  export { componentDefinition, Twirl_default as default };
@@ -1,3 +1,3 @@
1
1
  import "../../alpha-C4ptedXe.js";
2
- import { n as componentDefinition, t as VHS_default } from "../../VHS-Gbec95K_.js";
2
+ import { n as componentDefinition, t as VHS_default } from "../../VHS-DW1H7Wuy.js";
3
3
  export { componentDefinition, VHS_default as default };
@@ -1,5 +1,5 @@
1
1
  import "../../transformations-CJcUeZIC.js";
2
2
  import "../../colorMixing-BPpDnR5I.js";
3
3
  import "../../sdf-D_EAGXhN.js";
4
- import { n as componentDefinition, t as Vesica_default } from "../../Vesica-D7iqgpJg.js";
4
+ import { n as componentDefinition, t as Vesica_default } from "../../Vesica-ChQBYWuw.js";
5
5
  export { componentDefinition, Vesica_default as default };
@@ -1,2 +1,2 @@
1
- import { n as componentDefinition, t as Vibrance_default } from "../../Vibrance-COKHmh8r.js";
1
+ import { n as componentDefinition, t as Vibrance_default } from "../../Vibrance-DUj7hwzE.js";
2
2
  export { componentDefinition, Vibrance_default as default };
@@ -1,3 +1,3 @@
1
- import "../../browser-BamVDhaZ.js";
2
- import { n as componentDefinition, t as VideoTexture_default } from "../../VideoTexture-D9XxE1Hw.js";
1
+ import "../../browser-NUM-x2tw.js";
2
+ import { n as componentDefinition, t as VideoTexture_default } from "../../VideoTexture-ClutlOqj.js";
3
3
  export { componentDefinition, VideoTexture_default as default };
@@ -1,3 +1,3 @@
1
1
  import "../../transformations-CJcUeZIC.js";
2
- import { n as componentDefinition, t as Vignette_default } from "../../Vignette-Y_2yono-.js";
2
+ import { n as componentDefinition, t as Vignette_default } from "../../Vignette-F9yxi-UM.js";
3
3
  export { componentDefinition, Vignette_default as default };
@@ -1,5 +1,5 @@
1
1
  import "../../transformations-CJcUeZIC.js";
2
2
  import "../../colorMixing-BPpDnR5I.js";
3
3
  import "../../time-DUqSFWvT.js";
4
- import { n as componentDefinition, t as Voronoi_default } from "../../Voronoi-DQ_f6k5D.js";
4
+ import { n as componentDefinition, t as Voronoi_default } from "../../Voronoi-D8HHP_WR.js";
5
5
  export { componentDefinition, Voronoi_default as default };
@@ -2,5 +2,5 @@ import "../../edges-CX_lJB9R.js";
2
2
  import "../../transformations-CJcUeZIC.js";
3
3
  import "../../alpha-C4ptedXe.js";
4
4
  import "../../time-DUqSFWvT.js";
5
- import { n as componentDefinition, t as WaveDistortion_default } from "../../WaveDistortion-R5FfwKQN.js";
5
+ import { n as componentDefinition, t as WaveDistortion_default } from "../../WaveDistortion-CDIc5Uyk.js";
6
6
  export { componentDefinition, WaveDistortion_default as default };
@@ -1,3 +1,3 @@
1
1
  import "../../transformations-CJcUeZIC.js";
2
- import { n as componentDefinition, t as Weave_default } from "../../Weave-DJ4s3Gwc.js";
2
+ import { n as componentDefinition, t as Weave_default } from "../../Weave-ou5shgl3.js";
3
3
  export { componentDefinition, Weave_default as default };
@@ -1,3 +1,3 @@
1
- import "../../browser-BamVDhaZ.js";
2
- import { n as componentDefinition, t as WebcamTexture_default } from "../../WebcamTexture-9Td8qQWm.js";
1
+ import "../../browser-NUM-x2tw.js";
2
+ import { n as componentDefinition, t as WebcamTexture_default } from "../../WebcamTexture-D4e06ajM.js";
3
3
  export { componentDefinition, WebcamTexture_default as default };
@@ -1,5 +1,5 @@
1
1
  import "../../transformations-CJcUeZIC.js";
2
2
  import "../../colorMixing-BPpDnR5I.js";
3
3
  import "../../time-DUqSFWvT.js";
4
- import { n as componentDefinition, t as WorleyNoise_default } from "../../WorleyNoise-CWytDfGH.js";
4
+ import { n as componentDefinition, t as WorleyNoise_default } from "../../WorleyNoise-Uf6IPm7A.js";
5
5
  export { componentDefinition, WorleyNoise_default as default };
@@ -1,4 +1,4 @@
1
1
  import "../../transformations-CJcUeZIC.js";
2
2
  import "../../alpha-C4ptedXe.js";
3
- import { n as componentDefinition, t as ZoomBlur_default } from "../../ZoomBlur-DWFQVFMK.js";
3
+ import { n as componentDefinition, t as ZoomBlur_default } from "../../ZoomBlur-DJ-RNKHM.js";
4
4
  export { componentDefinition, ZoomBlur_default as default };
@@ -148,7 +148,7 @@ async function createShader(canvas, preset, options) {
148
148
  return;
149
149
  }
150
150
  if (renderer.getPerformanceStats().fps > 0) {
151
- state.telemetryCollector = startTelemetry(renderer, "2.5.121", options?.disableTelemetry || false, false);
151
+ state.telemetryCollector = startTelemetry(renderer, "2.5.123", options?.disableTelemetry || false, false);
152
152
  if (state.telemetryCollector) state.telemetryCollector.start();
153
153
  state.telemetryStartTimeout = null;
154
154
  } else state.telemetryStartTimeout = setTimeout(checkRendering, 500);
@@ -1 +1 @@
1
- {"version":3,"file":"generatePresetCode.d.ts","sourceRoot":"","sources":["../../src/utils/generatePresetCode.ts"],"names":[],"mappings":"AAAA,UAAU,eAAe;IACvB,IAAI,EAAE,MAAM,CAAA;IACZ,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IAC3B,QAAQ,CAAC,EAAE,eAAe,EAAE,CAAA;CAC7B;AAED,UAAU,YAAY;IACpB,UAAU,EAAE,eAAe,EAAE,CAAA;CAC9B;AA6kDD,wBAAgB,kBAAkB,CAAC,MAAM,EAAE,YAAY,EAAE,UAAU,CAAC,EAAE,WAAW,GAAG,MAAM,GAAG,MAAM,CAoBlG;AAGD,eAAO,MAAM,mBAAmB,UAsH/B,CAAA"}
1
+ {"version":3,"file":"generatePresetCode.d.ts","sourceRoot":"","sources":["../../src/utils/generatePresetCode.ts"],"names":[],"mappings":"AAAA,UAAU,eAAe;IACvB,IAAI,EAAE,MAAM,CAAA;IACZ,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IAC3B,QAAQ,CAAC,EAAE,eAAe,EAAE,CAAA;CAC7B;AAED,UAAU,YAAY;IACpB,UAAU,EAAE,eAAe,EAAE,CAAA;CAC9B;AAulDD,wBAAgB,kBAAkB,CAAC,MAAM,EAAE,YAAY,EAAE,UAAU,CAAC,EAAE,WAAW,GAAG,MAAM,GAAG,MAAM,CAoBlG;AAGD,eAAO,MAAM,mBAAmB,UAuH/B,CAAA"}
@@ -972,6 +972,16 @@ var shaderMetadata = {
972
972
  "intensity": 1,
973
973
  "edges": "transparent"
974
974
  },
975
+ "ReflectivePlane": {
976
+ "opacity": 1,
977
+ "blendMode": "normal",
978
+ "height": .7,
979
+ "distance": .5,
980
+ "falloff": .5,
981
+ "blur": 3,
982
+ "blurDistance": .3,
983
+ "edges": "stretch"
984
+ },
975
985
  "Ring": {
976
986
  "opacity": 1,
977
987
  "blendMode": "normal",
@@ -1618,6 +1628,7 @@ const availableComponents = [
1618
1628
  "ProgressiveBlur",
1619
1629
  "RadialGradient",
1620
1630
  "RectangularCoordinates",
1631
+ "ReflectivePlane",
1621
1632
  "Ring",
1622
1633
  "Ripples",
1623
1634
  "RoundedRect",
@@ -10,10 +10,19 @@ export interface PartnerPresetDefinition {
10
10
  colorSpace?: string;
11
11
  devicePreview?: string;
12
12
  }
13
+ /**
14
+ * Top-level groupings the dotcom catalogues shaders under. Pass to
15
+ * `listPresets({ categories })` to narrow the response. Omit to receive every
16
+ * category.
17
+ */
18
+ export type CollectionCategory = 'background' | 'logo' | 'image-effects';
13
19
  export interface PartnerCollection {
14
20
  id: string;
15
21
  name: string;
16
22
  slug: string;
23
+ /** Top-level grouping. Useful when partners want to render section
24
+ * headings or filter the list further client-side. */
25
+ category: CollectionCategory;
17
26
  }
18
27
  export type PartnerPresetLabel = 'gradient' | 'geometric' | 'organic' | 'glowing' | 'textured' | 'retro' | '3d' | 'minimal' | 'vibrant' | 'dark' | 'calm' | 'dramatic';
19
28
  export interface PartnerKeyPropTarget {
@@ -56,6 +65,13 @@ export interface PartnerClientOptions {
56
65
  export interface ListPresetsOptions {
57
66
  page?: number;
58
67
  limit?: number;
68
+ /**
69
+ * Restrict the response to one or more categories. Omit to receive every
70
+ * category (the default — what you want for a general-purpose integration).
71
+ * Supply a subset (e.g. `['logo']`) when the integration only renders one
72
+ * kind of shader, so you don't pull rows you'll never show.
73
+ */
74
+ categories?: CollectionCategory[];
59
75
  }
60
76
  export declare class PartnerClient {
61
77
  private readonly apiKey;
@@ -65,5 +81,29 @@ export declare class PartnerClient {
65
81
  private getCached;
66
82
  private setCached;
67
83
  listPresets(options?: ListPresetsOptions): Promise<PartnerListPresetsResponse>;
84
+ /**
85
+ * Generate an SDF (signed distance field) `.bin` file from raw SVG content.
86
+ * Resolves to the file's bytes as a `Uint8Array` — the caller can write it
87
+ * to disk, upload it to their own CDN, or feed it straight into a shader
88
+ * component that consumes SDF buffers.
89
+ *
90
+ * Backed by the public `/api/plugin/sdf/generate` endpoint, which is shared
91
+ * with the Framer plugin. The endpoint is anonymous (no API key required);
92
+ * Vercel-side rate limits apply. Maximum input size: 5 MB of SVG text.
93
+ *
94
+ * Not cached — the same SVG fed in twice will round-trip twice. Memoize
95
+ * upstream if you need to.
96
+ *
97
+ * @example
98
+ * ```ts
99
+ * const fs = await import('node:fs/promises')
100
+ * const svg = await fs.readFile('./logo.svg', 'utf8')
101
+ * const sdf = await client.generateSdf(svg)
102
+ * await fs.writeFile('./logo.sdf.bin', sdf)
103
+ * ```
104
+ */
105
+ generateSdf(svg: string, options?: {
106
+ timeoutMs?: number;
107
+ }): Promise<Uint8Array>;
68
108
  }
69
109
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,sBAAsB;IACrC,IAAI,EAAE,MAAM,CAAA;IACZ,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;IAC/B,QAAQ,CAAC,EAAE,sBAAsB,EAAE,CAAA;CACpC;AAED,MAAM,WAAW,uBAAuB;IACtC,UAAU,EAAE,sBAAsB,EAAE,CAAA;IACpC,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,aAAa,CAAC,EAAE,MAAM,CAAA;CACvB;AAED,MAAM,WAAW,iBAAiB;IAChC,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;CACb;AAED,MAAM,MAAM,kBAAkB,GAAG,UAAU,GAAG,WAAW,GAAG,SAAS,GAAG,SAAS,GAAG,UAAU,GAAG,OAAO,GAAG,IAAI,GAAG,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,UAAU,CAAA;AAEtK,MAAM,WAAW,oBAAoB;IACnC,YAAY,EAAE,MAAM,CAAA;IACpB,IAAI,EAAE,MAAM,CAAA;CACb;AAED,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,OAAO,GAAG,OAAO,GAAG,MAAM,CAAA;IAChC,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,OAAO,EAAE,oBAAoB,EAAE,CAAA;CAChC;AAED,MAAM,WAAW,aAAa;IAC5B,EAAE,EAAE,MAAM,CAAA;IACV,UAAU,EAAE,iBAAiB,GAAG,IAAI,CAAA;IACpC,UAAU,EAAE,uBAAuB,CAAA;IACnC,aAAa,EAAE,MAAM,GAAG,IAAI,CAAA;IAC5B,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAA;IACjC,cAAc,EAAE,MAAM,EAAE,GAAG,IAAI,CAAA;IAC/B,eAAe,EAAE,MAAM,EAAE,GAAG,IAAI,CAAA;IAChC,MAAM,EAAE,kBAAkB,EAAE,GAAG,IAAI,CAAA;IACnC,SAAS,EAAE,cAAc,EAAE,GAAG,IAAI,CAAA;IAClC,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;CACnB;AAED,MAAM,WAAW,iBAAiB;IAChC,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,EAAE,OAAO,CAAA;CAClB;AAED,MAAM,WAAW,0BAA0B;IACzC,OAAO,EAAE,aAAa,EAAE,CAAA;IACxB,UAAU,EAAE,iBAAiB,CAAA;CAC9B;AAED,MAAM,WAAW,oBAAoB;IACnC,MAAM,EAAE,MAAM,CAAA;IACd,OAAO,CAAC,EAAE,MAAM,CAAA;CACjB;AAED,MAAM,WAAW,kBAAkB;IACjC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAA;CACf;AAUD,qBAAa,aAAa;IACxB,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAQ;IAC/B,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAQ;IAChC,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAyC;gBAEnD,OAAO,EAAE,oBAAoB;IAMzC,OAAO,CAAC,SAAS;IAUjB,OAAO,CAAC,SAAS;IAIX,WAAW,CAAC,OAAO,GAAE,kBAAuB,GAAG,OAAO,CAAC,0BAA0B,CAAC;CA6BzF"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
@@ -22,12 +22,16 @@ class PartnerClient {
22
22
  async listPresets(options = {}) {
23
23
  const page = Math.max(1, options.page ?? 1);
24
24
  const limit = Math.min(100, Math.max(1, options.limit ?? 20));
25
- const cacheKey = `presets:p${page}:l${limit}`;
25
+ const categories = options.categories && options.categories.length > 0 ? [...new Set(options.categories)].sort() : null;
26
+ const cacheKey = `presets:p${page}:l${limit}:c${(categories == null ? void 0 : categories.join(",")) ?? "*"}`;
26
27
  const cached = this.getCached(cacheKey);
27
28
  if (cached) return cached;
28
29
  const url = new URL(`${this.baseUrl}/api/partner/v1/presets`);
29
30
  url.searchParams.set("page", String(page));
30
31
  url.searchParams.set("limit", String(limit));
32
+ if (categories) {
33
+ url.searchParams.set("categories", categories.join(","));
34
+ }
31
35
  const response = await fetch(url.toString(), {
32
36
  headers: { Authorization: `Bearer ${this.apiKey}` }
33
37
  });
@@ -44,6 +48,62 @@ class PartnerClient {
44
48
  this.setCached(cacheKey, data);
45
49
  return data;
46
50
  }
51
+ /**
52
+ * Generate an SDF (signed distance field) `.bin` file from raw SVG content.
53
+ * Resolves to the file's bytes as a `Uint8Array` — the caller can write it
54
+ * to disk, upload it to their own CDN, or feed it straight into a shader
55
+ * component that consumes SDF buffers.
56
+ *
57
+ * Backed by the public `/api/plugin/sdf/generate` endpoint, which is shared
58
+ * with the Framer plugin. The endpoint is anonymous (no API key required);
59
+ * Vercel-side rate limits apply. Maximum input size: 5 MB of SVG text.
60
+ *
61
+ * Not cached — the same SVG fed in twice will round-trip twice. Memoize
62
+ * upstream if you need to.
63
+ *
64
+ * @example
65
+ * ```ts
66
+ * const fs = await import('node:fs/promises')
67
+ * const svg = await fs.readFile('./logo.svg', 'utf8')
68
+ * const sdf = await client.generateSdf(svg)
69
+ * await fs.writeFile('./logo.sdf.bin', sdf)
70
+ * ```
71
+ */
72
+ async generateSdf(svg, options = {}) {
73
+ if (typeof svg !== "string" || svg.length === 0) {
74
+ throw new Error("generateSdf requires a non-empty SVG string");
75
+ }
76
+ const timeoutMs = options.timeoutMs ?? 3e4;
77
+ const controller = new AbortController();
78
+ const timeoutHandle = setTimeout(() => controller.abort(), timeoutMs);
79
+ try {
80
+ const response = await fetch(`${this.baseUrl}/api/plugin/sdf/generate`, {
81
+ method: "POST",
82
+ headers: { "Content-Type": "application/json" },
83
+ body: JSON.stringify({ svg }),
84
+ signal: controller.signal
85
+ });
86
+ if (!response.ok) {
87
+ let message = response.statusText;
88
+ try {
89
+ const body = await response.json();
90
+ if (body.message) message = body.message;
91
+ else if (body.error) message = body.error;
92
+ } catch {
93
+ }
94
+ throw new Error(`SDF generation failed ${response.status}: ${message}`);
95
+ }
96
+ const buffer = await response.arrayBuffer();
97
+ return new Uint8Array(buffer);
98
+ } catch (err) {
99
+ if (err instanceof Error && err.name === "AbortError") {
100
+ throw new Error(`SDF generation timed out after ${timeoutMs}ms`);
101
+ }
102
+ throw err;
103
+ } finally {
104
+ clearTimeout(timeoutHandle);
105
+ }
106
+ }
47
107
  }
48
108
  export {
49
109
  PartnerClient
@@ -186,6 +186,7 @@ var componentMap = {
186
186
  ProgressiveBlur: lazy(() => import("./ProgressiveBlur.js")),
187
187
  RadialGradient: lazy(() => import("./RadialGradient.js")),
188
188
  RectangularCoordinates: lazy(() => import("./RectangularCoordinates.js")),
189
+ ReflectivePlane: lazy(() => import("./ReflectivePlane.js")),
189
190
  Ring: lazy(() => import("./Ring.js")),
190
191
  Ripples: lazy(() => import("./Ripples.js")),
191
192
  RoundedRect: lazy(() => import("./RoundedRect.js")),