@shopify/react-native-skia 1.3.11 → 1.3.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2235) hide show
  1. package/android/cpp/jni/JniSkiaManager.cpp +8 -2
  2. package/cpp/jsi/JsiHostObject.h +9 -15
  3. package/lib/commonjs/Platform/IPlatform.d.ts +0 -1
  4. package/lib/commonjs/Platform/IPlatform.js.map +1 -1
  5. package/lib/commonjs/Platform/Platform.js.map +1 -1
  6. package/lib/commonjs/Platform/Platform.web.js +5 -1
  7. package/lib/commonjs/Platform/Platform.web.js.map +1 -1
  8. package/lib/commonjs/Platform/index.js.map +1 -1
  9. package/lib/commonjs/__tests__/globalSetup.d.ts +9 -0
  10. package/lib/commonjs/__tests__/globalTeardown.d.ts +2 -0
  11. package/lib/commonjs/__tests__/setup.d.ts +18 -0
  12. package/lib/commonjs/animation/functions/index.js.map +1 -1
  13. package/lib/commonjs/animation/functions/interpolate.js.map +1 -1
  14. package/lib/commonjs/animation/functions/interpolateColors.js.map +1 -1
  15. package/lib/commonjs/animation/functions/interpolatePaths.js.map +1 -1
  16. package/lib/commonjs/animation/functions/interpolateVector.js.map +1 -1
  17. package/lib/commonjs/animation/index.js.map +1 -1
  18. package/lib/commonjs/dom/__tests__/Compose.spec.d.ts +1 -0
  19. package/lib/commonjs/dom/__tests__/Demos.spec.d.ts +1 -0
  20. package/lib/commonjs/dom/__tests__/DrawingContext.spec.d.ts +1 -0
  21. package/lib/commonjs/dom/__tests__/Drawings.spec.d.ts +1 -0
  22. package/lib/commonjs/dom/__tests__/Group.spec.d.ts +1 -0
  23. package/lib/commonjs/dom/__tests__/Paint.spec.d.ts +1 -0
  24. package/lib/commonjs/dom/__tests__/RenderNodes.spec.d.ts +1 -0
  25. package/lib/commonjs/dom/__tests__/Shaders.spec.d.ts +1 -0
  26. package/lib/commonjs/dom/nodes/DrawingNode.js +2 -2
  27. package/lib/commonjs/dom/nodes/DrawingNode.js.map +1 -1
  28. package/lib/commonjs/dom/nodes/GroupNode.js.map +1 -1
  29. package/lib/commonjs/dom/nodes/JsiSkDOM.js.map +1 -1
  30. package/lib/commonjs/dom/nodes/LayerNode.js.map +1 -1
  31. package/lib/commonjs/dom/nodes/Node.js +2 -2
  32. package/lib/commonjs/dom/nodes/Node.js.map +1 -1
  33. package/lib/commonjs/dom/nodes/PaintNode.js.map +1 -1
  34. package/lib/commonjs/dom/nodes/RenderNode.js +2 -2
  35. package/lib/commonjs/dom/nodes/RenderNode.js.map +1 -1
  36. package/lib/commonjs/dom/nodes/datatypes/Circle.js.map +1 -1
  37. package/lib/commonjs/dom/nodes/datatypes/Enum.js.map +1 -1
  38. package/lib/commonjs/dom/nodes/datatypes/Fitting.js.map +1 -1
  39. package/lib/commonjs/dom/nodes/datatypes/Gradient.js.map +1 -1
  40. package/lib/commonjs/dom/nodes/datatypes/Path.js.map +1 -1
  41. package/lib/commonjs/dom/nodes/datatypes/Radius.js.map +1 -1
  42. package/lib/commonjs/dom/nodes/datatypes/Rect.js.map +1 -1
  43. package/lib/commonjs/dom/nodes/datatypes/Transform.js.map +1 -1
  44. package/lib/commonjs/dom/nodes/datatypes/index.js.map +1 -1
  45. package/lib/commonjs/dom/nodes/drawings/AtlasNode.js.map +1 -1
  46. package/lib/commonjs/dom/nodes/drawings/BackdropFilterNode.js.map +1 -1
  47. package/lib/commonjs/dom/nodes/drawings/Box.js.map +1 -1
  48. package/lib/commonjs/dom/nodes/drawings/CircleNode.js.map +1 -1
  49. package/lib/commonjs/dom/nodes/drawings/DiffRectNode.js.map +1 -1
  50. package/lib/commonjs/dom/nodes/drawings/FillNode.js.map +1 -1
  51. package/lib/commonjs/dom/nodes/drawings/ImageNode.js.map +1 -1
  52. package/lib/commonjs/dom/nodes/drawings/ImageSVG.js.map +1 -1
  53. package/lib/commonjs/dom/nodes/drawings/LineNode.js.map +1 -1
  54. package/lib/commonjs/dom/nodes/drawings/OvalNode.js.map +1 -1
  55. package/lib/commonjs/dom/nodes/drawings/ParagraphNode.js.map +1 -1
  56. package/lib/commonjs/dom/nodes/drawings/PatchNode.js.map +1 -1
  57. package/lib/commonjs/dom/nodes/drawings/PathNode.js.map +1 -1
  58. package/lib/commonjs/dom/nodes/drawings/PictureNode.js.map +1 -1
  59. package/lib/commonjs/dom/nodes/drawings/PointsNode.js.map +1 -1
  60. package/lib/commonjs/dom/nodes/drawings/RRectNode.js +2 -2
  61. package/lib/commonjs/dom/nodes/drawings/RRectNode.js.map +1 -1
  62. package/lib/commonjs/dom/nodes/drawings/RectNode.js.map +1 -1
  63. package/lib/commonjs/dom/nodes/drawings/Text.js.map +1 -1
  64. package/lib/commonjs/dom/nodes/drawings/VerticesNode.js.map +1 -1
  65. package/lib/commonjs/dom/nodes/drawings/index.js.map +1 -1
  66. package/lib/commonjs/dom/nodes/index.js.map +1 -1
  67. package/lib/commonjs/dom/nodes/paint/BlendNode.js.map +1 -1
  68. package/lib/commonjs/dom/nodes/paint/ColorFilters.js.map +1 -1
  69. package/lib/commonjs/dom/nodes/paint/ImageFilters.js.map +1 -1
  70. package/lib/commonjs/dom/nodes/paint/MaskFilters.js.map +1 -1
  71. package/lib/commonjs/dom/nodes/paint/PathEffects.js.map +1 -1
  72. package/lib/commonjs/dom/nodes/paint/Shaders.js.map +1 -1
  73. package/lib/commonjs/dom/nodes/paint/index.js.map +1 -1
  74. package/lib/commonjs/dom/types/ColorFilters.js.map +1 -1
  75. package/lib/commonjs/dom/types/Common.js.map +1 -1
  76. package/lib/commonjs/dom/types/DeclarationContext.js +2 -2
  77. package/lib/commonjs/dom/types/DeclarationContext.js.map +1 -1
  78. package/lib/commonjs/dom/types/DrawingContext.js +2 -2
  79. package/lib/commonjs/dom/types/DrawingContext.js.map +1 -1
  80. package/lib/commonjs/dom/types/Drawings.js.map +1 -1
  81. package/lib/commonjs/dom/types/ImageFilters.js.map +1 -1
  82. package/lib/commonjs/dom/types/MaskFilters.js.map +1 -1
  83. package/lib/commonjs/dom/types/Node.js.map +1 -1
  84. package/lib/commonjs/dom/types/NodeType.js.map +1 -1
  85. package/lib/commonjs/dom/types/Paragraph.js.map +1 -1
  86. package/lib/commonjs/dom/types/PathEffects.js.map +1 -1
  87. package/lib/commonjs/dom/types/Shaders.js.map +1 -1
  88. package/lib/commonjs/dom/types/SkDOM.js.map +1 -1
  89. package/lib/commonjs/dom/types/index.js.map +1 -1
  90. package/lib/commonjs/external/ModuleProxy.js.map +1 -1
  91. package/lib/commonjs/external/index.js.map +1 -1
  92. package/lib/commonjs/external/reanimated/ReanimatedProxy.js.map +1 -1
  93. package/lib/commonjs/external/reanimated/buffers.d.ts +4 -4
  94. package/lib/commonjs/external/reanimated/buffers.js +1 -1
  95. package/lib/commonjs/external/reanimated/buffers.js.map +1 -1
  96. package/lib/commonjs/external/reanimated/index.js.map +1 -1
  97. package/lib/commonjs/external/reanimated/interpolators.js +1 -1
  98. package/lib/commonjs/external/reanimated/interpolators.js.map +1 -1
  99. package/lib/commonjs/external/reanimated/renderHelpers.js +1 -1
  100. package/lib/commonjs/external/reanimated/renderHelpers.js.map +1 -1
  101. package/lib/commonjs/external/reanimated/textures.js +1 -1
  102. package/lib/commonjs/external/reanimated/textures.js.map +1 -1
  103. package/lib/commonjs/external/reanimated/useAnimatedImageValue.js +1 -1
  104. package/lib/commonjs/external/reanimated/useAnimatedImageValue.js.map +1 -1
  105. package/lib/commonjs/external/reanimated/useDerivedValueOnJS.js +1 -1
  106. package/lib/commonjs/external/reanimated/useDerivedValueOnJS.js.map +1 -1
  107. package/lib/commonjs/external/reanimated/useVideo.js +1 -1
  108. package/lib/commonjs/external/reanimated/useVideo.js.map +1 -1
  109. package/lib/commonjs/external/reanimated/useVideoLoading.js +1 -1
  110. package/lib/commonjs/external/reanimated/useVideoLoading.js.map +1 -1
  111. package/lib/commonjs/external/reanimated/useVideoLoading.web.js.map +1 -1
  112. package/lib/commonjs/headless/index.js.map +1 -1
  113. package/lib/commonjs/index.js.map +1 -1
  114. package/lib/commonjs/mock/index.js +4 -0
  115. package/lib/commonjs/mock/index.js.map +1 -1
  116. package/lib/commonjs/renderer/Canvas.d.ts +2 -2
  117. package/lib/commonjs/renderer/Canvas.js +2 -2
  118. package/lib/commonjs/renderer/Canvas.js.map +1 -1
  119. package/lib/commonjs/renderer/Container.d.ts +1 -0
  120. package/lib/commonjs/renderer/Container.js +3 -2
  121. package/lib/commonjs/renderer/Container.js.map +1 -1
  122. package/lib/commonjs/renderer/DrawingContext.js.map +1 -1
  123. package/lib/commonjs/renderer/HostComponents.js.map +1 -1
  124. package/lib/commonjs/renderer/HostConfig.d.ts +0 -1
  125. package/lib/commonjs/renderer/HostConfig.js +7 -3
  126. package/lib/commonjs/renderer/HostConfig.js.map +1 -1
  127. package/lib/commonjs/renderer/Offscreen.js.map +1 -1
  128. package/lib/commonjs/renderer/Reconciler.js +4 -3
  129. package/lib/commonjs/renderer/Reconciler.js.map +1 -1
  130. package/lib/commonjs/renderer/__tests__/Data.spec.d.ts +1 -0
  131. package/lib/commonjs/renderer/__tests__/Drawings.spec.d.ts +1 -0
  132. package/lib/commonjs/renderer/__tests__/FitBox.spec.d.ts +1 -0
  133. package/lib/commonjs/renderer/__tests__/Glyphs.spec.d.ts +1 -0
  134. package/lib/commonjs/renderer/__tests__/Image.spec.d.ts +1 -0
  135. package/lib/commonjs/renderer/__tests__/Paths.spec.d.ts +1 -0
  136. package/lib/commonjs/renderer/__tests__/Picture.spec.d.ts +1 -0
  137. package/lib/commonjs/renderer/__tests__/Simple.spec.d.ts +1 -0
  138. package/lib/commonjs/renderer/__tests__/SkiaDOM.spec.d.ts +1 -0
  139. package/lib/commonjs/renderer/__tests__/Surfaces.spec.d.ts +1 -0
  140. package/lib/commonjs/renderer/__tests__/Text.spec.d.ts +1 -0
  141. package/lib/commonjs/renderer/__tests__/TouchHandler.spec.d.ts +1 -0
  142. package/lib/commonjs/renderer/__tests__/Transform.spec.d.ts +1 -0
  143. package/lib/commonjs/renderer/__tests__/documentation/Group.spec.d.ts +1 -0
  144. package/lib/commonjs/renderer/__tests__/documentation/getting-started/HelloWorld.spec.d.ts +1 -0
  145. package/lib/commonjs/renderer/__tests__/documentation/paint/Overview.spec.d.ts +1 -0
  146. package/lib/commonjs/renderer/__tests__/documentation/shapes/Box.spec.d.ts +1 -0
  147. package/lib/commonjs/renderer/__tests__/e2e/AnimatedImages.spec.d.ts +1 -0
  148. package/lib/commonjs/renderer/__tests__/e2e/Atlas.spec.d.ts +1 -0
  149. package/lib/commonjs/renderer/__tests__/e2e/BackdropFilters.spec.d.ts +1 -0
  150. package/lib/commonjs/renderer/__tests__/e2e/Blending.spec.d.ts +1 -0
  151. package/lib/commonjs/renderer/__tests__/e2e/Blur.spec.d.ts +1 -0
  152. package/lib/commonjs/renderer/__tests__/e2e/Box.spec.d.ts +1 -0
  153. package/lib/commonjs/renderer/__tests__/e2e/ColorFilters.spec.d.ts +1 -0
  154. package/lib/commonjs/renderer/__tests__/e2e/Composition/ColorFilterComposition.spec.d.ts +1 -0
  155. package/lib/commonjs/renderer/__tests__/e2e/CoonPatch.spec.d.ts +1 -0
  156. package/lib/commonjs/renderer/__tests__/e2e/DataEncoding.spec.d.ts +1 -0
  157. package/lib/commonjs/renderer/__tests__/e2e/Drawings.spec.d.ts +1 -0
  158. package/lib/commonjs/renderer/__tests__/e2e/FontMgr.spec.d.ts +1 -0
  159. package/lib/commonjs/renderer/__tests__/e2e/Gradient.spec.d.ts +1 -0
  160. package/lib/commonjs/renderer/__tests__/e2e/Group.spec.d.ts +1 -0
  161. package/lib/commonjs/renderer/__tests__/e2e/Image.spec.d.ts +1 -0
  162. package/lib/commonjs/renderer/__tests__/e2e/ImageEncoding.spec.d.ts +1 -0
  163. package/lib/commonjs/renderer/__tests__/e2e/ImageFilters.spec.d.ts +1 -0
  164. package/lib/commonjs/renderer/__tests__/e2e/Mask.spec.d.ts +1 -0
  165. package/lib/commonjs/renderer/__tests__/e2e/Matrix4.spec.d.ts +1 -0
  166. package/lib/commonjs/renderer/__tests__/e2e/NativeBuffer.spec.d.ts +1 -0
  167. package/lib/commonjs/renderer/__tests__/e2e/Offscreen.spec.d.ts +1 -0
  168. package/lib/commonjs/renderer/__tests__/e2e/Opacity.spec.d.ts +1 -0
  169. package/lib/commonjs/renderer/__tests__/e2e/Paint.spec.d.ts +1 -0
  170. package/lib/commonjs/renderer/__tests__/e2e/ParagraphPaint.spec.d.ts +1 -0
  171. package/lib/commonjs/renderer/__tests__/e2e/Paragraphs.spec.d.ts +1 -0
  172. package/lib/commonjs/renderer/__tests__/e2e/PathEffects.spec.d.ts +1 -0
  173. package/lib/commonjs/renderer/__tests__/e2e/Paths.spec.d.ts +1 -0
  174. package/lib/commonjs/renderer/__tests__/e2e/Picture.spec.d.ts +1 -0
  175. package/lib/commonjs/renderer/__tests__/e2e/Point.spec.d.ts +1 -0
  176. package/lib/commonjs/renderer/__tests__/e2e/Rect.spec.d.ts +1 -0
  177. package/lib/commonjs/renderer/__tests__/e2e/RuntimeShader.spec.d.ts +1 -0
  178. package/lib/commonjs/renderer/__tests__/e2e/SDF.spec.d.ts +1 -0
  179. package/lib/commonjs/renderer/__tests__/e2e/SVG.spec.d.ts +1 -0
  180. package/lib/commonjs/renderer/__tests__/e2e/Shader.spec.d.ts +1 -0
  181. package/lib/commonjs/renderer/__tests__/e2e/Snapshot.spec.d.ts +1 -0
  182. package/lib/commonjs/renderer/__tests__/e2e/Surfaces.spec.d.ts +1 -0
  183. package/lib/commonjs/renderer/__tests__/e2e/Text.spec.d.ts +1 -0
  184. package/lib/commonjs/renderer/__tests__/e2e/TextPath.spec.d.ts +1 -0
  185. package/lib/commonjs/renderer/__tests__/e2e/Transforms.spec.d.ts +1 -0
  186. package/lib/commonjs/renderer/__tests__/e2e/Vertices.spec.d.ts +1 -0
  187. package/lib/commonjs/renderer/__tests__/e2e/Video.d.ts +1 -0
  188. package/lib/commonjs/renderer/__tests__/e2e/setup/Paragraph.d.ts +19 -0
  189. package/lib/commonjs/renderer/__tests__/e2e/setup/SVG.d.ts +12 -0
  190. package/lib/commonjs/renderer/__tests__/e2e/setup/SkiaObject.d.ts +11 -0
  191. package/lib/commonjs/renderer/__tests__/e2e/setup/index.d.ts +3 -0
  192. package/lib/commonjs/renderer/__tests__/examples/BlendModes.spec.d.ts +1 -0
  193. package/lib/commonjs/renderer/__tests__/setup.d.ts +66 -0
  194. package/lib/commonjs/renderer/components/Blend.js +1 -1
  195. package/lib/commonjs/renderer/components/Blend.js.map +1 -1
  196. package/lib/commonjs/renderer/components/Group.js +3 -3
  197. package/lib/commonjs/renderer/components/Group.js.map +1 -1
  198. package/lib/commonjs/renderer/components/Mask.js +1 -1
  199. package/lib/commonjs/renderer/components/Mask.js.map +1 -1
  200. package/lib/commonjs/renderer/components/Paint.js +1 -1
  201. package/lib/commonjs/renderer/components/Paint.js.map +1 -1
  202. package/lib/commonjs/renderer/components/Picture.js +1 -1
  203. package/lib/commonjs/renderer/components/Picture.js.map +1 -1
  204. package/lib/commonjs/renderer/components/backdrop/BackdropBlur.js +2 -2
  205. package/lib/commonjs/renderer/components/backdrop/BackdropBlur.js.map +1 -1
  206. package/lib/commonjs/renderer/components/backdrop/BackdropFilter.js +1 -1
  207. package/lib/commonjs/renderer/components/backdrop/BackdropFilter.js.map +1 -1
  208. package/lib/commonjs/renderer/components/backdrop/index.js.map +1 -1
  209. package/lib/commonjs/renderer/components/colorFilters/BlendColor.js +1 -1
  210. package/lib/commonjs/renderer/components/colorFilters/BlendColor.js.map +1 -1
  211. package/lib/commonjs/renderer/components/colorFilters/Lerp.js +1 -1
  212. package/lib/commonjs/renderer/components/colorFilters/Lerp.js.map +1 -1
  213. package/lib/commonjs/renderer/components/colorFilters/LinearToSRGBGamma.js +1 -1
  214. package/lib/commonjs/renderer/components/colorFilters/LinearToSRGBGamma.js.map +1 -1
  215. package/lib/commonjs/renderer/components/colorFilters/LumaColorFilter.js +1 -1
  216. package/lib/commonjs/renderer/components/colorFilters/LumaColorFilter.js.map +1 -1
  217. package/lib/commonjs/renderer/components/colorFilters/Matrix.js +1 -1
  218. package/lib/commonjs/renderer/components/colorFilters/Matrix.js.map +1 -1
  219. package/lib/commonjs/renderer/components/colorFilters/SRGBToLinearGamma.js +1 -1
  220. package/lib/commonjs/renderer/components/colorFilters/SRGBToLinearGamma.js.map +1 -1
  221. package/lib/commonjs/renderer/components/colorFilters/index.js.map +1 -1
  222. package/lib/commonjs/renderer/components/image/Image.js +1 -1
  223. package/lib/commonjs/renderer/components/image/Image.js.map +1 -1
  224. package/lib/commonjs/renderer/components/image/ImageSVG.js +1 -1
  225. package/lib/commonjs/renderer/components/image/ImageSVG.js.map +1 -1
  226. package/lib/commonjs/renderer/components/image/ImageShader.js +2 -2
  227. package/lib/commonjs/renderer/components/image/ImageShader.js.map +1 -1
  228. package/lib/commonjs/renderer/components/image/index.js.map +1 -1
  229. package/lib/commonjs/renderer/components/imageFilters/Blur.js +2 -2
  230. package/lib/commonjs/renderer/components/imageFilters/Blur.js.map +1 -1
  231. package/lib/commonjs/renderer/components/imageFilters/DisplacementMap.js +1 -1
  232. package/lib/commonjs/renderer/components/imageFilters/DisplacementMap.js.map +1 -1
  233. package/lib/commonjs/renderer/components/imageFilters/Morphology.js +2 -2
  234. package/lib/commonjs/renderer/components/imageFilters/Morphology.js.map +1 -1
  235. package/lib/commonjs/renderer/components/imageFilters/Offset.js +2 -2
  236. package/lib/commonjs/renderer/components/imageFilters/Offset.js.map +1 -1
  237. package/lib/commonjs/renderer/components/imageFilters/RuntimeShader.js +1 -1
  238. package/lib/commonjs/renderer/components/imageFilters/RuntimeShader.js.map +1 -1
  239. package/lib/commonjs/renderer/components/imageFilters/Shadow.js +1 -1
  240. package/lib/commonjs/renderer/components/imageFilters/Shadow.js.map +1 -1
  241. package/lib/commonjs/renderer/components/imageFilters/index.js.map +1 -1
  242. package/lib/commonjs/renderer/components/index.js.map +1 -1
  243. package/lib/commonjs/renderer/components/maskFilters/Blur.js +2 -2
  244. package/lib/commonjs/renderer/components/maskFilters/Blur.js.map +1 -1
  245. package/lib/commonjs/renderer/components/maskFilters/index.js.map +1 -1
  246. package/lib/commonjs/renderer/components/paragraph/Paragraph.js +1 -1
  247. package/lib/commonjs/renderer/components/paragraph/Paragraph.js.map +1 -1
  248. package/lib/commonjs/renderer/components/paragraph/index.js.map +1 -1
  249. package/lib/commonjs/renderer/components/pathEffects/Corner.js +1 -1
  250. package/lib/commonjs/renderer/components/pathEffects/Corner.js.map +1 -1
  251. package/lib/commonjs/renderer/components/pathEffects/Dash.js +1 -1
  252. package/lib/commonjs/renderer/components/pathEffects/Dash.js.map +1 -1
  253. package/lib/commonjs/renderer/components/pathEffects/Discrete.js +2 -2
  254. package/lib/commonjs/renderer/components/pathEffects/Discrete.js.map +1 -1
  255. package/lib/commonjs/renderer/components/pathEffects/Line2D.js +1 -1
  256. package/lib/commonjs/renderer/components/pathEffects/Line2D.js.map +1 -1
  257. package/lib/commonjs/renderer/components/pathEffects/Path1D.js +1 -1
  258. package/lib/commonjs/renderer/components/pathEffects/Path1D.js.map +1 -1
  259. package/lib/commonjs/renderer/components/pathEffects/Path2D.js +1 -1
  260. package/lib/commonjs/renderer/components/pathEffects/Path2D.js.map +1 -1
  261. package/lib/commonjs/renderer/components/pathEffects/Sum.js +1 -1
  262. package/lib/commonjs/renderer/components/pathEffects/Sum.js.map +1 -1
  263. package/lib/commonjs/renderer/components/pathEffects/index.js.map +1 -1
  264. package/lib/commonjs/renderer/components/shaders/Color.js +1 -1
  265. package/lib/commonjs/renderer/components/shaders/Color.js.map +1 -1
  266. package/lib/commonjs/renderer/components/shaders/FractalNoise.js +2 -2
  267. package/lib/commonjs/renderer/components/shaders/FractalNoise.js.map +1 -1
  268. package/lib/commonjs/renderer/components/shaders/LinearGradient.js +1 -1
  269. package/lib/commonjs/renderer/components/shaders/LinearGradient.js.map +1 -1
  270. package/lib/commonjs/renderer/components/shaders/RadialGradient.js +1 -1
  271. package/lib/commonjs/renderer/components/shaders/RadialGradient.js.map +1 -1
  272. package/lib/commonjs/renderer/components/shaders/Shader.js +2 -2
  273. package/lib/commonjs/renderer/components/shaders/Shader.js.map +1 -1
  274. package/lib/commonjs/renderer/components/shaders/ShaderLib.js.map +1 -1
  275. package/lib/commonjs/renderer/components/shaders/SweepGradient.js +1 -1
  276. package/lib/commonjs/renderer/components/shaders/SweepGradient.js.map +1 -1
  277. package/lib/commonjs/renderer/components/shaders/Turbulence.js +2 -2
  278. package/lib/commonjs/renderer/components/shaders/Turbulence.js.map +1 -1
  279. package/lib/commonjs/renderer/components/shaders/TwoPointConicalGradient.js +1 -1
  280. package/lib/commonjs/renderer/components/shaders/TwoPointConicalGradient.js.map +1 -1
  281. package/lib/commonjs/renderer/components/shaders/index.js.map +1 -1
  282. package/lib/commonjs/renderer/components/shapes/Atlas.js +1 -1
  283. package/lib/commonjs/renderer/components/shapes/Atlas.js.map +1 -1
  284. package/lib/commonjs/renderer/components/shapes/Box.js +1 -1
  285. package/lib/commonjs/renderer/components/shapes/Box.js.map +1 -1
  286. package/lib/commonjs/renderer/components/shapes/Circle.js +1 -1
  287. package/lib/commonjs/renderer/components/shapes/Circle.js.map +1 -1
  288. package/lib/commonjs/renderer/components/shapes/DiffRect.js +1 -1
  289. package/lib/commonjs/renderer/components/shapes/DiffRect.js.map +1 -1
  290. package/lib/commonjs/renderer/components/shapes/Fill.js +1 -1
  291. package/lib/commonjs/renderer/components/shapes/Fill.js.map +1 -1
  292. package/lib/commonjs/renderer/components/shapes/FitBox.js +1 -1
  293. package/lib/commonjs/renderer/components/shapes/FitBox.js.map +1 -1
  294. package/lib/commonjs/renderer/components/shapes/Line.js +1 -1
  295. package/lib/commonjs/renderer/components/shapes/Line.js.map +1 -1
  296. package/lib/commonjs/renderer/components/shapes/Oval.js +1 -1
  297. package/lib/commonjs/renderer/components/shapes/Oval.js.map +1 -1
  298. package/lib/commonjs/renderer/components/shapes/Patch.js +1 -1
  299. package/lib/commonjs/renderer/components/shapes/Patch.js.map +1 -1
  300. package/lib/commonjs/renderer/components/shapes/Path.js +2 -2
  301. package/lib/commonjs/renderer/components/shapes/Path.js.map +1 -1
  302. package/lib/commonjs/renderer/components/shapes/Points.js +2 -2
  303. package/lib/commonjs/renderer/components/shapes/Points.js.map +1 -1
  304. package/lib/commonjs/renderer/components/shapes/Rect.js +1 -1
  305. package/lib/commonjs/renderer/components/shapes/Rect.js.map +1 -1
  306. package/lib/commonjs/renderer/components/shapes/RoundedRect.js +1 -1
  307. package/lib/commonjs/renderer/components/shapes/RoundedRect.js.map +1 -1
  308. package/lib/commonjs/renderer/components/shapes/Vertices.js +2 -2
  309. package/lib/commonjs/renderer/components/shapes/Vertices.js.map +1 -1
  310. package/lib/commonjs/renderer/components/shapes/index.js.map +1 -1
  311. package/lib/commonjs/renderer/components/text/Glyphs.js +2 -2
  312. package/lib/commonjs/renderer/components/text/Glyphs.js.map +1 -1
  313. package/lib/commonjs/renderer/components/text/Text.js +2 -2
  314. package/lib/commonjs/renderer/components/text/Text.js.map +1 -1
  315. package/lib/commonjs/renderer/components/text/TextBlob.js +2 -2
  316. package/lib/commonjs/renderer/components/text/TextBlob.js.map +1 -1
  317. package/lib/commonjs/renderer/components/text/TextPath.js +2 -2
  318. package/lib/commonjs/renderer/components/text/TextPath.js.map +1 -1
  319. package/lib/commonjs/renderer/components/text/index.js.map +1 -1
  320. package/lib/commonjs/renderer/index.js.map +1 -1
  321. package/lib/commonjs/renderer/processors/Animations/Animations.js.map +1 -1
  322. package/lib/commonjs/renderer/processors/Animations/index.js.map +1 -1
  323. package/lib/commonjs/renderer/processors/index.js.map +1 -1
  324. package/lib/commonjs/renderer/processors/math/Coordinates.js.map +1 -1
  325. package/lib/commonjs/renderer/processors/math/Math.js.map +1 -1
  326. package/lib/commonjs/renderer/processors/math/Transforms.js.map +1 -1
  327. package/lib/commonjs/renderer/processors/math/index.js.map +1 -1
  328. package/lib/commonjs/renderer/typeddash.js.map +1 -1
  329. package/lib/commonjs/skia/NativeSetup.js +1 -1
  330. package/lib/commonjs/skia/NativeSetup.js.map +1 -1
  331. package/lib/commonjs/skia/Skia.js.map +1 -1
  332. package/lib/commonjs/skia/Skia.web.js.map +1 -1
  333. package/lib/commonjs/skia/__tests__/ColorFilter.spec.d.ts +1 -0
  334. package/lib/commonjs/skia/__tests__/Data.spec.d.ts +1 -0
  335. package/lib/commonjs/skia/__tests__/Drawings.spec.d.ts +1 -0
  336. package/lib/commonjs/skia/__tests__/Enums.spec.d.ts +1 -0
  337. package/lib/commonjs/skia/__tests__/Geometry.spec.d.ts +1 -0
  338. package/lib/commonjs/skia/__tests__/ImageFilter.spec.d.ts +1 -0
  339. package/lib/commonjs/skia/__tests__/Mock.spec.d.ts +0 -0
  340. package/lib/commonjs/skia/__tests__/Paint.spec.d.ts +1 -0
  341. package/lib/commonjs/skia/__tests__/Path.spec.d.ts +1 -0
  342. package/lib/commonjs/skia/__tests__/RuntimeEffect.spec.d.ts +1 -0
  343. package/lib/commonjs/skia/__tests__/Shader.spec.d.ts +1 -0
  344. package/lib/commonjs/skia/__tests__/Text.spec.d.ts +1 -0
  345. package/lib/commonjs/skia/__tests__/Transform.spec.d.ts +1 -0
  346. package/lib/commonjs/skia/__tests__/Vertices.spec.d.ts +1 -0
  347. package/lib/commonjs/skia/__tests__/setup.d.ts +19 -0
  348. package/lib/commonjs/skia/core/AnimatedImage.d.ts +1 -1
  349. package/lib/commonjs/skia/core/AnimatedImage.js.map +1 -1
  350. package/lib/commonjs/skia/core/Data.d.ts +3 -3
  351. package/lib/commonjs/skia/core/Data.js.map +1 -1
  352. package/lib/commonjs/skia/core/Font.d.ts +1 -1
  353. package/lib/commonjs/skia/core/Font.js.map +1 -1
  354. package/lib/commonjs/skia/core/Image.d.ts +2 -3
  355. package/lib/commonjs/skia/core/Image.js.map +1 -1
  356. package/lib/commonjs/skia/core/Matrix.js.map +1 -1
  357. package/lib/commonjs/skia/core/Picture.d.ts +1 -1
  358. package/lib/commonjs/skia/core/Picture.js.map +1 -1
  359. package/lib/commonjs/skia/core/RRect.js.map +1 -1
  360. package/lib/commonjs/skia/core/Rect.js.map +1 -1
  361. package/lib/commonjs/skia/core/SVG.d.ts +1 -1
  362. package/lib/commonjs/skia/core/SVG.js.map +1 -1
  363. package/lib/commonjs/skia/core/SVG.web.d.ts +1 -1
  364. package/lib/commonjs/skia/core/SVG.web.js.map +1 -1
  365. package/lib/commonjs/skia/core/Typeface.d.ts +1 -1
  366. package/lib/commonjs/skia/core/Typeface.js.map +1 -1
  367. package/lib/commonjs/skia/core/Vector.js.map +1 -1
  368. package/lib/commonjs/skia/core/index.js.map +1 -1
  369. package/lib/commonjs/skia/index.js.map +1 -1
  370. package/lib/commonjs/skia/types/AnimatedImage/AnimatedImage.js.map +1 -1
  371. package/lib/commonjs/skia/types/AnimatedImage/AnimatedImageFactory.js.map +1 -1
  372. package/lib/commonjs/skia/types/AnimatedImage/index.js.map +1 -1
  373. package/lib/commonjs/skia/types/Canvas.js.map +1 -1
  374. package/lib/commonjs/skia/types/Color.js.map +1 -1
  375. package/lib/commonjs/skia/types/ColorFilter/ColorFilter.js.map +1 -1
  376. package/lib/commonjs/skia/types/ColorFilter/ColorFilterFactory.js.map +1 -1
  377. package/lib/commonjs/skia/types/ColorFilter/index.js.map +1 -1
  378. package/lib/commonjs/skia/types/ContourMeasure.js.map +1 -1
  379. package/lib/commonjs/skia/types/Data/Data.d.ts +1 -1
  380. package/lib/commonjs/skia/types/Data/Data.js.map +1 -1
  381. package/lib/commonjs/skia/types/Data/DataFactory.js.map +1 -1
  382. package/lib/commonjs/skia/types/Data/index.js.map +1 -1
  383. package/lib/commonjs/skia/types/Font/Font.js.map +1 -1
  384. package/lib/commonjs/skia/types/Font/FontMgr.js.map +1 -1
  385. package/lib/commonjs/skia/types/Font/FontMgrFactory.js.map +1 -1
  386. package/lib/commonjs/skia/types/Font/index.js.map +1 -1
  387. package/lib/commonjs/skia/types/Image/Image.js.map +1 -1
  388. package/lib/commonjs/skia/types/Image/ImageFactory.d.ts +16 -16
  389. package/lib/commonjs/skia/types/Image/ImageFactory.js.map +1 -1
  390. package/lib/commonjs/skia/types/Image/index.js.map +1 -1
  391. package/lib/commonjs/skia/types/ImageFilter/ImageFilter.js.map +1 -1
  392. package/lib/commonjs/skia/types/ImageFilter/ImageFilterFactory.js.map +1 -1
  393. package/lib/commonjs/skia/types/ImageFilter/index.js.map +1 -1
  394. package/lib/commonjs/skia/types/JsiInstance.js.map +1 -1
  395. package/lib/commonjs/skia/types/MaskFilter.d.ts +3 -3
  396. package/lib/commonjs/skia/types/MaskFilter.js.map +1 -1
  397. package/lib/commonjs/skia/types/Matrix.js.map +1 -1
  398. package/lib/commonjs/skia/types/Matrix4.js.map +1 -1
  399. package/lib/commonjs/skia/types/NativeBuffer/NativeBufferFactory.d.ts +3 -3
  400. package/lib/commonjs/skia/types/NativeBuffer/NativeBufferFactory.js.map +1 -1
  401. package/lib/commonjs/skia/types/NativeBuffer/index.js.map +1 -1
  402. package/lib/commonjs/skia/types/Paint/BlendMode.d.ts +28 -28
  403. package/lib/commonjs/skia/types/Paint/BlendMode.js.map +1 -1
  404. package/lib/commonjs/skia/types/Paint/Paint.js.map +1 -1
  405. package/lib/commonjs/skia/types/Paint/index.js.map +1 -1
  406. package/lib/commonjs/skia/types/Paragraph/Paragraph.js.map +1 -1
  407. package/lib/commonjs/skia/types/Paragraph/ParagraphBuilder.js.map +1 -1
  408. package/lib/commonjs/skia/types/Paragraph/ParagraphStyle.js.map +1 -1
  409. package/lib/commonjs/skia/types/Paragraph/TextStyle.js.map +1 -1
  410. package/lib/commonjs/skia/types/Paragraph/TypefaceFontProvider.js.map +1 -1
  411. package/lib/commonjs/skia/types/Paragraph/TypefaceFontProviderFactory.js.map +1 -1
  412. package/lib/commonjs/skia/types/Paragraph/index.js.map +1 -1
  413. package/lib/commonjs/skia/types/Path/Path.d.ts +4 -4
  414. package/lib/commonjs/skia/types/Path/Path.js.map +1 -1
  415. package/lib/commonjs/skia/types/Path/PathFactory.js.map +1 -1
  416. package/lib/commonjs/skia/types/Path/index.js.map +1 -1
  417. package/lib/commonjs/skia/types/PathEffect.js.map +1 -1
  418. package/lib/commonjs/skia/types/Picture/Picture.js.map +1 -1
  419. package/lib/commonjs/skia/types/Picture/PictureFactory.js.map +1 -1
  420. package/lib/commonjs/skia/types/Picture/PictureRecorder.js.map +1 -1
  421. package/lib/commonjs/skia/types/Picture/index.js.map +1 -1
  422. package/lib/commonjs/skia/types/Point.js.map +1 -1
  423. package/lib/commonjs/skia/types/RRect.js.map +1 -1
  424. package/lib/commonjs/skia/types/RSXform.js.map +1 -1
  425. package/lib/commonjs/skia/types/Rect.js.map +1 -1
  426. package/lib/commonjs/skia/types/RuntimeEffect/RuntimeEffect.js.map +1 -1
  427. package/lib/commonjs/skia/types/RuntimeEffect/RuntimeEffectFactory.js.map +1 -1
  428. package/lib/commonjs/skia/types/RuntimeEffect/index.js.map +1 -1
  429. package/lib/commonjs/skia/types/SVG/SVG.js.map +1 -1
  430. package/lib/commonjs/skia/types/SVG/SVGFactory.js.map +1 -1
  431. package/lib/commonjs/skia/types/SVG/index.js.map +1 -1
  432. package/lib/commonjs/skia/types/Shader/Shader.js.map +1 -1
  433. package/lib/commonjs/skia/types/Shader/ShaderFactory.js.map +1 -1
  434. package/lib/commonjs/skia/types/Shader/index.js.map +1 -1
  435. package/lib/commonjs/skia/types/Size.js.map +1 -1
  436. package/lib/commonjs/skia/types/Skia.js.map +1 -1
  437. package/lib/commonjs/skia/types/Surface/Surface.js.map +1 -1
  438. package/lib/commonjs/skia/types/Surface/SurfaceFactory.js.map +1 -1
  439. package/lib/commonjs/skia/types/Surface/index.js.map +1 -1
  440. package/lib/commonjs/skia/types/TextBlob.js.map +1 -1
  441. package/lib/commonjs/skia/types/Typeface/Typeface.js.map +1 -1
  442. package/lib/commonjs/skia/types/Typeface/TypefaceFactory.js.map +1 -1
  443. package/lib/commonjs/skia/types/Typeface/index.js.map +1 -1
  444. package/lib/commonjs/skia/types/Vertices/Vertices.js.map +1 -1
  445. package/lib/commonjs/skia/types/Vertices/index.js.map +1 -1
  446. package/lib/commonjs/skia/types/Video/Video.js.map +1 -1
  447. package/lib/commonjs/skia/types/Video/index.js.map +1 -1
  448. package/lib/commonjs/skia/types/index.js.map +1 -1
  449. package/lib/commonjs/skia/web/CanvasKitWebGLBufferImpl.js +2 -2
  450. package/lib/commonjs/skia/web/CanvasKitWebGLBufferImpl.js.map +1 -1
  451. package/lib/commonjs/skia/web/Host.js +2 -2
  452. package/lib/commonjs/skia/web/Host.js.map +1 -1
  453. package/lib/commonjs/skia/web/JsiSkAnimatedImage.js +2 -2
  454. package/lib/commonjs/skia/web/JsiSkAnimatedImage.js.map +1 -1
  455. package/lib/commonjs/skia/web/JsiSkAnimatedImageFactory.js.map +1 -1
  456. package/lib/commonjs/skia/web/JsiSkCanvas.d.ts +1 -1
  457. package/lib/commonjs/skia/web/JsiSkCanvas.js +2 -2
  458. package/lib/commonjs/skia/web/JsiSkCanvas.js.map +1 -1
  459. package/lib/commonjs/skia/web/JsiSkColor.js.map +1 -1
  460. package/lib/commonjs/skia/web/JsiSkColorFilter.js +2 -2
  461. package/lib/commonjs/skia/web/JsiSkColorFilter.js.map +1 -1
  462. package/lib/commonjs/skia/web/JsiSkColorFilterFactory.js.map +1 -1
  463. package/lib/commonjs/skia/web/JsiSkContourMeasure.js +2 -2
  464. package/lib/commonjs/skia/web/JsiSkContourMeasure.js.map +1 -1
  465. package/lib/commonjs/skia/web/JsiSkContourMeasureIter.js +2 -2
  466. package/lib/commonjs/skia/web/JsiSkContourMeasureIter.js.map +1 -1
  467. package/lib/commonjs/skia/web/JsiSkData.js +2 -2
  468. package/lib/commonjs/skia/web/JsiSkData.js.map +1 -1
  469. package/lib/commonjs/skia/web/JsiSkDataFactory.js.map +1 -1
  470. package/lib/commonjs/skia/web/JsiSkFont.js +2 -2
  471. package/lib/commonjs/skia/web/JsiSkFont.js.map +1 -1
  472. package/lib/commonjs/skia/web/JsiSkFontMgr.js.map +1 -1
  473. package/lib/commonjs/skia/web/JsiSkFontMgrFactory.js.map +1 -1
  474. package/lib/commonjs/skia/web/JsiSkImage.js +2 -2
  475. package/lib/commonjs/skia/web/JsiSkImage.js.map +1 -1
  476. package/lib/commonjs/skia/web/JsiSkImageFactory.js.map +1 -1
  477. package/lib/commonjs/skia/web/JsiSkImageFilter.js +2 -2
  478. package/lib/commonjs/skia/web/JsiSkImageFilter.js.map +1 -1
  479. package/lib/commonjs/skia/web/JsiSkImageFilterFactory.js.map +1 -1
  480. package/lib/commonjs/skia/web/JsiSkMaskFilter.js +2 -2
  481. package/lib/commonjs/skia/web/JsiSkMaskFilter.js.map +1 -1
  482. package/lib/commonjs/skia/web/JsiSkMaskFilterFactory.js.map +1 -1
  483. package/lib/commonjs/skia/web/JsiSkMatrix.js +2 -2
  484. package/lib/commonjs/skia/web/JsiSkMatrix.js.map +1 -1
  485. package/lib/commonjs/skia/web/JsiSkNativeBufferFactory.d.ts +1 -1
  486. package/lib/commonjs/skia/web/JsiSkNativeBufferFactory.js.map +1 -1
  487. package/lib/commonjs/skia/web/JsiSkPaint.js +2 -2
  488. package/lib/commonjs/skia/web/JsiSkPaint.js.map +1 -1
  489. package/lib/commonjs/skia/web/JsiSkParagraph.js.map +1 -1
  490. package/lib/commonjs/skia/web/JsiSkParagraphBuilder.js.map +1 -1
  491. package/lib/commonjs/skia/web/JsiSkParagraphBuilderFactory.js.map +1 -1
  492. package/lib/commonjs/skia/web/JsiSkParagraphStyle.d.ts +1 -1
  493. package/lib/commonjs/skia/web/JsiSkParagraphStyle.js.map +1 -1
  494. package/lib/commonjs/skia/web/JsiSkPath.js +2 -2
  495. package/lib/commonjs/skia/web/JsiSkPath.js.map +1 -1
  496. package/lib/commonjs/skia/web/JsiSkPathEffect.js +2 -2
  497. package/lib/commonjs/skia/web/JsiSkPathEffect.js.map +1 -1
  498. package/lib/commonjs/skia/web/JsiSkPathEffectFactory.js.map +1 -1
  499. package/lib/commonjs/skia/web/JsiSkPathFactory.js.map +1 -1
  500. package/lib/commonjs/skia/web/JsiSkPicture.js +2 -2
  501. package/lib/commonjs/skia/web/JsiSkPicture.js.map +1 -1
  502. package/lib/commonjs/skia/web/JsiSkPictureFactory.js.map +1 -1
  503. package/lib/commonjs/skia/web/JsiSkPictureRecorder.js +2 -2
  504. package/lib/commonjs/skia/web/JsiSkPictureRecorder.js.map +1 -1
  505. package/lib/commonjs/skia/web/JsiSkPoint.js +2 -2
  506. package/lib/commonjs/skia/web/JsiSkPoint.js.map +1 -1
  507. package/lib/commonjs/skia/web/JsiSkRRect.js +2 -2
  508. package/lib/commonjs/skia/web/JsiSkRRect.js.map +1 -1
  509. package/lib/commonjs/skia/web/JsiSkRSXform.js +2 -2
  510. package/lib/commonjs/skia/web/JsiSkRSXform.js.map +1 -1
  511. package/lib/commonjs/skia/web/JsiSkRect.js +2 -2
  512. package/lib/commonjs/skia/web/JsiSkRect.js.map +1 -1
  513. package/lib/commonjs/skia/web/JsiSkRuntimeEffect.js +2 -2
  514. package/lib/commonjs/skia/web/JsiSkRuntimeEffect.js.map +1 -1
  515. package/lib/commonjs/skia/web/JsiSkRuntimeEffectFactory.js.map +1 -1
  516. package/lib/commonjs/skia/web/JsiSkSVG.js +2 -2
  517. package/lib/commonjs/skia/web/JsiSkSVG.js.map +1 -1
  518. package/lib/commonjs/skia/web/JsiSkSVGFactory.js.map +1 -1
  519. package/lib/commonjs/skia/web/JsiSkShader.js +2 -2
  520. package/lib/commonjs/skia/web/JsiSkShader.js.map +1 -1
  521. package/lib/commonjs/skia/web/JsiSkShaderFactory.js.map +1 -1
  522. package/lib/commonjs/skia/web/JsiSkSurface.js +2 -2
  523. package/lib/commonjs/skia/web/JsiSkSurface.js.map +1 -1
  524. package/lib/commonjs/skia/web/JsiSkSurfaceFactory.js.map +1 -1
  525. package/lib/commonjs/skia/web/JsiSkTextBlob.js +2 -2
  526. package/lib/commonjs/skia/web/JsiSkTextBlob.js.map +1 -1
  527. package/lib/commonjs/skia/web/JsiSkTextBlobFactory.js.map +1 -1
  528. package/lib/commonjs/skia/web/JsiSkTextStyle.js.map +1 -1
  529. package/lib/commonjs/skia/web/JsiSkTypeface.js +2 -2
  530. package/lib/commonjs/skia/web/JsiSkTypeface.js.map +1 -1
  531. package/lib/commonjs/skia/web/JsiSkTypefaceFactory.js.map +1 -1
  532. package/lib/commonjs/skia/web/JsiSkTypefaceFontProvider.js +2 -2
  533. package/lib/commonjs/skia/web/JsiSkTypefaceFontProvider.js.map +1 -1
  534. package/lib/commonjs/skia/web/JsiSkTypefaceFontProviderFactory.js.map +1 -1
  535. package/lib/commonjs/skia/web/JsiSkVertices.js +2 -2
  536. package/lib/commonjs/skia/web/JsiSkVertices.js.map +1 -1
  537. package/lib/commonjs/skia/web/JsiSkVerticesFactory.js.map +1 -1
  538. package/lib/commonjs/skia/web/JsiSkia.js.map +1 -1
  539. package/lib/commonjs/skia/web/JsiVideo.js +2 -2
  540. package/lib/commonjs/skia/web/JsiVideo.js.map +1 -1
  541. package/lib/commonjs/skia/web/index.js.map +1 -1
  542. package/lib/commonjs/specs/NativeSkiaModule.js.map +1 -1
  543. package/lib/commonjs/specs/NativeSkiaModule.web.js.map +1 -1
  544. package/lib/commonjs/specs/SkiaDomViewNativeComponent.d.ts +0 -1
  545. package/lib/commonjs/specs/SkiaDomViewNativeComponent.js +1 -1
  546. package/lib/commonjs/specs/SkiaDomViewNativeComponent.js.map +1 -1
  547. package/lib/commonjs/specs/SkiaPictureViewNativeComponent.d.ts +0 -1
  548. package/lib/commonjs/specs/SkiaPictureViewNativeComponent.js +1 -1
  549. package/lib/commonjs/specs/SkiaPictureViewNativeComponent.js.map +1 -1
  550. package/lib/commonjs/views/SkiaBaseWebView.js +4 -4
  551. package/lib/commonjs/views/SkiaBaseWebView.js.map +1 -1
  552. package/lib/commonjs/views/SkiaDomView.d.ts +0 -4
  553. package/lib/commonjs/views/SkiaDomView.js +4 -12
  554. package/lib/commonjs/views/SkiaDomView.js.map +1 -1
  555. package/lib/commonjs/views/SkiaDomView.web.js.map +1 -1
  556. package/lib/commonjs/views/SkiaJSDomView.js +4 -4
  557. package/lib/commonjs/views/SkiaJSDomView.js.map +1 -1
  558. package/lib/commonjs/views/SkiaJSDomView.web.js.map +1 -1
  559. package/lib/commonjs/views/SkiaPictureView.js +4 -4
  560. package/lib/commonjs/views/SkiaPictureView.js.map +1 -1
  561. package/lib/commonjs/views/SkiaPictureView.web.js.map +1 -1
  562. package/lib/commonjs/views/SkiaViewNativeId.js.map +1 -1
  563. package/lib/commonjs/views/api.js.map +1 -1
  564. package/lib/commonjs/views/index.js.map +1 -1
  565. package/lib/commonjs/views/types.js.map +1 -1
  566. package/lib/commonjs/views/useTouchHandler.js.map +1 -1
  567. package/lib/commonjs/web/LoadSkiaWeb.js +1 -1
  568. package/lib/commonjs/web/LoadSkiaWeb.js.map +1 -1
  569. package/lib/commonjs/web/WithSkiaWeb.js +1 -1
  570. package/lib/commonjs/web/WithSkiaWeb.js.map +1 -1
  571. package/lib/commonjs/web/index.js.map +1 -1
  572. package/lib/module/Platform/IPlatform.d.ts +0 -1
  573. package/lib/module/Platform/IPlatform.js.map +1 -1
  574. package/lib/module/Platform/Platform.js.map +1 -1
  575. package/lib/module/Platform/Platform.web.js +4 -0
  576. package/lib/module/Platform/Platform.web.js.map +1 -1
  577. package/lib/module/Platform/index.js.map +1 -1
  578. package/lib/module/__tests__/globalSetup.d.ts +9 -0
  579. package/lib/module/__tests__/globalTeardown.d.ts +2 -0
  580. package/lib/module/__tests__/setup.d.ts +18 -0
  581. package/lib/module/animation/functions/index.js.map +1 -1
  582. package/lib/module/animation/functions/interpolate.js.map +1 -1
  583. package/lib/module/animation/functions/interpolateColors.js.map +1 -1
  584. package/lib/module/animation/functions/interpolatePaths.js.map +1 -1
  585. package/lib/module/animation/functions/interpolateVector.js.map +1 -1
  586. package/lib/module/animation/index.js.map +1 -1
  587. package/lib/module/dom/__tests__/Compose.spec.d.ts +1 -0
  588. package/lib/module/dom/__tests__/Demos.spec.d.ts +1 -0
  589. package/lib/module/dom/__tests__/DrawingContext.spec.d.ts +1 -0
  590. package/lib/module/dom/__tests__/Drawings.spec.d.ts +1 -0
  591. package/lib/module/dom/__tests__/Group.spec.d.ts +1 -0
  592. package/lib/module/dom/__tests__/Paint.spec.d.ts +1 -0
  593. package/lib/module/dom/__tests__/RenderNodes.spec.d.ts +1 -0
  594. package/lib/module/dom/__tests__/Shaders.spec.d.ts +1 -0
  595. package/lib/module/dom/nodes/DrawingNode.js +2 -2
  596. package/lib/module/dom/nodes/DrawingNode.js.map +1 -1
  597. package/lib/module/dom/nodes/GroupNode.js.map +1 -1
  598. package/lib/module/dom/nodes/JsiSkDOM.js.map +1 -1
  599. package/lib/module/dom/nodes/LayerNode.js.map +1 -1
  600. package/lib/module/dom/nodes/Node.js +2 -2
  601. package/lib/module/dom/nodes/Node.js.map +1 -1
  602. package/lib/module/dom/nodes/PaintNode.js.map +1 -1
  603. package/lib/module/dom/nodes/RenderNode.js +2 -2
  604. package/lib/module/dom/nodes/RenderNode.js.map +1 -1
  605. package/lib/module/dom/nodes/datatypes/Circle.js.map +1 -1
  606. package/lib/module/dom/nodes/datatypes/Enum.js.map +1 -1
  607. package/lib/module/dom/nodes/datatypes/Fitting.js.map +1 -1
  608. package/lib/module/dom/nodes/datatypes/Gradient.js.map +1 -1
  609. package/lib/module/dom/nodes/datatypes/Path.js.map +1 -1
  610. package/lib/module/dom/nodes/datatypes/Radius.js.map +1 -1
  611. package/lib/module/dom/nodes/datatypes/Rect.js.map +1 -1
  612. package/lib/module/dom/nodes/datatypes/Transform.js.map +1 -1
  613. package/lib/module/dom/nodes/datatypes/index.js.map +1 -1
  614. package/lib/module/dom/nodes/drawings/AtlasNode.js.map +1 -1
  615. package/lib/module/dom/nodes/drawings/BackdropFilterNode.js.map +1 -1
  616. package/lib/module/dom/nodes/drawings/Box.js.map +1 -1
  617. package/lib/module/dom/nodes/drawings/CircleNode.js.map +1 -1
  618. package/lib/module/dom/nodes/drawings/DiffRectNode.js.map +1 -1
  619. package/lib/module/dom/nodes/drawings/FillNode.js.map +1 -1
  620. package/lib/module/dom/nodes/drawings/ImageNode.js.map +1 -1
  621. package/lib/module/dom/nodes/drawings/ImageSVG.js.map +1 -1
  622. package/lib/module/dom/nodes/drawings/LineNode.js.map +1 -1
  623. package/lib/module/dom/nodes/drawings/OvalNode.js.map +1 -1
  624. package/lib/module/dom/nodes/drawings/ParagraphNode.js.map +1 -1
  625. package/lib/module/dom/nodes/drawings/PatchNode.js.map +1 -1
  626. package/lib/module/dom/nodes/drawings/PathNode.js.map +1 -1
  627. package/lib/module/dom/nodes/drawings/PictureNode.js.map +1 -1
  628. package/lib/module/dom/nodes/drawings/PointsNode.js.map +1 -1
  629. package/lib/module/dom/nodes/drawings/RRectNode.js +2 -2
  630. package/lib/module/dom/nodes/drawings/RRectNode.js.map +1 -1
  631. package/lib/module/dom/nodes/drawings/RectNode.js.map +1 -1
  632. package/lib/module/dom/nodes/drawings/Text.js.map +1 -1
  633. package/lib/module/dom/nodes/drawings/VerticesNode.js.map +1 -1
  634. package/lib/module/dom/nodes/drawings/index.js.map +1 -1
  635. package/lib/module/dom/nodes/index.js.map +1 -1
  636. package/lib/module/dom/nodes/paint/BlendNode.js.map +1 -1
  637. package/lib/module/dom/nodes/paint/ColorFilters.js.map +1 -1
  638. package/lib/module/dom/nodes/paint/ImageFilters.js.map +1 -1
  639. package/lib/module/dom/nodes/paint/MaskFilters.js.map +1 -1
  640. package/lib/module/dom/nodes/paint/PathEffects.js.map +1 -1
  641. package/lib/module/dom/nodes/paint/Shaders.js.map +1 -1
  642. package/lib/module/dom/nodes/paint/index.js.map +1 -1
  643. package/lib/module/dom/types/ColorFilters.js.map +1 -1
  644. package/lib/module/dom/types/Common.js.map +1 -1
  645. package/lib/module/dom/types/DeclarationContext.js +2 -2
  646. package/lib/module/dom/types/DeclarationContext.js.map +1 -1
  647. package/lib/module/dom/types/DrawingContext.js +2 -2
  648. package/lib/module/dom/types/DrawingContext.js.map +1 -1
  649. package/lib/module/dom/types/Drawings.js.map +1 -1
  650. package/lib/module/dom/types/ImageFilters.js.map +1 -1
  651. package/lib/module/dom/types/MaskFilters.js.map +1 -1
  652. package/lib/module/dom/types/Node.js.map +1 -1
  653. package/lib/module/dom/types/NodeType.js.map +1 -1
  654. package/lib/module/dom/types/Paragraph.js.map +1 -1
  655. package/lib/module/dom/types/PathEffects.js.map +1 -1
  656. package/lib/module/dom/types/Shaders.js.map +1 -1
  657. package/lib/module/dom/types/SkDOM.js.map +1 -1
  658. package/lib/module/dom/types/index.js.map +1 -1
  659. package/lib/module/external/ModuleProxy.js.map +1 -1
  660. package/lib/module/external/index.js.map +1 -1
  661. package/lib/module/external/reanimated/ReanimatedProxy.js.map +1 -1
  662. package/lib/module/external/reanimated/buffers.d.ts +4 -4
  663. package/lib/module/external/reanimated/buffers.js.map +1 -1
  664. package/lib/module/external/reanimated/index.js.map +1 -1
  665. package/lib/module/external/reanimated/interpolators.js.map +1 -1
  666. package/lib/module/external/reanimated/renderHelpers.js.map +1 -1
  667. package/lib/module/external/reanimated/textures.js.map +1 -1
  668. package/lib/module/external/reanimated/useAnimatedImageValue.js.map +1 -1
  669. package/lib/module/external/reanimated/useDerivedValueOnJS.js.map +1 -1
  670. package/lib/module/external/reanimated/useVideo.js.map +1 -1
  671. package/lib/module/external/reanimated/useVideoLoading.js.map +1 -1
  672. package/lib/module/external/reanimated/useVideoLoading.web.js.map +1 -1
  673. package/lib/module/headless/index.js.map +1 -1
  674. package/lib/module/index.js.map +1 -1
  675. package/lib/module/mock/index.js +4 -0
  676. package/lib/module/mock/index.js.map +1 -1
  677. package/lib/module/renderer/Canvas.d.ts +2 -2
  678. package/lib/module/renderer/Canvas.js +1 -1
  679. package/lib/module/renderer/Canvas.js.map +1 -1
  680. package/lib/module/renderer/Container.d.ts +1 -0
  681. package/lib/module/renderer/Container.js +3 -2
  682. package/lib/module/renderer/Container.js.map +1 -1
  683. package/lib/module/renderer/DrawingContext.js.map +1 -1
  684. package/lib/module/renderer/HostComponents.js.map +1 -1
  685. package/lib/module/renderer/HostConfig.d.ts +0 -1
  686. package/lib/module/renderer/HostConfig.js +7 -3
  687. package/lib/module/renderer/HostConfig.js.map +1 -1
  688. package/lib/module/renderer/Offscreen.js.map +1 -1
  689. package/lib/module/renderer/Reconciler.js +3 -2
  690. package/lib/module/renderer/Reconciler.js.map +1 -1
  691. package/lib/module/renderer/__tests__/Data.spec.d.ts +1 -0
  692. package/lib/module/renderer/__tests__/Drawings.spec.d.ts +1 -0
  693. package/lib/module/renderer/__tests__/FitBox.spec.d.ts +1 -0
  694. package/lib/module/renderer/__tests__/Glyphs.spec.d.ts +1 -0
  695. package/lib/module/renderer/__tests__/Image.spec.d.ts +1 -0
  696. package/lib/module/renderer/__tests__/Paths.spec.d.ts +1 -0
  697. package/lib/module/renderer/__tests__/Picture.spec.d.ts +1 -0
  698. package/lib/module/renderer/__tests__/Simple.spec.d.ts +1 -0
  699. package/lib/module/renderer/__tests__/SkiaDOM.spec.d.ts +1 -0
  700. package/lib/module/renderer/__tests__/Surfaces.spec.d.ts +1 -0
  701. package/lib/module/renderer/__tests__/Text.spec.d.ts +1 -0
  702. package/lib/module/renderer/__tests__/TouchHandler.spec.d.ts +1 -0
  703. package/lib/module/renderer/__tests__/Transform.spec.d.ts +1 -0
  704. package/lib/module/renderer/__tests__/documentation/Group.spec.d.ts +1 -0
  705. package/lib/module/renderer/__tests__/documentation/getting-started/HelloWorld.spec.d.ts +1 -0
  706. package/lib/module/renderer/__tests__/documentation/paint/Overview.spec.d.ts +1 -0
  707. package/lib/module/renderer/__tests__/documentation/shapes/Box.spec.d.ts +1 -0
  708. package/lib/module/renderer/__tests__/e2e/AnimatedImages.spec.d.ts +1 -0
  709. package/lib/module/renderer/__tests__/e2e/Atlas.spec.d.ts +1 -0
  710. package/lib/module/renderer/__tests__/e2e/BackdropFilters.spec.d.ts +1 -0
  711. package/lib/module/renderer/__tests__/e2e/Blending.spec.d.ts +1 -0
  712. package/lib/module/renderer/__tests__/e2e/Blur.spec.d.ts +1 -0
  713. package/lib/module/renderer/__tests__/e2e/Box.spec.d.ts +1 -0
  714. package/lib/module/renderer/__tests__/e2e/ColorFilters.spec.d.ts +1 -0
  715. package/lib/module/renderer/__tests__/e2e/Composition/ColorFilterComposition.spec.d.ts +1 -0
  716. package/lib/module/renderer/__tests__/e2e/CoonPatch.spec.d.ts +1 -0
  717. package/lib/module/renderer/__tests__/e2e/DataEncoding.spec.d.ts +1 -0
  718. package/lib/module/renderer/__tests__/e2e/Drawings.spec.d.ts +1 -0
  719. package/lib/module/renderer/__tests__/e2e/FontMgr.spec.d.ts +1 -0
  720. package/lib/module/renderer/__tests__/e2e/Gradient.spec.d.ts +1 -0
  721. package/lib/module/renderer/__tests__/e2e/Group.spec.d.ts +1 -0
  722. package/lib/module/renderer/__tests__/e2e/Image.spec.d.ts +1 -0
  723. package/lib/module/renderer/__tests__/e2e/ImageEncoding.spec.d.ts +1 -0
  724. package/lib/module/renderer/__tests__/e2e/ImageFilters.spec.d.ts +1 -0
  725. package/lib/module/renderer/__tests__/e2e/Mask.spec.d.ts +1 -0
  726. package/lib/module/renderer/__tests__/e2e/Matrix4.spec.d.ts +1 -0
  727. package/lib/module/renderer/__tests__/e2e/NativeBuffer.spec.d.ts +1 -0
  728. package/lib/module/renderer/__tests__/e2e/Offscreen.spec.d.ts +1 -0
  729. package/lib/module/renderer/__tests__/e2e/Opacity.spec.d.ts +1 -0
  730. package/lib/module/renderer/__tests__/e2e/Paint.spec.d.ts +1 -0
  731. package/lib/module/renderer/__tests__/e2e/ParagraphPaint.spec.d.ts +1 -0
  732. package/lib/module/renderer/__tests__/e2e/Paragraphs.spec.d.ts +1 -0
  733. package/lib/module/renderer/__tests__/e2e/PathEffects.spec.d.ts +1 -0
  734. package/lib/module/renderer/__tests__/e2e/Paths.spec.d.ts +1 -0
  735. package/lib/module/renderer/__tests__/e2e/Picture.spec.d.ts +1 -0
  736. package/lib/module/renderer/__tests__/e2e/Point.spec.d.ts +1 -0
  737. package/lib/module/renderer/__tests__/e2e/Rect.spec.d.ts +1 -0
  738. package/lib/module/renderer/__tests__/e2e/RuntimeShader.spec.d.ts +1 -0
  739. package/lib/module/renderer/__tests__/e2e/SDF.spec.d.ts +1 -0
  740. package/lib/module/renderer/__tests__/e2e/SVG.spec.d.ts +1 -0
  741. package/lib/module/renderer/__tests__/e2e/Shader.spec.d.ts +1 -0
  742. package/lib/module/renderer/__tests__/e2e/Snapshot.spec.d.ts +1 -0
  743. package/lib/module/renderer/__tests__/e2e/Surfaces.spec.d.ts +1 -0
  744. package/lib/module/renderer/__tests__/e2e/Text.spec.d.ts +1 -0
  745. package/lib/module/renderer/__tests__/e2e/TextPath.spec.d.ts +1 -0
  746. package/lib/module/renderer/__tests__/e2e/Transforms.spec.d.ts +1 -0
  747. package/lib/module/renderer/__tests__/e2e/Vertices.spec.d.ts +1 -0
  748. package/lib/module/renderer/__tests__/e2e/Video.d.ts +1 -0
  749. package/lib/module/renderer/__tests__/e2e/setup/Paragraph.d.ts +19 -0
  750. package/lib/module/renderer/__tests__/e2e/setup/SVG.d.ts +12 -0
  751. package/lib/module/renderer/__tests__/e2e/setup/SkiaObject.d.ts +11 -0
  752. package/lib/module/renderer/__tests__/e2e/setup/index.d.ts +3 -0
  753. package/lib/module/renderer/__tests__/examples/BlendModes.spec.d.ts +1 -0
  754. package/lib/module/renderer/__tests__/setup.d.ts +66 -0
  755. package/lib/module/renderer/components/Blend.js.map +1 -1
  756. package/lib/module/renderer/components/Group.js +2 -2
  757. package/lib/module/renderer/components/Group.js.map +1 -1
  758. package/lib/module/renderer/components/Mask.js.map +1 -1
  759. package/lib/module/renderer/components/Paint.js.map +1 -1
  760. package/lib/module/renderer/components/Picture.js.map +1 -1
  761. package/lib/module/renderer/components/backdrop/BackdropBlur.js +1 -1
  762. package/lib/module/renderer/components/backdrop/BackdropBlur.js.map +1 -1
  763. package/lib/module/renderer/components/backdrop/BackdropFilter.js.map +1 -1
  764. package/lib/module/renderer/components/backdrop/index.js.map +1 -1
  765. package/lib/module/renderer/components/colorFilters/BlendColor.js.map +1 -1
  766. package/lib/module/renderer/components/colorFilters/Lerp.js.map +1 -1
  767. package/lib/module/renderer/components/colorFilters/LinearToSRGBGamma.js.map +1 -1
  768. package/lib/module/renderer/components/colorFilters/LumaColorFilter.js.map +1 -1
  769. package/lib/module/renderer/components/colorFilters/Matrix.js.map +1 -1
  770. package/lib/module/renderer/components/colorFilters/SRGBToLinearGamma.js.map +1 -1
  771. package/lib/module/renderer/components/colorFilters/index.js.map +1 -1
  772. package/lib/module/renderer/components/image/Image.js.map +1 -1
  773. package/lib/module/renderer/components/image/ImageSVG.js.map +1 -1
  774. package/lib/module/renderer/components/image/ImageShader.js +1 -1
  775. package/lib/module/renderer/components/image/ImageShader.js.map +1 -1
  776. package/lib/module/renderer/components/image/index.js.map +1 -1
  777. package/lib/module/renderer/components/imageFilters/Blur.js +1 -1
  778. package/lib/module/renderer/components/imageFilters/Blur.js.map +1 -1
  779. package/lib/module/renderer/components/imageFilters/DisplacementMap.js.map +1 -1
  780. package/lib/module/renderer/components/imageFilters/Morphology.js +1 -1
  781. package/lib/module/renderer/components/imageFilters/Morphology.js.map +1 -1
  782. package/lib/module/renderer/components/imageFilters/Offset.js +1 -1
  783. package/lib/module/renderer/components/imageFilters/Offset.js.map +1 -1
  784. package/lib/module/renderer/components/imageFilters/RuntimeShader.js.map +1 -1
  785. package/lib/module/renderer/components/imageFilters/Shadow.js.map +1 -1
  786. package/lib/module/renderer/components/imageFilters/index.js.map +1 -1
  787. package/lib/module/renderer/components/index.js.map +1 -1
  788. package/lib/module/renderer/components/maskFilters/Blur.js +1 -1
  789. package/lib/module/renderer/components/maskFilters/Blur.js.map +1 -1
  790. package/lib/module/renderer/components/maskFilters/index.js.map +1 -1
  791. package/lib/module/renderer/components/paragraph/Paragraph.js.map +1 -1
  792. package/lib/module/renderer/components/paragraph/index.js.map +1 -1
  793. package/lib/module/renderer/components/pathEffects/Corner.js.map +1 -1
  794. package/lib/module/renderer/components/pathEffects/Dash.js.map +1 -1
  795. package/lib/module/renderer/components/pathEffects/Discrete.js +1 -1
  796. package/lib/module/renderer/components/pathEffects/Discrete.js.map +1 -1
  797. package/lib/module/renderer/components/pathEffects/Line2D.js.map +1 -1
  798. package/lib/module/renderer/components/pathEffects/Path1D.js.map +1 -1
  799. package/lib/module/renderer/components/pathEffects/Path2D.js.map +1 -1
  800. package/lib/module/renderer/components/pathEffects/Sum.js.map +1 -1
  801. package/lib/module/renderer/components/pathEffects/index.js.map +1 -1
  802. package/lib/module/renderer/components/shaders/Color.js.map +1 -1
  803. package/lib/module/renderer/components/shaders/FractalNoise.js +1 -1
  804. package/lib/module/renderer/components/shaders/FractalNoise.js.map +1 -1
  805. package/lib/module/renderer/components/shaders/LinearGradient.js.map +1 -1
  806. package/lib/module/renderer/components/shaders/RadialGradient.js.map +1 -1
  807. package/lib/module/renderer/components/shaders/Shader.js +1 -1
  808. package/lib/module/renderer/components/shaders/Shader.js.map +1 -1
  809. package/lib/module/renderer/components/shaders/ShaderLib.js.map +1 -1
  810. package/lib/module/renderer/components/shaders/SweepGradient.js.map +1 -1
  811. package/lib/module/renderer/components/shaders/Turbulence.js +1 -1
  812. package/lib/module/renderer/components/shaders/Turbulence.js.map +1 -1
  813. package/lib/module/renderer/components/shaders/TwoPointConicalGradient.js.map +1 -1
  814. package/lib/module/renderer/components/shaders/index.js.map +1 -1
  815. package/lib/module/renderer/components/shapes/Atlas.js.map +1 -1
  816. package/lib/module/renderer/components/shapes/Box.js.map +1 -1
  817. package/lib/module/renderer/components/shapes/Circle.js.map +1 -1
  818. package/lib/module/renderer/components/shapes/DiffRect.js.map +1 -1
  819. package/lib/module/renderer/components/shapes/Fill.js.map +1 -1
  820. package/lib/module/renderer/components/shapes/FitBox.js.map +1 -1
  821. package/lib/module/renderer/components/shapes/Line.js.map +1 -1
  822. package/lib/module/renderer/components/shapes/Oval.js.map +1 -1
  823. package/lib/module/renderer/components/shapes/Patch.js.map +1 -1
  824. package/lib/module/renderer/components/shapes/Path.js +1 -1
  825. package/lib/module/renderer/components/shapes/Path.js.map +1 -1
  826. package/lib/module/renderer/components/shapes/Points.js +1 -1
  827. package/lib/module/renderer/components/shapes/Points.js.map +1 -1
  828. package/lib/module/renderer/components/shapes/Rect.js.map +1 -1
  829. package/lib/module/renderer/components/shapes/RoundedRect.js.map +1 -1
  830. package/lib/module/renderer/components/shapes/Vertices.js +1 -1
  831. package/lib/module/renderer/components/shapes/Vertices.js.map +1 -1
  832. package/lib/module/renderer/components/shapes/index.js.map +1 -1
  833. package/lib/module/renderer/components/text/Glyphs.js +1 -1
  834. package/lib/module/renderer/components/text/Glyphs.js.map +1 -1
  835. package/lib/module/renderer/components/text/Text.js +1 -1
  836. package/lib/module/renderer/components/text/Text.js.map +1 -1
  837. package/lib/module/renderer/components/text/TextBlob.js +1 -1
  838. package/lib/module/renderer/components/text/TextBlob.js.map +1 -1
  839. package/lib/module/renderer/components/text/TextPath.js +1 -1
  840. package/lib/module/renderer/components/text/TextPath.js.map +1 -1
  841. package/lib/module/renderer/components/text/index.js.map +1 -1
  842. package/lib/module/renderer/index.js.map +1 -1
  843. package/lib/module/renderer/processors/Animations/Animations.js.map +1 -1
  844. package/lib/module/renderer/processors/Animations/index.js.map +1 -1
  845. package/lib/module/renderer/processors/index.js.map +1 -1
  846. package/lib/module/renderer/processors/math/Coordinates.js.map +1 -1
  847. package/lib/module/renderer/processors/math/Math.js.map +1 -1
  848. package/lib/module/renderer/processors/math/Transforms.js.map +1 -1
  849. package/lib/module/renderer/processors/math/index.js.map +1 -1
  850. package/lib/module/renderer/typeddash.js.map +1 -1
  851. package/lib/module/skia/NativeSetup.js.map +1 -1
  852. package/lib/module/skia/Skia.js.map +1 -1
  853. package/lib/module/skia/Skia.web.js.map +1 -1
  854. package/lib/module/skia/__tests__/ColorFilter.spec.d.ts +1 -0
  855. package/lib/module/skia/__tests__/Data.spec.d.ts +1 -0
  856. package/lib/module/skia/__tests__/Drawings.spec.d.ts +1 -0
  857. package/lib/module/skia/__tests__/Enums.spec.d.ts +1 -0
  858. package/lib/module/skia/__tests__/Geometry.spec.d.ts +1 -0
  859. package/lib/module/skia/__tests__/ImageFilter.spec.d.ts +1 -0
  860. package/lib/module/skia/__tests__/Mock.spec.d.ts +0 -0
  861. package/lib/module/skia/__tests__/Paint.spec.d.ts +1 -0
  862. package/lib/module/skia/__tests__/Path.spec.d.ts +1 -0
  863. package/lib/module/skia/__tests__/RuntimeEffect.spec.d.ts +1 -0
  864. package/lib/module/skia/__tests__/Shader.spec.d.ts +1 -0
  865. package/lib/module/skia/__tests__/Text.spec.d.ts +1 -0
  866. package/lib/module/skia/__tests__/Transform.spec.d.ts +1 -0
  867. package/lib/module/skia/__tests__/Vertices.spec.d.ts +1 -0
  868. package/lib/module/skia/__tests__/setup.d.ts +19 -0
  869. package/lib/module/skia/core/AnimatedImage.d.ts +1 -1
  870. package/lib/module/skia/core/AnimatedImage.js.map +1 -1
  871. package/lib/module/skia/core/Data.d.ts +3 -3
  872. package/lib/module/skia/core/Data.js.map +1 -1
  873. package/lib/module/skia/core/Font.d.ts +1 -1
  874. package/lib/module/skia/core/Font.js.map +1 -1
  875. package/lib/module/skia/core/Image.d.ts +2 -3
  876. package/lib/module/skia/core/Image.js.map +1 -1
  877. package/lib/module/skia/core/Matrix.js.map +1 -1
  878. package/lib/module/skia/core/Picture.d.ts +1 -1
  879. package/lib/module/skia/core/Picture.js.map +1 -1
  880. package/lib/module/skia/core/RRect.js.map +1 -1
  881. package/lib/module/skia/core/Rect.js.map +1 -1
  882. package/lib/module/skia/core/SVG.d.ts +1 -1
  883. package/lib/module/skia/core/SVG.js.map +1 -1
  884. package/lib/module/skia/core/SVG.web.d.ts +1 -1
  885. package/lib/module/skia/core/SVG.web.js.map +1 -1
  886. package/lib/module/skia/core/Typeface.d.ts +1 -1
  887. package/lib/module/skia/core/Typeface.js.map +1 -1
  888. package/lib/module/skia/core/Vector.js.map +1 -1
  889. package/lib/module/skia/core/index.js.map +1 -1
  890. package/lib/module/skia/index.js.map +1 -1
  891. package/lib/module/skia/types/AnimatedImage/AnimatedImage.js.map +1 -1
  892. package/lib/module/skia/types/AnimatedImage/AnimatedImageFactory.js.map +1 -1
  893. package/lib/module/skia/types/AnimatedImage/index.js.map +1 -1
  894. package/lib/module/skia/types/Canvas.js.map +1 -1
  895. package/lib/module/skia/types/Color.js.map +1 -1
  896. package/lib/module/skia/types/ColorFilter/ColorFilter.js.map +1 -1
  897. package/lib/module/skia/types/ColorFilter/ColorFilterFactory.js.map +1 -1
  898. package/lib/module/skia/types/ColorFilter/index.js.map +1 -1
  899. package/lib/module/skia/types/ContourMeasure.js.map +1 -1
  900. package/lib/module/skia/types/Data/Data.d.ts +1 -1
  901. package/lib/module/skia/types/Data/Data.js.map +1 -1
  902. package/lib/module/skia/types/Data/DataFactory.js.map +1 -1
  903. package/lib/module/skia/types/Data/index.js.map +1 -1
  904. package/lib/module/skia/types/Font/Font.js.map +1 -1
  905. package/lib/module/skia/types/Font/FontMgr.js.map +1 -1
  906. package/lib/module/skia/types/Font/FontMgrFactory.js.map +1 -1
  907. package/lib/module/skia/types/Font/index.js.map +1 -1
  908. package/lib/module/skia/types/Image/Image.js.map +1 -1
  909. package/lib/module/skia/types/Image/ImageFactory.d.ts +16 -16
  910. package/lib/module/skia/types/Image/ImageFactory.js.map +1 -1
  911. package/lib/module/skia/types/Image/index.js.map +1 -1
  912. package/lib/module/skia/types/ImageFilter/ImageFilter.js.map +1 -1
  913. package/lib/module/skia/types/ImageFilter/ImageFilterFactory.js.map +1 -1
  914. package/lib/module/skia/types/ImageFilter/index.js.map +1 -1
  915. package/lib/module/skia/types/JsiInstance.js.map +1 -1
  916. package/lib/module/skia/types/MaskFilter.d.ts +3 -3
  917. package/lib/module/skia/types/MaskFilter.js.map +1 -1
  918. package/lib/module/skia/types/Matrix.js.map +1 -1
  919. package/lib/module/skia/types/Matrix4.js.map +1 -1
  920. package/lib/module/skia/types/NativeBuffer/NativeBufferFactory.d.ts +3 -3
  921. package/lib/module/skia/types/NativeBuffer/NativeBufferFactory.js.map +1 -1
  922. package/lib/module/skia/types/NativeBuffer/index.js.map +1 -1
  923. package/lib/module/skia/types/Paint/BlendMode.d.ts +28 -28
  924. package/lib/module/skia/types/Paint/BlendMode.js.map +1 -1
  925. package/lib/module/skia/types/Paint/Paint.js.map +1 -1
  926. package/lib/module/skia/types/Paint/index.js.map +1 -1
  927. package/lib/module/skia/types/Paragraph/Paragraph.js.map +1 -1
  928. package/lib/module/skia/types/Paragraph/ParagraphBuilder.js.map +1 -1
  929. package/lib/module/skia/types/Paragraph/ParagraphStyle.js.map +1 -1
  930. package/lib/module/skia/types/Paragraph/TextStyle.js.map +1 -1
  931. package/lib/module/skia/types/Paragraph/TypefaceFontProvider.js.map +1 -1
  932. package/lib/module/skia/types/Paragraph/TypefaceFontProviderFactory.js.map +1 -1
  933. package/lib/module/skia/types/Paragraph/index.js.map +1 -1
  934. package/lib/module/skia/types/Path/Path.d.ts +4 -4
  935. package/lib/module/skia/types/Path/Path.js.map +1 -1
  936. package/lib/module/skia/types/Path/PathFactory.js.map +1 -1
  937. package/lib/module/skia/types/Path/index.js.map +1 -1
  938. package/lib/module/skia/types/PathEffect.js.map +1 -1
  939. package/lib/module/skia/types/Picture/Picture.js.map +1 -1
  940. package/lib/module/skia/types/Picture/PictureFactory.js.map +1 -1
  941. package/lib/module/skia/types/Picture/PictureRecorder.js.map +1 -1
  942. package/lib/module/skia/types/Picture/index.js.map +1 -1
  943. package/lib/module/skia/types/Point.js.map +1 -1
  944. package/lib/module/skia/types/RRect.js.map +1 -1
  945. package/lib/module/skia/types/RSXform.js.map +1 -1
  946. package/lib/module/skia/types/Rect.js.map +1 -1
  947. package/lib/module/skia/types/RuntimeEffect/RuntimeEffect.js.map +1 -1
  948. package/lib/module/skia/types/RuntimeEffect/RuntimeEffectFactory.js.map +1 -1
  949. package/lib/module/skia/types/RuntimeEffect/index.js.map +1 -1
  950. package/lib/module/skia/types/SVG/SVG.js.map +1 -1
  951. package/lib/module/skia/types/SVG/SVGFactory.js.map +1 -1
  952. package/lib/module/skia/types/SVG/index.js.map +1 -1
  953. package/lib/module/skia/types/Shader/Shader.js.map +1 -1
  954. package/lib/module/skia/types/Shader/ShaderFactory.js.map +1 -1
  955. package/lib/module/skia/types/Shader/index.js.map +1 -1
  956. package/lib/module/skia/types/Size.js.map +1 -1
  957. package/lib/module/skia/types/Skia.js.map +1 -1
  958. package/lib/module/skia/types/Surface/Surface.js.map +1 -1
  959. package/lib/module/skia/types/Surface/SurfaceFactory.js.map +1 -1
  960. package/lib/module/skia/types/Surface/index.js.map +1 -1
  961. package/lib/module/skia/types/TextBlob.js.map +1 -1
  962. package/lib/module/skia/types/Typeface/Typeface.js.map +1 -1
  963. package/lib/module/skia/types/Typeface/TypefaceFactory.js.map +1 -1
  964. package/lib/module/skia/types/Typeface/index.js.map +1 -1
  965. package/lib/module/skia/types/Vertices/Vertices.js.map +1 -1
  966. package/lib/module/skia/types/Vertices/index.js.map +1 -1
  967. package/lib/module/skia/types/Video/Video.js.map +1 -1
  968. package/lib/module/skia/types/Video/index.js.map +1 -1
  969. package/lib/module/skia/types/index.js.map +1 -1
  970. package/lib/module/skia/web/CanvasKitWebGLBufferImpl.js +2 -2
  971. package/lib/module/skia/web/CanvasKitWebGLBufferImpl.js.map +1 -1
  972. package/lib/module/skia/web/Host.js +2 -2
  973. package/lib/module/skia/web/Host.js.map +1 -1
  974. package/lib/module/skia/web/JsiSkAnimatedImage.js +2 -2
  975. package/lib/module/skia/web/JsiSkAnimatedImage.js.map +1 -1
  976. package/lib/module/skia/web/JsiSkAnimatedImageFactory.js.map +1 -1
  977. package/lib/module/skia/web/JsiSkCanvas.d.ts +1 -1
  978. package/lib/module/skia/web/JsiSkCanvas.js +2 -2
  979. package/lib/module/skia/web/JsiSkCanvas.js.map +1 -1
  980. package/lib/module/skia/web/JsiSkColor.js.map +1 -1
  981. package/lib/module/skia/web/JsiSkColorFilter.js +2 -2
  982. package/lib/module/skia/web/JsiSkColorFilter.js.map +1 -1
  983. package/lib/module/skia/web/JsiSkColorFilterFactory.js.map +1 -1
  984. package/lib/module/skia/web/JsiSkContourMeasure.js +2 -2
  985. package/lib/module/skia/web/JsiSkContourMeasure.js.map +1 -1
  986. package/lib/module/skia/web/JsiSkContourMeasureIter.js +2 -2
  987. package/lib/module/skia/web/JsiSkContourMeasureIter.js.map +1 -1
  988. package/lib/module/skia/web/JsiSkData.js +2 -2
  989. package/lib/module/skia/web/JsiSkData.js.map +1 -1
  990. package/lib/module/skia/web/JsiSkDataFactory.js.map +1 -1
  991. package/lib/module/skia/web/JsiSkFont.js +2 -2
  992. package/lib/module/skia/web/JsiSkFont.js.map +1 -1
  993. package/lib/module/skia/web/JsiSkFontMgr.js.map +1 -1
  994. package/lib/module/skia/web/JsiSkFontMgrFactory.js.map +1 -1
  995. package/lib/module/skia/web/JsiSkImage.js +2 -2
  996. package/lib/module/skia/web/JsiSkImage.js.map +1 -1
  997. package/lib/module/skia/web/JsiSkImageFactory.js.map +1 -1
  998. package/lib/module/skia/web/JsiSkImageFilter.js +2 -2
  999. package/lib/module/skia/web/JsiSkImageFilter.js.map +1 -1
  1000. package/lib/module/skia/web/JsiSkImageFilterFactory.js.map +1 -1
  1001. package/lib/module/skia/web/JsiSkMaskFilter.js +2 -2
  1002. package/lib/module/skia/web/JsiSkMaskFilter.js.map +1 -1
  1003. package/lib/module/skia/web/JsiSkMaskFilterFactory.js.map +1 -1
  1004. package/lib/module/skia/web/JsiSkMatrix.js +2 -2
  1005. package/lib/module/skia/web/JsiSkMatrix.js.map +1 -1
  1006. package/lib/module/skia/web/JsiSkNativeBufferFactory.d.ts +1 -1
  1007. package/lib/module/skia/web/JsiSkNativeBufferFactory.js.map +1 -1
  1008. package/lib/module/skia/web/JsiSkPaint.js +2 -2
  1009. package/lib/module/skia/web/JsiSkPaint.js.map +1 -1
  1010. package/lib/module/skia/web/JsiSkParagraph.js.map +1 -1
  1011. package/lib/module/skia/web/JsiSkParagraphBuilder.js.map +1 -1
  1012. package/lib/module/skia/web/JsiSkParagraphBuilderFactory.js.map +1 -1
  1013. package/lib/module/skia/web/JsiSkParagraphStyle.d.ts +1 -1
  1014. package/lib/module/skia/web/JsiSkParagraphStyle.js.map +1 -1
  1015. package/lib/module/skia/web/JsiSkPath.js +2 -2
  1016. package/lib/module/skia/web/JsiSkPath.js.map +1 -1
  1017. package/lib/module/skia/web/JsiSkPathEffect.js +2 -2
  1018. package/lib/module/skia/web/JsiSkPathEffect.js.map +1 -1
  1019. package/lib/module/skia/web/JsiSkPathEffectFactory.js.map +1 -1
  1020. package/lib/module/skia/web/JsiSkPathFactory.js.map +1 -1
  1021. package/lib/module/skia/web/JsiSkPicture.js +2 -2
  1022. package/lib/module/skia/web/JsiSkPicture.js.map +1 -1
  1023. package/lib/module/skia/web/JsiSkPictureFactory.js.map +1 -1
  1024. package/lib/module/skia/web/JsiSkPictureRecorder.js +2 -2
  1025. package/lib/module/skia/web/JsiSkPictureRecorder.js.map +1 -1
  1026. package/lib/module/skia/web/JsiSkPoint.js +2 -2
  1027. package/lib/module/skia/web/JsiSkPoint.js.map +1 -1
  1028. package/lib/module/skia/web/JsiSkRRect.js +2 -2
  1029. package/lib/module/skia/web/JsiSkRRect.js.map +1 -1
  1030. package/lib/module/skia/web/JsiSkRSXform.js +2 -2
  1031. package/lib/module/skia/web/JsiSkRSXform.js.map +1 -1
  1032. package/lib/module/skia/web/JsiSkRect.js +2 -2
  1033. package/lib/module/skia/web/JsiSkRect.js.map +1 -1
  1034. package/lib/module/skia/web/JsiSkRuntimeEffect.js +2 -2
  1035. package/lib/module/skia/web/JsiSkRuntimeEffect.js.map +1 -1
  1036. package/lib/module/skia/web/JsiSkRuntimeEffectFactory.js.map +1 -1
  1037. package/lib/module/skia/web/JsiSkSVG.js +2 -2
  1038. package/lib/module/skia/web/JsiSkSVG.js.map +1 -1
  1039. package/lib/module/skia/web/JsiSkSVGFactory.js.map +1 -1
  1040. package/lib/module/skia/web/JsiSkShader.js +2 -2
  1041. package/lib/module/skia/web/JsiSkShader.js.map +1 -1
  1042. package/lib/module/skia/web/JsiSkShaderFactory.js.map +1 -1
  1043. package/lib/module/skia/web/JsiSkSurface.js +2 -2
  1044. package/lib/module/skia/web/JsiSkSurface.js.map +1 -1
  1045. package/lib/module/skia/web/JsiSkSurfaceFactory.js.map +1 -1
  1046. package/lib/module/skia/web/JsiSkTextBlob.js +2 -2
  1047. package/lib/module/skia/web/JsiSkTextBlob.js.map +1 -1
  1048. package/lib/module/skia/web/JsiSkTextBlobFactory.js.map +1 -1
  1049. package/lib/module/skia/web/JsiSkTextStyle.js.map +1 -1
  1050. package/lib/module/skia/web/JsiSkTypeface.js +2 -2
  1051. package/lib/module/skia/web/JsiSkTypeface.js.map +1 -1
  1052. package/lib/module/skia/web/JsiSkTypefaceFactory.js.map +1 -1
  1053. package/lib/module/skia/web/JsiSkTypefaceFontProvider.js +2 -2
  1054. package/lib/module/skia/web/JsiSkTypefaceFontProvider.js.map +1 -1
  1055. package/lib/module/skia/web/JsiSkTypefaceFontProviderFactory.js.map +1 -1
  1056. package/lib/module/skia/web/JsiSkVertices.js +2 -2
  1057. package/lib/module/skia/web/JsiSkVertices.js.map +1 -1
  1058. package/lib/module/skia/web/JsiSkVerticesFactory.js.map +1 -1
  1059. package/lib/module/skia/web/JsiSkia.js.map +1 -1
  1060. package/lib/module/skia/web/JsiVideo.js +2 -2
  1061. package/lib/module/skia/web/JsiVideo.js.map +1 -1
  1062. package/lib/module/skia/web/index.js.map +1 -1
  1063. package/lib/module/specs/NativeSkiaModule.js.map +1 -1
  1064. package/lib/module/specs/NativeSkiaModule.web.js.map +1 -1
  1065. package/lib/module/specs/SkiaDomViewNativeComponent.d.ts +0 -1
  1066. package/lib/module/specs/SkiaDomViewNativeComponent.js.map +1 -1
  1067. package/lib/module/specs/SkiaPictureViewNativeComponent.d.ts +0 -1
  1068. package/lib/module/specs/SkiaPictureViewNativeComponent.js.map +1 -1
  1069. package/lib/module/views/SkiaBaseWebView.js +3 -3
  1070. package/lib/module/views/SkiaBaseWebView.js.map +1 -1
  1071. package/lib/module/views/SkiaDomView.d.ts +0 -4
  1072. package/lib/module/views/SkiaDomView.js +3 -11
  1073. package/lib/module/views/SkiaDomView.js.map +1 -1
  1074. package/lib/module/views/SkiaDomView.web.js.map +1 -1
  1075. package/lib/module/views/SkiaJSDomView.js +3 -3
  1076. package/lib/module/views/SkiaJSDomView.js.map +1 -1
  1077. package/lib/module/views/SkiaJSDomView.web.js.map +1 -1
  1078. package/lib/module/views/SkiaPictureView.js +3 -3
  1079. package/lib/module/views/SkiaPictureView.js.map +1 -1
  1080. package/lib/module/views/SkiaPictureView.web.js.map +1 -1
  1081. package/lib/module/views/SkiaViewNativeId.js.map +1 -1
  1082. package/lib/module/views/api.js.map +1 -1
  1083. package/lib/module/views/index.js.map +1 -1
  1084. package/lib/module/views/types.js.map +1 -1
  1085. package/lib/module/views/useTouchHandler.js.map +1 -1
  1086. package/lib/module/web/LoadSkiaWeb.js.map +1 -1
  1087. package/lib/module/web/WithSkiaWeb.js.map +1 -1
  1088. package/lib/module/web/index.js.map +1 -1
  1089. package/lib/typescript/jest.config.d.ts +2 -0
  1090. package/lib/typescript/lib/commonjs/Platform/IPlatform.d.ts +1 -0
  1091. package/lib/typescript/lib/commonjs/Platform/Platform.d.ts +9 -0
  1092. package/lib/typescript/lib/commonjs/Platform/Platform.web.d.ts +14 -0
  1093. package/lib/typescript/lib/commonjs/Platform/index.d.ts +1 -0
  1094. package/lib/typescript/lib/commonjs/animation/functions/index.d.ts +1 -0
  1095. package/lib/typescript/lib/commonjs/animation/functions/interpolate.d.ts +7 -0
  1096. package/lib/typescript/lib/commonjs/animation/functions/interpolateColors.d.ts +3 -0
  1097. package/lib/typescript/lib/commonjs/animation/functions/interpolatePaths.d.ts +18 -0
  1098. package/lib/typescript/lib/commonjs/animation/functions/interpolateVector.d.ts +9 -0
  1099. package/lib/typescript/lib/commonjs/animation/index.d.ts +1 -0
  1100. package/lib/typescript/lib/commonjs/dom/nodes/DrawingNode.d.ts +6 -0
  1101. package/lib/typescript/lib/commonjs/dom/nodes/GroupNode.d.ts +6 -0
  1102. package/lib/typescript/lib/commonjs/dom/nodes/JsiSkDOM.d.ts +70 -0
  1103. package/lib/typescript/lib/commonjs/dom/nodes/LayerNode.d.ts +6 -0
  1104. package/lib/typescript/lib/commonjs/dom/nodes/Node.d.ts +20 -0
  1105. package/lib/typescript/lib/commonjs/dom/nodes/PaintNode.d.ts +6 -0
  1106. package/lib/typescript/lib/commonjs/dom/nodes/RenderNode.d.ts +16 -0
  1107. package/lib/typescript/lib/commonjs/dom/nodes/datatypes/Circle.d.ts +3 -0
  1108. package/lib/typescript/lib/commonjs/dom/nodes/datatypes/Enum.d.ts +2 -0
  1109. package/lib/typescript/lib/commonjs/dom/nodes/datatypes/Fitting.d.ts +45 -0
  1110. package/lib/typescript/lib/commonjs/dom/nodes/datatypes/Gradient.d.ts +16 -0
  1111. package/lib/typescript/lib/commonjs/dom/nodes/datatypes/Path.d.ts +3 -0
  1112. package/lib/typescript/lib/commonjs/dom/nodes/datatypes/Radius.d.ts +2 -0
  1113. package/lib/typescript/lib/commonjs/dom/nodes/datatypes/Rect.d.ts +4 -0
  1114. package/lib/typescript/lib/commonjs/dom/nodes/datatypes/Transform.d.ts +2 -0
  1115. package/lib/typescript/lib/commonjs/dom/nodes/datatypes/index.d.ts +1 -0
  1116. package/lib/typescript/lib/commonjs/dom/nodes/drawings/AtlasNode.d.ts +10 -0
  1117. package/lib/typescript/lib/commonjs/dom/nodes/drawings/BackdropFilterNode.d.ts +10 -0
  1118. package/lib/typescript/lib/commonjs/dom/nodes/drawings/Box.d.ts +15 -0
  1119. package/lib/typescript/lib/commonjs/dom/nodes/drawings/CircleNode.d.ts +10 -0
  1120. package/lib/typescript/lib/commonjs/dom/nodes/drawings/DiffRectNode.d.ts +10 -0
  1121. package/lib/typescript/lib/commonjs/dom/nodes/drawings/FillNode.d.ts +10 -0
  1122. package/lib/typescript/lib/commonjs/dom/nodes/drawings/ImageNode.d.ts +13 -0
  1123. package/lib/typescript/lib/commonjs/dom/nodes/drawings/ImageSVG.d.ts +9 -0
  1124. package/lib/typescript/lib/commonjs/dom/nodes/drawings/LineNode.d.ts +10 -0
  1125. package/lib/typescript/lib/commonjs/dom/nodes/drawings/OvalNode.d.ts +10 -0
  1126. package/lib/typescript/lib/commonjs/dom/nodes/drawings/ParagraphNode.d.ts +9 -0
  1127. package/lib/typescript/lib/commonjs/dom/nodes/drawings/PatchNode.d.ts +14 -0
  1128. package/lib/typescript/lib/commonjs/dom/nodes/drawings/PathNode.d.ts +10 -0
  1129. package/lib/typescript/lib/commonjs/dom/nodes/drawings/PictureNode.d.ts +9 -0
  1130. package/lib/typescript/lib/commonjs/dom/nodes/drawings/PointsNode.d.ts +10 -0
  1131. package/lib/typescript/lib/commonjs/dom/nodes/drawings/RRectNode.d.ts +10 -0
  1132. package/lib/typescript/lib/commonjs/dom/nodes/drawings/RectNode.d.ts +10 -0
  1133. package/lib/typescript/lib/commonjs/dom/nodes/drawings/Text.d.ts +34 -0
  1134. package/lib/typescript/lib/commonjs/dom/nodes/drawings/VerticesNode.d.ts +10 -0
  1135. package/lib/typescript/lib/commonjs/dom/nodes/drawings/index.d.ts +1 -0
  1136. package/lib/typescript/lib/commonjs/dom/nodes/index.d.ts +1 -0
  1137. package/lib/typescript/lib/commonjs/dom/nodes/paint/BlendNode.d.ts +6 -0
  1138. package/lib/typescript/lib/commonjs/dom/nodes/paint/ColorFilters.d.ts +29 -0
  1139. package/lib/typescript/lib/commonjs/dom/nodes/paint/ImageFilters.d.ts +35 -0
  1140. package/lib/typescript/lib/commonjs/dom/nodes/paint/MaskFilters.d.ts +6 -0
  1141. package/lib/typescript/lib/commonjs/dom/nodes/paint/PathEffects.d.ts +34 -0
  1142. package/lib/typescript/lib/commonjs/dom/nodes/paint/Shaders.d.ts +40 -0
  1143. package/lib/typescript/lib/commonjs/dom/nodes/paint/index.d.ts +1 -0
  1144. package/lib/typescript/lib/commonjs/dom/types/ColorFilters.d.ts +1 -0
  1145. package/lib/typescript/lib/commonjs/dom/types/Common.d.ts +1 -0
  1146. package/lib/typescript/lib/commonjs/dom/types/DeclarationContext.d.ts +26 -0
  1147. package/lib/typescript/lib/commonjs/dom/types/DrawingContext.d.ts +13 -0
  1148. package/lib/typescript/lib/commonjs/dom/types/Drawings.d.ts +1 -0
  1149. package/lib/typescript/lib/commonjs/dom/types/ImageFilters.d.ts +1 -0
  1150. package/lib/typescript/lib/commonjs/dom/types/MaskFilters.d.ts +1 -0
  1151. package/lib/typescript/lib/commonjs/dom/types/Node.d.ts +1 -0
  1152. package/lib/typescript/lib/commonjs/dom/types/NodeType.d.ts +2 -0
  1153. package/lib/typescript/lib/commonjs/dom/types/Paragraph.d.ts +1 -0
  1154. package/lib/typescript/lib/commonjs/dom/types/PathEffects.d.ts +1 -0
  1155. package/lib/typescript/lib/commonjs/dom/types/Shaders.d.ts +1 -0
  1156. package/lib/typescript/lib/commonjs/dom/types/SkDOM.d.ts +1 -0
  1157. package/lib/typescript/lib/commonjs/dom/types/index.d.ts +1 -0
  1158. package/lib/typescript/lib/commonjs/external/ModuleProxy.d.ts +11 -0
  1159. package/lib/typescript/lib/commonjs/external/index.d.ts +1 -0
  1160. package/lib/typescript/lib/commonjs/external/reanimated/ReanimatedProxy.d.ts +5 -0
  1161. package/lib/typescript/lib/commonjs/external/reanimated/buffers.d.ts +5 -0
  1162. package/lib/typescript/lib/commonjs/external/reanimated/index.d.ts +1 -0
  1163. package/lib/typescript/lib/commonjs/external/reanimated/interpolators.d.ts +6 -0
  1164. package/lib/typescript/lib/commonjs/external/reanimated/renderHelpers.d.ts +4 -0
  1165. package/lib/typescript/lib/commonjs/external/reanimated/textures.d.ts +6 -0
  1166. package/lib/typescript/lib/commonjs/external/reanimated/useAnimatedImageValue.d.ts +2 -0
  1167. package/lib/typescript/lib/commonjs/external/reanimated/useDerivedValueOnJS.d.ts +2 -0
  1168. package/lib/typescript/lib/commonjs/external/reanimated/useVideo.d.ts +9 -0
  1169. package/lib/typescript/lib/commonjs/external/reanimated/useVideoLoading.d.ts +2 -0
  1170. package/lib/typescript/lib/commonjs/external/reanimated/useVideoLoading.web.d.ts +2 -0
  1171. package/lib/typescript/lib/commonjs/headless/index.d.ts +6 -0
  1172. package/lib/typescript/lib/commonjs/index.d.ts +3 -0
  1173. package/lib/typescript/lib/commonjs/mock/index.d.ts +64 -0
  1174. package/lib/typescript/lib/commonjs/renderer/Canvas.d.ts +3 -0
  1175. package/lib/typescript/lib/commonjs/renderer/Container.d.ts +10 -0
  1176. package/lib/typescript/lib/commonjs/renderer/DrawingContext.d.ts +1 -0
  1177. package/lib/typescript/lib/commonjs/renderer/HostComponents.d.ts +3 -0
  1178. package/lib/typescript/lib/commonjs/renderer/HostConfig.d.ts +38 -0
  1179. package/lib/typescript/lib/commonjs/renderer/Offscreen.d.ts +5 -0
  1180. package/lib/typescript/lib/commonjs/renderer/Reconciler.d.ts +10 -0
  1181. package/lib/typescript/lib/commonjs/renderer/components/Blend.d.ts +2 -0
  1182. package/lib/typescript/lib/commonjs/renderer/components/Group.d.ts +5 -0
  1183. package/lib/typescript/lib/commonjs/renderer/components/Mask.d.ts +7 -0
  1184. package/lib/typescript/lib/commonjs/renderer/components/Paint.d.ts +2 -0
  1185. package/lib/typescript/lib/commonjs/renderer/components/Picture.d.ts +2 -0
  1186. package/lib/typescript/lib/commonjs/renderer/components/backdrop/BackdropBlur.d.ts +6 -0
  1187. package/lib/typescript/lib/commonjs/renderer/components/backdrop/BackdropFilter.d.ts +6 -0
  1188. package/lib/typescript/lib/commonjs/renderer/components/backdrop/index.d.ts +1 -0
  1189. package/lib/typescript/lib/commonjs/renderer/components/colorFilters/BlendColor.d.ts +2 -0
  1190. package/lib/typescript/lib/commonjs/renderer/components/colorFilters/Lerp.d.ts +2 -0
  1191. package/lib/typescript/lib/commonjs/renderer/components/colorFilters/LinearToSRGBGamma.d.ts +2 -0
  1192. package/lib/typescript/lib/commonjs/renderer/components/colorFilters/LumaColorFilter.d.ts +2 -0
  1193. package/lib/typescript/lib/commonjs/renderer/components/colorFilters/Matrix.d.ts +3 -0
  1194. package/lib/typescript/lib/commonjs/renderer/components/colorFilters/SRGBToLinearGamma.d.ts +2 -0
  1195. package/lib/typescript/lib/commonjs/renderer/components/colorFilters/index.d.ts +1 -0
  1196. package/lib/typescript/lib/commonjs/renderer/components/image/Image.d.ts +2 -0
  1197. package/lib/typescript/lib/commonjs/renderer/components/image/ImageSVG.d.ts +2 -0
  1198. package/lib/typescript/lib/commonjs/renderer/components/image/ImageShader.d.ts +10 -0
  1199. package/lib/typescript/lib/commonjs/renderer/components/image/index.d.ts +1 -0
  1200. package/lib/typescript/lib/commonjs/renderer/components/imageFilters/Blur.d.ts +5 -0
  1201. package/lib/typescript/lib/commonjs/renderer/components/imageFilters/DisplacementMap.d.ts +2 -0
  1202. package/lib/typescript/lib/commonjs/renderer/components/imageFilters/Morphology.d.ts +5 -0
  1203. package/lib/typescript/lib/commonjs/renderer/components/imageFilters/Offset.d.ts +6 -0
  1204. package/lib/typescript/lib/commonjs/renderer/components/imageFilters/RuntimeShader.d.ts +2 -0
  1205. package/lib/typescript/lib/commonjs/renderer/components/imageFilters/Shadow.d.ts +2 -0
  1206. package/lib/typescript/lib/commonjs/renderer/components/imageFilters/index.d.ts +1 -0
  1207. package/lib/typescript/lib/commonjs/renderer/components/index.d.ts +1 -0
  1208. package/lib/typescript/lib/commonjs/renderer/components/maskFilters/Blur.d.ts +6 -0
  1209. package/lib/typescript/lib/commonjs/renderer/components/maskFilters/index.d.ts +1 -0
  1210. package/lib/typescript/lib/commonjs/renderer/components/paragraph/Paragraph.d.ts +2 -0
  1211. package/lib/typescript/lib/commonjs/renderer/components/paragraph/index.d.ts +1 -0
  1212. package/lib/typescript/lib/commonjs/renderer/components/pathEffects/Corner.d.ts +2 -0
  1213. package/lib/typescript/lib/commonjs/renderer/components/pathEffects/Dash.d.ts +2 -0
  1214. package/lib/typescript/lib/commonjs/renderer/components/pathEffects/Discrete.d.ts +5 -0
  1215. package/lib/typescript/lib/commonjs/renderer/components/pathEffects/Line2D.d.ts +2 -0
  1216. package/lib/typescript/lib/commonjs/renderer/components/pathEffects/Path1D.d.ts +2 -0
  1217. package/lib/typescript/lib/commonjs/renderer/components/pathEffects/Path2D.d.ts +2 -0
  1218. package/lib/typescript/lib/commonjs/renderer/components/pathEffects/Sum.d.ts +2 -0
  1219. package/lib/typescript/lib/commonjs/renderer/components/pathEffects/index.d.ts +1 -0
  1220. package/lib/typescript/lib/commonjs/renderer/components/shaders/Color.d.ts +2 -0
  1221. package/lib/typescript/lib/commonjs/renderer/components/shaders/FractalNoise.d.ts +7 -0
  1222. package/lib/typescript/lib/commonjs/renderer/components/shaders/LinearGradient.d.ts +2 -0
  1223. package/lib/typescript/lib/commonjs/renderer/components/shaders/RadialGradient.d.ts +2 -0
  1224. package/lib/typescript/lib/commonjs/renderer/components/shaders/Shader.d.ts +5 -0
  1225. package/lib/typescript/lib/commonjs/renderer/components/shaders/ShaderLib.d.ts +8 -0
  1226. package/lib/typescript/lib/commonjs/renderer/components/shaders/SweepGradient.d.ts +2 -0
  1227. package/lib/typescript/lib/commonjs/renderer/components/shaders/Turbulence.d.ts +7 -0
  1228. package/lib/typescript/lib/commonjs/renderer/components/shaders/TwoPointConicalGradient.d.ts +2 -0
  1229. package/lib/typescript/lib/commonjs/renderer/components/shaders/index.d.ts +1 -0
  1230. package/lib/typescript/lib/commonjs/renderer/components/shapes/Atlas.d.ts +2 -0
  1231. package/lib/typescript/lib/commonjs/renderer/components/shapes/Box.d.ts +3 -0
  1232. package/lib/typescript/lib/commonjs/renderer/components/shapes/Circle.d.ts +2 -0
  1233. package/lib/typescript/lib/commonjs/renderer/components/shapes/DiffRect.d.ts +2 -0
  1234. package/lib/typescript/lib/commonjs/renderer/components/shapes/Fill.d.ts +2 -0
  1235. package/lib/typescript/lib/commonjs/renderer/components/shapes/FitBox.d.ts +8 -0
  1236. package/lib/typescript/lib/commonjs/renderer/components/shapes/Line.d.ts +2 -0
  1237. package/lib/typescript/lib/commonjs/renderer/components/shapes/Oval.d.ts +2 -0
  1238. package/lib/typescript/lib/commonjs/renderer/components/shapes/Patch.d.ts +2 -0
  1239. package/lib/typescript/lib/commonjs/renderer/components/shapes/Path.d.ts +6 -0
  1240. package/lib/typescript/lib/commonjs/renderer/components/shapes/Points.d.ts +5 -0
  1241. package/lib/typescript/lib/commonjs/renderer/components/shapes/Rect.d.ts +2 -0
  1242. package/lib/typescript/lib/commonjs/renderer/components/shapes/RoundedRect.d.ts +2 -0
  1243. package/lib/typescript/lib/commonjs/renderer/components/shapes/Vertices.d.ts +5 -0
  1244. package/lib/typescript/lib/commonjs/renderer/components/shapes/index.d.ts +1 -0
  1245. package/lib/typescript/lib/commonjs/renderer/components/text/Glyphs.d.ts +6 -0
  1246. package/lib/typescript/lib/commonjs/renderer/components/text/Text.d.ts +6 -0
  1247. package/lib/typescript/lib/commonjs/renderer/components/text/TextBlob.d.ts +6 -0
  1248. package/lib/typescript/lib/commonjs/renderer/components/text/TextPath.d.ts +5 -0
  1249. package/lib/typescript/lib/commonjs/renderer/components/text/index.d.ts +1 -0
  1250. package/lib/typescript/lib/commonjs/renderer/index.d.ts +1 -0
  1251. package/lib/typescript/lib/commonjs/renderer/processors/Animations/Animations.d.ts +0 -0
  1252. package/lib/typescript/lib/commonjs/renderer/processors/Animations/index.d.ts +1 -0
  1253. package/lib/typescript/lib/commonjs/renderer/processors/index.d.ts +1 -0
  1254. package/lib/typescript/lib/commonjs/renderer/processors/math/Coordinates.d.ts +25 -0
  1255. package/lib/typescript/lib/commonjs/renderer/processors/math/Math.d.ts +10 -0
  1256. package/lib/typescript/lib/commonjs/renderer/processors/math/Transforms.d.ts +5 -0
  1257. package/lib/typescript/lib/commonjs/renderer/processors/math/index.d.ts +1 -0
  1258. package/lib/typescript/lib/commonjs/renderer/typeddash.d.ts +4 -0
  1259. package/lib/typescript/lib/commonjs/skia/NativeSetup.d.ts +1 -0
  1260. package/lib/typescript/lib/commonjs/skia/Skia.d.ts +2 -0
  1261. package/lib/typescript/lib/commonjs/skia/Skia.web.d.ts +2 -0
  1262. package/lib/typescript/lib/commonjs/skia/core/AnimatedImage.d.ts +5 -0
  1263. package/lib/typescript/lib/commonjs/skia/core/Data.d.ts +5 -0
  1264. package/lib/typescript/lib/commonjs/skia/core/Font.d.ts +8 -0
  1265. package/lib/typescript/lib/commonjs/skia/core/Image.d.ts +6 -0
  1266. package/lib/typescript/lib/commonjs/skia/core/Matrix.d.ts +2 -0
  1267. package/lib/typescript/lib/commonjs/skia/core/Picture.d.ts +8 -0
  1268. package/lib/typescript/lib/commonjs/skia/core/RRect.d.ts +2 -0
  1269. package/lib/typescript/lib/commonjs/skia/core/Rect.d.ts +8 -0
  1270. package/lib/typescript/lib/commonjs/skia/core/SVG.d.ts +2 -0
  1271. package/lib/typescript/lib/commonjs/skia/core/SVG.web.d.ts +2 -0
  1272. package/lib/typescript/lib/commonjs/skia/core/Typeface.d.ts +5 -0
  1273. package/lib/typescript/lib/commonjs/skia/core/Vector.d.ts +7 -0
  1274. package/lib/typescript/lib/commonjs/skia/core/index.d.ts +1 -0
  1275. package/lib/typescript/lib/commonjs/skia/index.d.ts +2 -0
  1276. package/lib/typescript/lib/commonjs/skia/types/AnimatedImage/AnimatedImage.d.ts +1 -0
  1277. package/lib/typescript/lib/commonjs/skia/types/AnimatedImage/AnimatedImageFactory.d.ts +1 -0
  1278. package/lib/typescript/lib/commonjs/skia/types/AnimatedImage/index.d.ts +1 -0
  1279. package/lib/typescript/lib/commonjs/skia/types/Canvas.d.ts +3 -0
  1280. package/lib/typescript/lib/commonjs/skia/types/Color.d.ts +0 -0
  1281. package/lib/typescript/lib/commonjs/skia/types/ColorFilter/ColorFilter.d.ts +2 -0
  1282. package/lib/typescript/lib/commonjs/skia/types/ColorFilter/ColorFilterFactory.d.ts +1 -0
  1283. package/lib/typescript/lib/commonjs/skia/types/ColorFilter/index.d.ts +1 -0
  1284. package/lib/typescript/lib/commonjs/skia/types/ContourMeasure.d.ts +1 -0
  1285. package/lib/typescript/lib/commonjs/skia/types/Data/Data.d.ts +2 -0
  1286. package/lib/typescript/lib/commonjs/skia/types/Data/DataFactory.d.ts +1 -0
  1287. package/lib/typescript/lib/commonjs/skia/types/Data/index.d.ts +1 -0
  1288. package/lib/typescript/lib/commonjs/skia/types/Font/Font.d.ts +16 -0
  1289. package/lib/typescript/lib/commonjs/skia/types/Font/FontMgr.d.ts +1 -0
  1290. package/lib/typescript/lib/commonjs/skia/types/Font/FontMgrFactory.d.ts +1 -0
  1291. package/lib/typescript/lib/commonjs/skia/types/Font/index.d.ts +1 -0
  1292. package/lib/typescript/lib/commonjs/skia/types/Image/Image.d.ts +4 -0
  1293. package/lib/typescript/lib/commonjs/skia/types/Image/ImageFactory.d.ts +3 -0
  1294. package/lib/typescript/lib/commonjs/skia/types/Image/index.d.ts +1 -0
  1295. package/lib/typescript/lib/commonjs/skia/types/ImageFilter/ImageFilter.d.ts +3 -0
  1296. package/lib/typescript/lib/commonjs/skia/types/ImageFilter/ImageFilterFactory.d.ts +2 -0
  1297. package/lib/typescript/lib/commonjs/skia/types/ImageFilter/index.d.ts +1 -0
  1298. package/lib/typescript/lib/commonjs/skia/types/JsiInstance.d.ts +0 -0
  1299. package/lib/typescript/lib/commonjs/skia/types/MaskFilter.d.ts +3 -0
  1300. package/lib/typescript/lib/commonjs/skia/types/Matrix.d.ts +4 -0
  1301. package/lib/typescript/lib/commonjs/skia/types/Matrix4.d.ts +31 -0
  1302. package/lib/typescript/lib/commonjs/skia/types/NativeBuffer/NativeBufferFactory.d.ts +6 -0
  1303. package/lib/typescript/lib/commonjs/skia/types/NativeBuffer/index.d.ts +1 -0
  1304. package/lib/typescript/lib/commonjs/skia/types/Paint/BlendMode.d.ts +2 -0
  1305. package/lib/typescript/lib/commonjs/skia/types/Paint/Paint.d.ts +5 -0
  1306. package/lib/typescript/lib/commonjs/skia/types/Paint/index.d.ts +1 -0
  1307. package/lib/typescript/lib/commonjs/skia/types/Paragraph/Paragraph.d.ts +1 -0
  1308. package/lib/typescript/lib/commonjs/skia/types/Paragraph/ParagraphBuilder.d.ts +2 -0
  1309. package/lib/typescript/lib/commonjs/skia/types/Paragraph/ParagraphStyle.d.ts +4 -0
  1310. package/lib/typescript/lib/commonjs/skia/types/Paragraph/TextStyle.d.ts +4 -0
  1311. package/lib/typescript/lib/commonjs/skia/types/Paragraph/TypefaceFontProvider.d.ts +1 -0
  1312. package/lib/typescript/lib/commonjs/skia/types/Paragraph/TypefaceFontProviderFactory.d.ts +1 -0
  1313. package/lib/typescript/lib/commonjs/skia/types/Paragraph/index.d.ts +1 -0
  1314. package/lib/typescript/lib/commonjs/skia/types/Path/Path.d.ts +5 -0
  1315. package/lib/typescript/lib/commonjs/skia/types/Path/PathFactory.d.ts +1 -0
  1316. package/lib/typescript/lib/commonjs/skia/types/Path/index.d.ts +1 -0
  1317. package/lib/typescript/lib/commonjs/skia/types/PathEffect.d.ts +3 -0
  1318. package/lib/typescript/lib/commonjs/skia/types/Picture/Picture.d.ts +1 -0
  1319. package/lib/typescript/lib/commonjs/skia/types/Picture/PictureFactory.d.ts +1 -0
  1320. package/lib/typescript/lib/commonjs/skia/types/Picture/PictureRecorder.d.ts +1 -0
  1321. package/lib/typescript/lib/commonjs/skia/types/Picture/index.d.ts +1 -0
  1322. package/lib/typescript/lib/commonjs/skia/types/Point.d.ts +2 -0
  1323. package/lib/typescript/lib/commonjs/skia/types/RRect.d.ts +2 -0
  1324. package/lib/typescript/lib/commonjs/skia/types/RSXform.d.ts +1 -0
  1325. package/lib/typescript/lib/commonjs/skia/types/Rect.d.ts +2 -0
  1326. package/lib/typescript/lib/commonjs/skia/types/RuntimeEffect/RuntimeEffect.d.ts +1 -0
  1327. package/lib/typescript/lib/commonjs/skia/types/RuntimeEffect/RuntimeEffectFactory.d.ts +1 -0
  1328. package/lib/typescript/lib/commonjs/skia/types/RuntimeEffect/index.d.ts +1 -0
  1329. package/lib/typescript/lib/commonjs/skia/types/SVG/SVG.d.ts +1 -0
  1330. package/lib/typescript/lib/commonjs/skia/types/SVG/SVGFactory.d.ts +1 -0
  1331. package/lib/typescript/lib/commonjs/skia/types/SVG/index.d.ts +1 -0
  1332. package/lib/typescript/lib/commonjs/skia/types/Shader/Shader.d.ts +3 -0
  1333. package/lib/typescript/lib/commonjs/skia/types/Shader/ShaderFactory.d.ts +1 -0
  1334. package/lib/typescript/lib/commonjs/skia/types/Shader/index.d.ts +1 -0
  1335. package/lib/typescript/lib/commonjs/skia/types/Size.d.ts +0 -0
  1336. package/lib/typescript/lib/commonjs/skia/types/Skia.d.ts +1 -0
  1337. package/lib/typescript/lib/commonjs/skia/types/Surface/Surface.d.ts +1 -0
  1338. package/lib/typescript/lib/commonjs/skia/types/Surface/SurfaceFactory.d.ts +1 -0
  1339. package/lib/typescript/lib/commonjs/skia/types/Surface/index.d.ts +1 -0
  1340. package/lib/typescript/lib/commonjs/skia/types/TextBlob.d.ts +1 -0
  1341. package/lib/typescript/lib/commonjs/skia/types/Typeface/Typeface.d.ts +1 -0
  1342. package/lib/typescript/lib/commonjs/skia/types/Typeface/TypefaceFactory.d.ts +1 -0
  1343. package/lib/typescript/lib/commonjs/skia/types/Typeface/index.d.ts +1 -0
  1344. package/lib/typescript/lib/commonjs/skia/types/Vertices/Vertices.d.ts +2 -0
  1345. package/lib/typescript/lib/commonjs/skia/types/Vertices/index.d.ts +1 -0
  1346. package/lib/typescript/lib/commonjs/skia/types/Video/Video.d.ts +1 -0
  1347. package/lib/typescript/lib/commonjs/skia/types/Video/index.d.ts +1 -0
  1348. package/lib/typescript/lib/commonjs/skia/types/index.d.ts +1 -0
  1349. package/lib/typescript/lib/commonjs/skia/web/CanvasKitWebGLBufferImpl.d.ts +8 -0
  1350. package/lib/typescript/lib/commonjs/skia/web/Host.d.ts +18 -0
  1351. package/lib/typescript/lib/commonjs/skia/web/JsiSkAnimatedImage.d.ts +10 -0
  1352. package/lib/typescript/lib/commonjs/skia/web/JsiSkAnimatedImageFactory.d.ts +6 -0
  1353. package/lib/typescript/lib/commonjs/skia/web/JsiSkCanvas.d.ts +45 -0
  1354. package/lib/typescript/lib/commonjs/skia/web/JsiSkColor.d.ts +2 -0
  1355. package/lib/typescript/lib/commonjs/skia/web/JsiSkColorFilter.d.ts +5 -0
  1356. package/lib/typescript/lib/commonjs/skia/web/JsiSkColorFilterFactory.d.ts +12 -0
  1357. package/lib/typescript/lib/commonjs/skia/web/JsiSkContourMeasure.d.ts +11 -0
  1358. package/lib/typescript/lib/commonjs/skia/web/JsiSkContourMeasureIter.d.ts +7 -0
  1359. package/lib/typescript/lib/commonjs/skia/web/JsiSkData.d.ts +5 -0
  1360. package/lib/typescript/lib/commonjs/skia/web/JsiSkDataFactory.d.ts +16 -0
  1361. package/lib/typescript/lib/commonjs/skia/web/JsiSkFont.d.ts +33 -0
  1362. package/lib/typescript/lib/commonjs/skia/web/JsiSkFontMgr.d.ts +9 -0
  1363. package/lib/typescript/lib/commonjs/skia/web/JsiSkFontMgrFactory.d.ts +6 -0
  1364. package/lib/typescript/lib/commonjs/skia/web/JsiSkImage.d.ts +21 -0
  1365. package/lib/typescript/lib/commonjs/skia/web/JsiSkImageFactory.d.ts +9 -0
  1366. package/lib/typescript/lib/commonjs/skia/web/JsiSkImageFilter.d.ts +5 -0
  1367. package/lib/typescript/lib/commonjs/skia/web/JsiSkImageFilterFactory.d.ts +17 -0
  1368. package/lib/typescript/lib/commonjs/skia/web/JsiSkMaskFilter.d.ts +5 -0
  1369. package/lib/typescript/lib/commonjs/skia/web/JsiSkMaskFilterFactory.d.ts +6 -0
  1370. package/lib/typescript/lib/commonjs/skia/web/JsiSkMatrix.d.ts +18 -0
  1371. package/lib/typescript/lib/commonjs/skia/web/JsiSkNativeBufferFactory.d.ts +6 -0
  1372. package/lib/typescript/lib/commonjs/skia/web/JsiSkPaint.d.ts +28 -0
  1373. package/lib/typescript/lib/commonjs/skia/web/JsiSkParagraph.d.ts +17 -0
  1374. package/lib/typescript/lib/commonjs/skia/web/JsiSkParagraphBuilder.d.ts +14 -0
  1375. package/lib/typescript/lib/commonjs/skia/web/JsiSkParagraphBuilderFactory.d.ts +6 -0
  1376. package/lib/typescript/lib/commonjs/skia/web/JsiSkParagraphStyle.d.ts +4 -0
  1377. package/lib/typescript/lib/commonjs/skia/web/JsiSkPath.d.ts +56 -0
  1378. package/lib/typescript/lib/commonjs/skia/web/JsiSkPathEffect.d.ts +5 -0
  1379. package/lib/typescript/lib/commonjs/skia/web/JsiSkPathEffectFactory.d.ts +13 -0
  1380. package/lib/typescript/lib/commonjs/skia/web/JsiSkPathFactory.d.ts +10 -0
  1381. package/lib/typescript/lib/commonjs/skia/web/JsiSkPicture.d.ts +8 -0
  1382. package/lib/typescript/lib/commonjs/skia/web/JsiSkPictureFactory.d.ts +6 -0
  1383. package/lib/typescript/lib/commonjs/skia/web/JsiSkPictureRecorder.d.ts +9 -0
  1384. package/lib/typescript/lib/commonjs/skia/web/JsiSkPoint.d.ts +8 -0
  1385. package/lib/typescript/lib/commonjs/skia/web/JsiSkRRect.d.ts +10 -0
  1386. package/lib/typescript/lib/commonjs/skia/web/JsiSkRSXform.d.ts +11 -0
  1387. package/lib/typescript/lib/commonjs/skia/web/JsiSkRect.d.ts +11 -0
  1388. package/lib/typescript/lib/commonjs/skia/web/JsiSkRuntimeEffect.d.ts +13 -0
  1389. package/lib/typescript/lib/commonjs/skia/web/JsiSkRuntimeEffectFactory.d.ts +6 -0
  1390. package/lib/typescript/lib/commonjs/skia/web/JsiSkSVG.d.ts +7 -0
  1391. package/lib/typescript/lib/commonjs/skia/web/JsiSkSVGFactory.d.ts +7 -0
  1392. package/lib/typescript/lib/commonjs/skia/web/JsiSkShader.d.ts +5 -0
  1393. package/lib/typescript/lib/commonjs/skia/web/JsiSkShaderFactory.d.ts +13 -0
  1394. package/lib/typescript/lib/commonjs/skia/web/JsiSkSurface.d.ts +12 -0
  1395. package/lib/typescript/lib/commonjs/skia/web/JsiSkSurfaceFactory.d.ts +7 -0
  1396. package/lib/typescript/lib/commonjs/skia/web/JsiSkTextBlob.d.ts +5 -0
  1397. package/lib/typescript/lib/commonjs/skia/web/JsiSkTextBlobFactory.d.ts +9 -0
  1398. package/lib/typescript/lib/commonjs/skia/web/JsiSkTextStyle.d.ts +38 -0
  1399. package/lib/typescript/lib/commonjs/skia/web/JsiSkTypeface.d.ts +8 -0
  1400. package/lib/typescript/lib/commonjs/skia/web/JsiSkTypefaceFactory.d.ts +6 -0
  1401. package/lib/typescript/lib/commonjs/skia/web/JsiSkTypefaceFontProvider.d.ts +10 -0
  1402. package/lib/typescript/lib/commonjs/skia/web/JsiSkTypefaceFontProviderFactory.d.ts +6 -0
  1403. package/lib/typescript/lib/commonjs/skia/web/JsiSkVertices.d.ts +8 -0
  1404. package/lib/typescript/lib/commonjs/skia/web/JsiSkVerticesFactory.d.ts +3 -0
  1405. package/lib/typescript/lib/commonjs/skia/web/JsiSkia.d.ts +64 -0
  1406. package/lib/typescript/lib/commonjs/skia/web/JsiVideo.d.ts +23 -0
  1407. package/lib/typescript/lib/commonjs/skia/web/index.d.ts +1 -0
  1408. package/lib/typescript/lib/commonjs/specs/NativeSkiaModule.d.ts +4 -0
  1409. package/lib/typescript/lib/commonjs/specs/NativeSkiaModule.web.d.ts +0 -0
  1410. package/lib/typescript/lib/commonjs/specs/SkiaDomViewNativeComponent.d.ts +3 -0
  1411. package/lib/typescript/lib/commonjs/specs/SkiaPictureViewNativeComponent.d.ts +3 -0
  1412. package/lib/typescript/lib/commonjs/views/SkiaBaseWebView.d.ts +53 -0
  1413. package/lib/typescript/lib/commonjs/views/SkiaDomView.d.ts +27 -0
  1414. package/lib/typescript/lib/commonjs/views/SkiaDomView.web.d.ts +5 -0
  1415. package/lib/typescript/lib/commonjs/views/SkiaJSDomView.d.ts +26 -0
  1416. package/lib/typescript/lib/commonjs/views/SkiaJSDomView.web.d.ts +3 -0
  1417. package/lib/typescript/lib/commonjs/views/SkiaPictureView.d.ts +21 -0
  1418. package/lib/typescript/lib/commonjs/views/SkiaPictureView.web.d.ts +5 -0
  1419. package/lib/typescript/lib/commonjs/views/SkiaViewNativeId.d.ts +4 -0
  1420. package/lib/typescript/lib/commonjs/views/api.d.ts +2 -0
  1421. package/lib/typescript/lib/commonjs/views/index.d.ts +1 -0
  1422. package/lib/typescript/lib/commonjs/views/types.d.ts +2 -0
  1423. package/lib/typescript/lib/commonjs/views/useTouchHandler.d.ts +12 -0
  1424. package/lib/typescript/lib/commonjs/web/LoadSkiaWeb.d.ts +3 -0
  1425. package/lib/typescript/lib/commonjs/web/WithSkiaWeb.d.ts +6 -0
  1426. package/lib/typescript/lib/commonjs/web/index.d.ts +1 -0
  1427. package/lib/typescript/lib/module/Platform/IPlatform.d.ts +1 -0
  1428. package/lib/typescript/lib/module/Platform/Platform.d.ts +9 -0
  1429. package/lib/typescript/lib/module/Platform/Platform.web.d.ts +17 -0
  1430. package/lib/typescript/lib/module/Platform/index.d.ts +1 -0
  1431. package/lib/typescript/lib/module/animation/functions/index.d.ts +4 -0
  1432. package/lib/typescript/lib/module/animation/functions/interpolate.d.ts +6 -0
  1433. package/lib/typescript/lib/module/animation/functions/interpolateColors.d.ts +2 -0
  1434. package/lib/typescript/lib/module/animation/functions/interpolatePaths.d.ts +1 -0
  1435. package/lib/typescript/lib/module/animation/functions/interpolateVector.d.ts +8 -0
  1436. package/lib/typescript/lib/module/animation/index.d.ts +1 -0
  1437. package/lib/typescript/lib/module/dom/nodes/DrawingNode.d.ts +5 -0
  1438. package/lib/typescript/lib/module/dom/nodes/GroupNode.d.ts +5 -0
  1439. package/lib/typescript/lib/module/dom/nodes/JsiSkDOM.d.ts +119 -0
  1440. package/lib/typescript/lib/module/dom/nodes/LayerNode.d.ts +5 -0
  1441. package/lib/typescript/lib/module/dom/nodes/Node.d.ts +19 -0
  1442. package/lib/typescript/lib/module/dom/nodes/PaintNode.d.ts +5 -0
  1443. package/lib/typescript/lib/module/dom/nodes/RenderNode.d.ts +15 -0
  1444. package/lib/typescript/lib/module/dom/nodes/datatypes/Circle.d.ts +2 -0
  1445. package/lib/typescript/lib/module/dom/nodes/datatypes/Enum.d.ts +1 -0
  1446. package/lib/typescript/lib/module/dom/nodes/datatypes/Fitting.d.ts +44 -0
  1447. package/lib/typescript/lib/module/dom/nodes/datatypes/Gradient.d.ts +15 -0
  1448. package/lib/typescript/lib/module/dom/nodes/datatypes/Path.d.ts +2 -0
  1449. package/lib/typescript/lib/module/dom/nodes/datatypes/Radius.d.ts +1 -0
  1450. package/lib/typescript/lib/module/dom/nodes/datatypes/Rect.d.ts +3 -0
  1451. package/lib/typescript/lib/module/dom/nodes/datatypes/Transform.d.ts +1 -0
  1452. package/lib/typescript/lib/module/dom/nodes/datatypes/index.d.ts +8 -0
  1453. package/lib/typescript/lib/module/dom/nodes/drawings/AtlasNode.d.ts +9 -0
  1454. package/lib/typescript/lib/module/dom/nodes/drawings/BackdropFilterNode.d.ts +9 -0
  1455. package/lib/typescript/lib/module/dom/nodes/drawings/Box.d.ts +14 -0
  1456. package/lib/typescript/lib/module/dom/nodes/drawings/CircleNode.d.ts +9 -0
  1457. package/lib/typescript/lib/module/dom/nodes/drawings/DiffRectNode.d.ts +9 -0
  1458. package/lib/typescript/lib/module/dom/nodes/drawings/FillNode.d.ts +9 -0
  1459. package/lib/typescript/lib/module/dom/nodes/drawings/ImageNode.d.ts +22 -0
  1460. package/lib/typescript/lib/module/dom/nodes/drawings/ImageSVG.d.ts +8 -0
  1461. package/lib/typescript/lib/module/dom/nodes/drawings/LineNode.d.ts +9 -0
  1462. package/lib/typescript/lib/module/dom/nodes/drawings/OvalNode.d.ts +9 -0
  1463. package/lib/typescript/lib/module/dom/nodes/drawings/ParagraphNode.d.ts +8 -0
  1464. package/lib/typescript/lib/module/dom/nodes/drawings/PatchNode.d.ts +13 -0
  1465. package/lib/typescript/lib/module/dom/nodes/drawings/PathNode.d.ts +9 -0
  1466. package/lib/typescript/lib/module/dom/nodes/drawings/PictureNode.d.ts +8 -0
  1467. package/lib/typescript/lib/module/dom/nodes/drawings/PointsNode.d.ts +9 -0
  1468. package/lib/typescript/lib/module/dom/nodes/drawings/RRectNode.d.ts +9 -0
  1469. package/lib/typescript/lib/module/dom/nodes/drawings/RectNode.d.ts +9 -0
  1470. package/lib/typescript/lib/module/dom/nodes/drawings/Text.d.ts +33 -0
  1471. package/lib/typescript/lib/module/dom/nodes/drawings/VerticesNode.d.ts +9 -0
  1472. package/lib/typescript/lib/module/dom/nodes/drawings/index.d.ts +18 -0
  1473. package/lib/typescript/lib/module/dom/nodes/index.d.ts +3 -0
  1474. package/lib/typescript/lib/module/dom/nodes/paint/BlendNode.d.ts +5 -0
  1475. package/lib/typescript/lib/module/dom/nodes/paint/ColorFilters.d.ts +28 -0
  1476. package/lib/typescript/lib/module/dom/nodes/paint/ImageFilters.d.ts +34 -0
  1477. package/lib/typescript/lib/module/dom/nodes/paint/MaskFilters.d.ts +5 -0
  1478. package/lib/typescript/lib/module/dom/nodes/paint/PathEffects.d.ts +33 -0
  1479. package/lib/typescript/lib/module/dom/nodes/paint/Shaders.d.ts +39 -0
  1480. package/lib/typescript/lib/module/dom/nodes/paint/index.d.ts +6 -0
  1481. package/lib/typescript/lib/module/dom/types/ColorFilters.d.ts +1 -0
  1482. package/lib/typescript/lib/module/dom/types/Common.d.ts +1 -0
  1483. package/lib/typescript/lib/module/dom/types/DeclarationContext.d.ts +25 -0
  1484. package/lib/typescript/lib/module/dom/types/DrawingContext.d.ts +12 -0
  1485. package/lib/typescript/lib/module/dom/types/Drawings.d.ts +1 -0
  1486. package/lib/typescript/lib/module/dom/types/ImageFilters.d.ts +1 -0
  1487. package/lib/typescript/lib/module/dom/types/MaskFilters.d.ts +1 -0
  1488. package/lib/typescript/lib/module/dom/types/Node.d.ts +1 -0
  1489. package/lib/typescript/lib/module/dom/types/NodeType.d.ts +1 -0
  1490. package/lib/typescript/lib/module/dom/types/Paragraph.d.ts +1 -0
  1491. package/lib/typescript/lib/module/dom/types/PathEffects.d.ts +1 -0
  1492. package/lib/typescript/lib/module/dom/types/Shaders.d.ts +1 -0
  1493. package/lib/typescript/lib/module/dom/types/SkDOM.d.ts +1 -0
  1494. package/lib/typescript/lib/module/dom/types/index.d.ts +13 -0
  1495. package/lib/typescript/lib/module/external/ModuleProxy.d.ts +6 -0
  1496. package/lib/typescript/lib/module/external/index.d.ts +1 -0
  1497. package/lib/typescript/lib/module/external/reanimated/ReanimatedProxy.d.ts +4 -0
  1498. package/lib/typescript/lib/module/external/reanimated/buffers.d.ts +4 -0
  1499. package/lib/typescript/lib/module/external/reanimated/index.d.ts +7 -0
  1500. package/lib/typescript/lib/module/external/reanimated/interpolators.d.ts +5 -0
  1501. package/lib/typescript/lib/module/external/reanimated/renderHelpers.d.ts +3 -0
  1502. package/lib/typescript/lib/module/external/reanimated/textures.d.ts +5 -0
  1503. package/lib/typescript/lib/module/external/reanimated/useAnimatedImageValue.d.ts +1 -0
  1504. package/lib/typescript/lib/module/external/reanimated/useDerivedValueOnJS.d.ts +1 -0
  1505. package/lib/typescript/lib/module/external/reanimated/useVideo.d.ts +8 -0
  1506. package/lib/typescript/lib/module/external/reanimated/useVideoLoading.d.ts +1 -0
  1507. package/lib/typescript/lib/module/external/reanimated/useVideoLoading.web.d.ts +1 -0
  1508. package/lib/typescript/lib/module/headless/index.d.ts +6 -0
  1509. package/lib/typescript/lib/module/index.d.ts +10 -0
  1510. package/lib/typescript/lib/module/mock/index.d.ts +474 -0
  1511. package/lib/typescript/lib/module/renderer/Canvas.d.ts +3 -0
  1512. package/lib/typescript/lib/module/renderer/Container.d.ts +10 -0
  1513. package/lib/typescript/lib/module/renderer/DrawingContext.d.ts +1 -0
  1514. package/lib/typescript/lib/module/renderer/HostComponents.d.ts +2 -0
  1515. package/lib/typescript/lib/module/renderer/HostConfig.d.ts +37 -0
  1516. package/lib/typescript/lib/module/renderer/Offscreen.d.ts +4 -0
  1517. package/lib/typescript/lib/module/renderer/Reconciler.d.ts +9 -0
  1518. package/lib/typescript/lib/module/renderer/components/Blend.d.ts +2 -0
  1519. package/lib/typescript/lib/module/renderer/components/Group.d.ts +5 -0
  1520. package/lib/typescript/lib/module/renderer/components/Mask.d.ts +10 -0
  1521. package/lib/typescript/lib/module/renderer/components/Paint.d.ts +2 -0
  1522. package/lib/typescript/lib/module/renderer/components/Picture.d.ts +2 -0
  1523. package/lib/typescript/lib/module/renderer/components/backdrop/BackdropBlur.d.ts +10 -0
  1524. package/lib/typescript/lib/module/renderer/components/backdrop/BackdropFilter.d.ts +6 -0
  1525. package/lib/typescript/lib/module/renderer/components/backdrop/index.d.ts +2 -0
  1526. package/lib/typescript/lib/module/renderer/components/colorFilters/BlendColor.d.ts +2 -0
  1527. package/lib/typescript/lib/module/renderer/components/colorFilters/Lerp.d.ts +2 -0
  1528. package/lib/typescript/lib/module/renderer/components/colorFilters/LinearToSRGBGamma.d.ts +2 -0
  1529. package/lib/typescript/lib/module/renderer/components/colorFilters/LumaColorFilter.d.ts +2 -0
  1530. package/lib/typescript/lib/module/renderer/components/colorFilters/Matrix.d.ts +3 -0
  1531. package/lib/typescript/lib/module/renderer/components/colorFilters/SRGBToLinearGamma.d.ts +2 -0
  1532. package/lib/typescript/lib/module/renderer/components/colorFilters/index.d.ts +6 -0
  1533. package/lib/typescript/lib/module/renderer/components/image/Image.d.ts +2 -0
  1534. package/lib/typescript/lib/module/renderer/components/image/ImageSVG.d.ts +2 -0
  1535. package/lib/typescript/lib/module/renderer/components/image/ImageShader.d.ts +10 -0
  1536. package/lib/typescript/lib/module/renderer/components/image/index.d.ts +3 -0
  1537. package/lib/typescript/lib/module/renderer/components/imageFilters/Blur.d.ts +5 -0
  1538. package/lib/typescript/lib/module/renderer/components/imageFilters/DisplacementMap.d.ts +2 -0
  1539. package/lib/typescript/lib/module/renderer/components/imageFilters/Morphology.d.ts +5 -0
  1540. package/lib/typescript/lib/module/renderer/components/imageFilters/Offset.d.ts +6 -0
  1541. package/lib/typescript/lib/module/renderer/components/imageFilters/RuntimeShader.d.ts +2 -0
  1542. package/lib/typescript/lib/module/renderer/components/imageFilters/Shadow.d.ts +2 -0
  1543. package/lib/typescript/lib/module/renderer/components/imageFilters/index.d.ts +6 -0
  1544. package/lib/typescript/lib/module/renderer/components/index.d.ts +16 -0
  1545. package/lib/typescript/lib/module/renderer/components/maskFilters/Blur.d.ts +6 -0
  1546. package/lib/typescript/lib/module/renderer/components/maskFilters/index.d.ts +1 -0
  1547. package/lib/typescript/lib/module/renderer/components/paragraph/Paragraph.d.ts +2 -0
  1548. package/lib/typescript/lib/module/renderer/components/paragraph/index.d.ts +1 -0
  1549. package/lib/typescript/lib/module/renderer/components/pathEffects/Corner.d.ts +2 -0
  1550. package/lib/typescript/lib/module/renderer/components/pathEffects/Dash.d.ts +2 -0
  1551. package/lib/typescript/lib/module/renderer/components/pathEffects/Discrete.d.ts +5 -0
  1552. package/lib/typescript/lib/module/renderer/components/pathEffects/Line2D.d.ts +2 -0
  1553. package/lib/typescript/lib/module/renderer/components/pathEffects/Path1D.d.ts +2 -0
  1554. package/lib/typescript/lib/module/renderer/components/pathEffects/Path2D.d.ts +2 -0
  1555. package/lib/typescript/lib/module/renderer/components/pathEffects/Sum.d.ts +2 -0
  1556. package/lib/typescript/lib/module/renderer/components/pathEffects/index.d.ts +7 -0
  1557. package/lib/typescript/lib/module/renderer/components/shaders/Color.d.ts +2 -0
  1558. package/lib/typescript/lib/module/renderer/components/shaders/FractalNoise.d.ts +7 -0
  1559. package/lib/typescript/lib/module/renderer/components/shaders/LinearGradient.d.ts +2 -0
  1560. package/lib/typescript/lib/module/renderer/components/shaders/RadialGradient.d.ts +2 -0
  1561. package/lib/typescript/lib/module/renderer/components/shaders/Shader.d.ts +5 -0
  1562. package/lib/typescript/lib/module/renderer/components/shaders/ShaderLib.d.ts +7 -0
  1563. package/lib/typescript/lib/module/renderer/components/shaders/SweepGradient.d.ts +2 -0
  1564. package/lib/typescript/lib/module/renderer/components/shaders/Turbulence.d.ts +7 -0
  1565. package/lib/typescript/lib/module/renderer/components/shaders/TwoPointConicalGradient.d.ts +2 -0
  1566. package/lib/typescript/lib/module/renderer/components/shaders/index.d.ts +9 -0
  1567. package/lib/typescript/lib/module/renderer/components/shapes/Atlas.d.ts +2 -0
  1568. package/lib/typescript/lib/module/renderer/components/shapes/Box.d.ts +3 -0
  1569. package/lib/typescript/lib/module/renderer/components/shapes/Circle.d.ts +2 -0
  1570. package/lib/typescript/lib/module/renderer/components/shapes/DiffRect.d.ts +2 -0
  1571. package/lib/typescript/lib/module/renderer/components/shapes/Fill.d.ts +2 -0
  1572. package/lib/typescript/lib/module/renderer/components/shapes/FitBox.d.ts +34 -0
  1573. package/lib/typescript/lib/module/renderer/components/shapes/Line.d.ts +2 -0
  1574. package/lib/typescript/lib/module/renderer/components/shapes/Oval.d.ts +2 -0
  1575. package/lib/typescript/lib/module/renderer/components/shapes/Patch.d.ts +2 -0
  1576. package/lib/typescript/lib/module/renderer/components/shapes/Path.d.ts +6 -0
  1577. package/lib/typescript/lib/module/renderer/components/shapes/Points.d.ts +5 -0
  1578. package/lib/typescript/lib/module/renderer/components/shapes/Rect.d.ts +2 -0
  1579. package/lib/typescript/lib/module/renderer/components/shapes/RoundedRect.d.ts +2 -0
  1580. package/lib/typescript/lib/module/renderer/components/shapes/Vertices.d.ts +5 -0
  1581. package/lib/typescript/lib/module/renderer/components/shapes/index.d.ts +14 -0
  1582. package/lib/typescript/lib/module/renderer/components/text/Glyphs.d.ts +6 -0
  1583. package/lib/typescript/lib/module/renderer/components/text/Text.d.ts +6 -0
  1584. package/lib/typescript/lib/module/renderer/components/text/TextBlob.d.ts +6 -0
  1585. package/lib/typescript/lib/module/renderer/components/text/TextPath.d.ts +5 -0
  1586. package/lib/typescript/lib/module/renderer/components/text/index.d.ts +4 -0
  1587. package/lib/typescript/lib/module/renderer/index.d.ts +1 -0
  1588. package/lib/typescript/lib/module/renderer/processors/Animations/Animations.d.ts +0 -0
  1589. package/lib/typescript/lib/module/renderer/processors/Animations/index.d.ts +1 -0
  1590. package/lib/typescript/lib/module/renderer/processors/index.d.ts +2 -0
  1591. package/lib/typescript/lib/module/renderer/processors/math/Coordinates.d.ts +24 -0
  1592. package/lib/typescript/lib/module/renderer/processors/math/Math.d.ts +3 -0
  1593. package/lib/typescript/lib/module/renderer/processors/math/Transforms.d.ts +4 -0
  1594. package/lib/typescript/lib/module/renderer/processors/math/index.d.ts +3 -0
  1595. package/lib/typescript/lib/module/renderer/typeddash.d.ts +3 -0
  1596. package/lib/typescript/lib/module/skia/NativeSetup.d.ts +1 -0
  1597. package/lib/typescript/lib/module/skia/Skia.d.ts +4 -0
  1598. package/lib/typescript/lib/module/skia/Skia.web.d.ts +35 -0
  1599. package/lib/typescript/lib/module/skia/core/AnimatedImage.d.ts +1 -0
  1600. package/lib/typescript/lib/module/skia/core/Data.d.ts +4 -0
  1601. package/lib/typescript/lib/module/skia/core/Font.d.ts +4 -0
  1602. package/lib/typescript/lib/module/skia/core/Image.d.ts +2 -0
  1603. package/lib/typescript/lib/module/skia/core/Matrix.d.ts +1 -0
  1604. package/lib/typescript/lib/module/skia/core/Picture.d.ts +1 -0
  1605. package/lib/typescript/lib/module/skia/core/RRect.d.ts +1 -0
  1606. package/lib/typescript/lib/module/skia/core/Rect.d.ts +7 -0
  1607. package/lib/typescript/lib/module/skia/core/SVG.d.ts +1 -0
  1608. package/lib/typescript/lib/module/skia/core/SVG.web.d.ts +1 -0
  1609. package/lib/typescript/lib/module/skia/core/Typeface.d.ts +1 -0
  1610. package/lib/typescript/lib/module/skia/core/Vector.d.ts +6 -0
  1611. package/lib/typescript/lib/module/skia/core/index.d.ts +11 -0
  1612. package/lib/typescript/lib/module/skia/index.d.ts +3 -0
  1613. package/lib/typescript/lib/module/skia/types/AnimatedImage/AnimatedImage.d.ts +1 -0
  1614. package/lib/typescript/lib/module/skia/types/AnimatedImage/AnimatedImageFactory.d.ts +1 -0
  1615. package/lib/typescript/lib/module/skia/types/AnimatedImage/index.d.ts +2 -0
  1616. package/lib/typescript/lib/module/skia/types/Canvas.d.ts +2 -0
  1617. package/lib/typescript/lib/module/skia/types/Color.d.ts +0 -0
  1618. package/lib/typescript/lib/module/skia/types/ColorFilter/ColorFilter.d.ts +1 -0
  1619. package/lib/typescript/lib/module/skia/types/ColorFilter/ColorFilterFactory.d.ts +1 -0
  1620. package/lib/typescript/lib/module/skia/types/ColorFilter/index.d.ts +2 -0
  1621. package/lib/typescript/lib/module/skia/types/ContourMeasure.d.ts +1 -0
  1622. package/lib/typescript/lib/module/skia/types/Data/Data.d.ts +1 -0
  1623. package/lib/typescript/lib/module/skia/types/Data/DataFactory.d.ts +1 -0
  1624. package/lib/typescript/lib/module/skia/types/Data/index.d.ts +2 -0
  1625. package/lib/typescript/lib/module/skia/types/Font/Font.d.ts +15 -0
  1626. package/lib/typescript/lib/module/skia/types/Font/FontMgr.d.ts +1 -0
  1627. package/lib/typescript/lib/module/skia/types/Font/FontMgrFactory.d.ts +1 -0
  1628. package/lib/typescript/lib/module/skia/types/Font/index.d.ts +3 -0
  1629. package/lib/typescript/lib/module/skia/types/Image/Image.d.ts +3 -0
  1630. package/lib/typescript/lib/module/skia/types/Image/ImageFactory.d.ts +2 -0
  1631. package/lib/typescript/lib/module/skia/types/Image/index.d.ts +2 -0
  1632. package/lib/typescript/lib/module/skia/types/ImageFilter/ImageFilter.d.ts +2 -0
  1633. package/lib/typescript/lib/module/skia/types/ImageFilter/ImageFilterFactory.d.ts +1 -0
  1634. package/lib/typescript/lib/module/skia/types/ImageFilter/index.d.ts +2 -0
  1635. package/lib/typescript/lib/module/skia/types/JsiInstance.d.ts +0 -0
  1636. package/lib/typescript/lib/module/skia/types/MaskFilter.d.ts +2 -0
  1637. package/lib/typescript/lib/module/skia/types/Matrix.d.ts +3 -0
  1638. package/lib/typescript/lib/module/skia/types/Matrix4.d.ts +15 -0
  1639. package/lib/typescript/lib/module/skia/types/NativeBuffer/NativeBufferFactory.d.ts +5 -0
  1640. package/lib/typescript/lib/module/skia/types/NativeBuffer/index.d.ts +1 -0
  1641. package/lib/typescript/lib/module/skia/types/Paint/BlendMode.d.ts +28 -0
  1642. package/lib/typescript/lib/module/skia/types/Paint/Paint.d.ts +4 -0
  1643. package/lib/typescript/lib/module/skia/types/Paint/index.d.ts +2 -0
  1644. package/lib/typescript/lib/module/skia/types/Paragraph/Paragraph.d.ts +1 -0
  1645. package/lib/typescript/lib/module/skia/types/Paragraph/ParagraphBuilder.d.ts +1 -0
  1646. package/lib/typescript/lib/module/skia/types/Paragraph/ParagraphStyle.d.ts +3 -0
  1647. package/lib/typescript/lib/module/skia/types/Paragraph/TextStyle.d.ts +3 -0
  1648. package/lib/typescript/lib/module/skia/types/Paragraph/TypefaceFontProvider.d.ts +1 -0
  1649. package/lib/typescript/lib/module/skia/types/Paragraph/TypefaceFontProviderFactory.d.ts +1 -0
  1650. package/lib/typescript/lib/module/skia/types/Paragraph/index.d.ts +6 -0
  1651. package/lib/typescript/lib/module/skia/types/Path/Path.d.ts +7 -0
  1652. package/lib/typescript/lib/module/skia/types/Path/PathFactory.d.ts +1 -0
  1653. package/lib/typescript/lib/module/skia/types/Path/index.d.ts +2 -0
  1654. package/lib/typescript/lib/module/skia/types/PathEffect.d.ts +2 -0
  1655. package/lib/typescript/lib/module/skia/types/Picture/Picture.d.ts +1 -0
  1656. package/lib/typescript/lib/module/skia/types/Picture/PictureFactory.d.ts +1 -0
  1657. package/lib/typescript/lib/module/skia/types/Picture/PictureRecorder.d.ts +1 -0
  1658. package/lib/typescript/lib/module/skia/types/Picture/index.d.ts +3 -0
  1659. package/lib/typescript/lib/module/skia/types/Point.d.ts +1 -0
  1660. package/lib/typescript/lib/module/skia/types/RRect.d.ts +1 -0
  1661. package/lib/typescript/lib/module/skia/types/RSXform.d.ts +1 -0
  1662. package/lib/typescript/lib/module/skia/types/Rect.d.ts +1 -0
  1663. package/lib/typescript/lib/module/skia/types/RuntimeEffect/RuntimeEffect.d.ts +1 -0
  1664. package/lib/typescript/lib/module/skia/types/RuntimeEffect/RuntimeEffectFactory.d.ts +1 -0
  1665. package/lib/typescript/lib/module/skia/types/RuntimeEffect/index.d.ts +2 -0
  1666. package/lib/typescript/lib/module/skia/types/SVG/SVG.d.ts +1 -0
  1667. package/lib/typescript/lib/module/skia/types/SVG/SVGFactory.d.ts +1 -0
  1668. package/lib/typescript/lib/module/skia/types/SVG/index.d.ts +2 -0
  1669. package/lib/typescript/lib/module/skia/types/Shader/Shader.d.ts +2 -0
  1670. package/lib/typescript/lib/module/skia/types/Shader/ShaderFactory.d.ts +1 -0
  1671. package/lib/typescript/lib/module/skia/types/Shader/index.d.ts +2 -0
  1672. package/lib/typescript/lib/module/skia/types/Size.d.ts +0 -0
  1673. package/lib/typescript/lib/module/skia/types/Skia.d.ts +1 -0
  1674. package/lib/typescript/lib/module/skia/types/Surface/Surface.d.ts +1 -0
  1675. package/lib/typescript/lib/module/skia/types/Surface/SurfaceFactory.d.ts +1 -0
  1676. package/lib/typescript/lib/module/skia/types/Surface/index.d.ts +2 -0
  1677. package/lib/typescript/lib/module/skia/types/TextBlob.d.ts +1 -0
  1678. package/lib/typescript/lib/module/skia/types/Typeface/Typeface.d.ts +1 -0
  1679. package/lib/typescript/lib/module/skia/types/Typeface/TypefaceFactory.d.ts +1 -0
  1680. package/lib/typescript/lib/module/skia/types/Typeface/index.d.ts +2 -0
  1681. package/lib/typescript/lib/module/skia/types/Vertices/Vertices.d.ts +1 -0
  1682. package/lib/typescript/lib/module/skia/types/Vertices/index.d.ts +1 -0
  1683. package/lib/typescript/lib/module/skia/types/Video/Video.d.ts +1 -0
  1684. package/lib/typescript/lib/module/skia/types/Video/index.d.ts +1 -0
  1685. package/lib/typescript/lib/module/skia/types/index.d.ts +30 -0
  1686. package/lib/typescript/lib/module/skia/web/CanvasKitWebGLBufferImpl.d.ts +8 -0
  1687. package/lib/typescript/lib/module/skia/web/Host.d.ts +17 -0
  1688. package/lib/typescript/lib/module/skia/web/JsiSkAnimatedImage.d.ts +9 -0
  1689. package/lib/typescript/lib/module/skia/web/JsiSkAnimatedImageFactory.d.ts +5 -0
  1690. package/lib/typescript/lib/module/skia/web/JsiSkCanvas.d.ts +44 -0
  1691. package/lib/typescript/lib/module/skia/web/JsiSkColor.d.ts +1 -0
  1692. package/lib/typescript/lib/module/skia/web/JsiSkColorFilter.d.ts +4 -0
  1693. package/lib/typescript/lib/module/skia/web/JsiSkColorFilterFactory.d.ts +11 -0
  1694. package/lib/typescript/lib/module/skia/web/JsiSkContourMeasure.d.ts +10 -0
  1695. package/lib/typescript/lib/module/skia/web/JsiSkContourMeasureIter.d.ts +6 -0
  1696. package/lib/typescript/lib/module/skia/web/JsiSkData.d.ts +4 -0
  1697. package/lib/typescript/lib/module/skia/web/JsiSkDataFactory.d.ts +15 -0
  1698. package/lib/typescript/lib/module/skia/web/JsiSkFont.d.ts +32 -0
  1699. package/lib/typescript/lib/module/skia/web/JsiSkFontMgr.d.ts +8 -0
  1700. package/lib/typescript/lib/module/skia/web/JsiSkFontMgrFactory.d.ts +5 -0
  1701. package/lib/typescript/lib/module/skia/web/JsiSkImage.d.ts +20 -0
  1702. package/lib/typescript/lib/module/skia/web/JsiSkImageFactory.d.ts +8 -0
  1703. package/lib/typescript/lib/module/skia/web/JsiSkImageFilter.d.ts +4 -0
  1704. package/lib/typescript/lib/module/skia/web/JsiSkImageFilterFactory.d.ts +16 -0
  1705. package/lib/typescript/lib/module/skia/web/JsiSkMaskFilter.d.ts +4 -0
  1706. package/lib/typescript/lib/module/skia/web/JsiSkMaskFilterFactory.d.ts +5 -0
  1707. package/lib/typescript/lib/module/skia/web/JsiSkMatrix.d.ts +17 -0
  1708. package/lib/typescript/lib/module/skia/web/JsiSkNativeBufferFactory.d.ts +5 -0
  1709. package/lib/typescript/lib/module/skia/web/JsiSkPaint.d.ts +27 -0
  1710. package/lib/typescript/lib/module/skia/web/JsiSkParagraph.d.ts +16 -0
  1711. package/lib/typescript/lib/module/skia/web/JsiSkParagraphBuilder.d.ts +13 -0
  1712. package/lib/typescript/lib/module/skia/web/JsiSkParagraphBuilderFactory.d.ts +5 -0
  1713. package/lib/typescript/lib/module/skia/web/JsiSkParagraphStyle.d.ts +3 -0
  1714. package/lib/typescript/lib/module/skia/web/JsiSkPath.d.ts +55 -0
  1715. package/lib/typescript/lib/module/skia/web/JsiSkPathEffect.d.ts +4 -0
  1716. package/lib/typescript/lib/module/skia/web/JsiSkPathEffectFactory.d.ts +12 -0
  1717. package/lib/typescript/lib/module/skia/web/JsiSkPathFactory.d.ts +9 -0
  1718. package/lib/typescript/lib/module/skia/web/JsiSkPicture.d.ts +7 -0
  1719. package/lib/typescript/lib/module/skia/web/JsiSkPictureFactory.d.ts +5 -0
  1720. package/lib/typescript/lib/module/skia/web/JsiSkPictureRecorder.d.ts +8 -0
  1721. package/lib/typescript/lib/module/skia/web/JsiSkPoint.d.ts +7 -0
  1722. package/lib/typescript/lib/module/skia/web/JsiSkRRect.d.ts +9 -0
  1723. package/lib/typescript/lib/module/skia/web/JsiSkRSXform.d.ts +10 -0
  1724. package/lib/typescript/lib/module/skia/web/JsiSkRect.d.ts +10 -0
  1725. package/lib/typescript/lib/module/skia/web/JsiSkRuntimeEffect.d.ts +12 -0
  1726. package/lib/typescript/lib/module/skia/web/JsiSkRuntimeEffectFactory.d.ts +5 -0
  1727. package/lib/typescript/lib/module/skia/web/JsiSkSVG.d.ts +6 -0
  1728. package/lib/typescript/lib/module/skia/web/JsiSkSVGFactory.d.ts +6 -0
  1729. package/lib/typescript/lib/module/skia/web/JsiSkShader.d.ts +4 -0
  1730. package/lib/typescript/lib/module/skia/web/JsiSkShaderFactory.d.ts +12 -0
  1731. package/lib/typescript/lib/module/skia/web/JsiSkSurface.d.ts +11 -0
  1732. package/lib/typescript/lib/module/skia/web/JsiSkSurfaceFactory.d.ts +6 -0
  1733. package/lib/typescript/lib/module/skia/web/JsiSkTextBlob.d.ts +4 -0
  1734. package/lib/typescript/lib/module/skia/web/JsiSkTextBlobFactory.d.ts +8 -0
  1735. package/lib/typescript/lib/module/skia/web/JsiSkTextStyle.d.ts +37 -0
  1736. package/lib/typescript/lib/module/skia/web/JsiSkTypeface.d.ts +7 -0
  1737. package/lib/typescript/lib/module/skia/web/JsiSkTypefaceFactory.d.ts +5 -0
  1738. package/lib/typescript/lib/module/skia/web/JsiSkTypefaceFontProvider.d.ts +9 -0
  1739. package/lib/typescript/lib/module/skia/web/JsiSkTypefaceFontProviderFactory.d.ts +5 -0
  1740. package/lib/typescript/lib/module/skia/web/JsiSkVertices.d.ts +7 -0
  1741. package/lib/typescript/lib/module/skia/web/JsiSkVerticesFactory.d.ts +2 -0
  1742. package/lib/typescript/lib/module/skia/web/JsiSkia.d.ts +63 -0
  1743. package/lib/typescript/lib/module/skia/web/JsiVideo.d.ts +22 -0
  1744. package/lib/typescript/lib/module/skia/web/index.d.ts +1 -0
  1745. package/lib/typescript/lib/module/specs/NativeSkiaModule.d.ts +2 -0
  1746. package/lib/typescript/lib/module/specs/NativeSkiaModule.web.d.ts +0 -0
  1747. package/lib/typescript/lib/module/specs/SkiaDomViewNativeComponent.d.ts +2 -0
  1748. package/lib/typescript/lib/module/specs/SkiaPictureViewNativeComponent.d.ts +2 -0
  1749. package/lib/typescript/lib/module/views/SkiaBaseWebView.d.ts +50 -0
  1750. package/lib/typescript/lib/module/views/SkiaDomView.d.ts +24 -0
  1751. package/lib/typescript/lib/module/views/SkiaDomView.web.d.ts +4 -0
  1752. package/lib/typescript/lib/module/views/SkiaJSDomView.d.ts +23 -0
  1753. package/lib/typescript/lib/module/views/SkiaJSDomView.web.d.ts +1 -0
  1754. package/lib/typescript/lib/module/views/SkiaPictureView.d.ts +18 -0
  1755. package/lib/typescript/lib/module/views/SkiaPictureView.web.d.ts +4 -0
  1756. package/lib/typescript/lib/module/views/SkiaViewNativeId.d.ts +3 -0
  1757. package/lib/typescript/lib/module/views/api.d.ts +1 -0
  1758. package/lib/typescript/lib/module/views/index.d.ts +4 -0
  1759. package/lib/typescript/lib/module/views/types.d.ts +1 -0
  1760. package/lib/typescript/lib/module/views/useTouchHandler.d.ts +2 -0
  1761. package/lib/typescript/lib/module/web/LoadSkiaWeb.d.ts +2 -0
  1762. package/lib/typescript/lib/module/web/WithSkiaWeb.d.ts +6 -0
  1763. package/lib/typescript/lib/module/web/index.d.ts +2 -0
  1764. package/lib/typescript/src/Platform/IPlatform.d.ts +0 -1
  1765. package/lib/typescript/src/__tests__/globalSetup.d.ts +9 -0
  1766. package/lib/typescript/src/__tests__/globalTeardown.d.ts +2 -0
  1767. package/lib/typescript/src/__tests__/setup.d.ts +18 -0
  1768. package/lib/typescript/src/dom/__tests__/Compose.spec.d.ts +1 -0
  1769. package/lib/typescript/src/dom/__tests__/Demos.spec.d.ts +1 -0
  1770. package/lib/typescript/src/dom/__tests__/DrawingContext.spec.d.ts +1 -0
  1771. package/lib/typescript/src/dom/__tests__/Drawings.spec.d.ts +1 -0
  1772. package/lib/typescript/src/dom/__tests__/Group.spec.d.ts +1 -0
  1773. package/lib/typescript/src/dom/__tests__/Paint.spec.d.ts +1 -0
  1774. package/lib/typescript/src/dom/__tests__/RenderNodes.spec.d.ts +1 -0
  1775. package/lib/typescript/src/dom/__tests__/Shaders.spec.d.ts +1 -0
  1776. package/lib/typescript/src/external/reanimated/buffers.d.ts +4 -4
  1777. package/lib/typescript/src/renderer/Canvas.d.ts +2 -2
  1778. package/lib/typescript/src/renderer/Container.d.ts +1 -0
  1779. package/lib/typescript/src/renderer/HostConfig.d.ts +0 -1
  1780. package/lib/typescript/src/renderer/__tests__/Data.spec.d.ts +1 -0
  1781. package/lib/typescript/src/renderer/__tests__/Drawings.spec.d.ts +1 -0
  1782. package/lib/typescript/src/renderer/__tests__/FitBox.spec.d.ts +1 -0
  1783. package/lib/typescript/src/renderer/__tests__/Glyphs.spec.d.ts +1 -0
  1784. package/lib/typescript/src/renderer/__tests__/Image.spec.d.ts +1 -0
  1785. package/lib/typescript/src/renderer/__tests__/Paths.spec.d.ts +1 -0
  1786. package/lib/typescript/src/renderer/__tests__/Picture.spec.d.ts +1 -0
  1787. package/lib/typescript/src/renderer/__tests__/Simple.spec.d.ts +1 -0
  1788. package/lib/typescript/src/renderer/__tests__/SkiaDOM.spec.d.ts +1 -0
  1789. package/lib/typescript/src/renderer/__tests__/Surfaces.spec.d.ts +1 -0
  1790. package/lib/typescript/src/renderer/__tests__/Text.spec.d.ts +1 -0
  1791. package/lib/typescript/src/renderer/__tests__/TouchHandler.spec.d.ts +1 -0
  1792. package/lib/typescript/src/renderer/__tests__/Transform.spec.d.ts +1 -0
  1793. package/lib/typescript/src/renderer/__tests__/documentation/Group.spec.d.ts +1 -0
  1794. package/lib/typescript/src/renderer/__tests__/documentation/getting-started/HelloWorld.spec.d.ts +1 -0
  1795. package/lib/typescript/src/renderer/__tests__/documentation/paint/Overview.spec.d.ts +1 -0
  1796. package/lib/typescript/src/renderer/__tests__/documentation/shapes/Box.spec.d.ts +1 -0
  1797. package/lib/typescript/src/renderer/__tests__/e2e/AnimatedImages.spec.d.ts +1 -0
  1798. package/lib/typescript/src/renderer/__tests__/e2e/Atlas.spec.d.ts +1 -0
  1799. package/lib/typescript/src/renderer/__tests__/e2e/BackdropFilters.spec.d.ts +1 -0
  1800. package/lib/typescript/src/renderer/__tests__/e2e/Blending.spec.d.ts +1 -0
  1801. package/lib/typescript/src/renderer/__tests__/e2e/Blur.spec.d.ts +1 -0
  1802. package/lib/typescript/src/renderer/__tests__/e2e/Box.spec.d.ts +1 -0
  1803. package/lib/typescript/src/renderer/__tests__/e2e/ColorFilters.spec.d.ts +1 -0
  1804. package/lib/typescript/src/renderer/__tests__/e2e/Composition/ColorFilterComposition.spec.d.ts +1 -0
  1805. package/lib/typescript/src/renderer/__tests__/e2e/CoonPatch.spec.d.ts +1 -0
  1806. package/lib/typescript/src/renderer/__tests__/e2e/DataEncoding.spec.d.ts +1 -0
  1807. package/lib/typescript/src/renderer/__tests__/e2e/Drawings.spec.d.ts +1 -0
  1808. package/lib/typescript/src/renderer/__tests__/e2e/FontMgr.spec.d.ts +1 -0
  1809. package/lib/typescript/src/renderer/__tests__/e2e/Gradient.spec.d.ts +1 -0
  1810. package/lib/typescript/src/renderer/__tests__/e2e/Group.spec.d.ts +1 -0
  1811. package/lib/typescript/src/renderer/__tests__/e2e/Image.spec.d.ts +1 -0
  1812. package/lib/typescript/src/renderer/__tests__/e2e/ImageEncoding.spec.d.ts +1 -0
  1813. package/lib/typescript/src/renderer/__tests__/e2e/ImageFilters.spec.d.ts +1 -0
  1814. package/lib/typescript/src/renderer/__tests__/e2e/Mask.spec.d.ts +1 -0
  1815. package/lib/typescript/src/renderer/__tests__/e2e/Matrix4.spec.d.ts +1 -0
  1816. package/lib/typescript/src/renderer/__tests__/e2e/NativeBuffer.spec.d.ts +1 -0
  1817. package/lib/typescript/src/renderer/__tests__/e2e/Offscreen.spec.d.ts +1 -0
  1818. package/lib/typescript/src/renderer/__tests__/e2e/Opacity.spec.d.ts +1 -0
  1819. package/lib/typescript/src/renderer/__tests__/e2e/Paint.spec.d.ts +1 -0
  1820. package/lib/typescript/src/renderer/__tests__/e2e/ParagraphPaint.spec.d.ts +1 -0
  1821. package/lib/typescript/src/renderer/__tests__/e2e/Paragraphs.spec.d.ts +1 -0
  1822. package/lib/typescript/src/renderer/__tests__/e2e/PathEffects.spec.d.ts +1 -0
  1823. package/lib/typescript/src/renderer/__tests__/e2e/Paths.spec.d.ts +1 -0
  1824. package/lib/typescript/src/renderer/__tests__/e2e/Picture.spec.d.ts +1 -0
  1825. package/lib/typescript/src/renderer/__tests__/e2e/Point.spec.d.ts +1 -0
  1826. package/lib/typescript/src/renderer/__tests__/e2e/Rect.spec.d.ts +1 -0
  1827. package/lib/typescript/src/renderer/__tests__/e2e/RuntimeShader.spec.d.ts +1 -0
  1828. package/lib/typescript/src/renderer/__tests__/e2e/SDF.spec.d.ts +1 -0
  1829. package/lib/typescript/src/renderer/__tests__/e2e/SVG.spec.d.ts +1 -0
  1830. package/lib/typescript/src/renderer/__tests__/e2e/Shader.spec.d.ts +1 -0
  1831. package/lib/typescript/src/renderer/__tests__/e2e/Snapshot.spec.d.ts +1 -0
  1832. package/lib/typescript/src/renderer/__tests__/e2e/Surfaces.spec.d.ts +1 -0
  1833. package/lib/typescript/src/renderer/__tests__/e2e/Text.spec.d.ts +1 -0
  1834. package/lib/typescript/src/renderer/__tests__/e2e/TextPath.spec.d.ts +1 -0
  1835. package/lib/typescript/src/renderer/__tests__/e2e/Transforms.spec.d.ts +1 -0
  1836. package/lib/typescript/src/renderer/__tests__/e2e/Vertices.spec.d.ts +1 -0
  1837. package/lib/typescript/src/renderer/__tests__/e2e/Video.d.ts +1 -0
  1838. package/lib/typescript/src/renderer/__tests__/e2e/setup/Paragraph.d.ts +19 -0
  1839. package/lib/typescript/src/renderer/__tests__/e2e/setup/SVG.d.ts +12 -0
  1840. package/lib/typescript/src/renderer/__tests__/e2e/setup/SkiaObject.d.ts +11 -0
  1841. package/lib/typescript/src/renderer/__tests__/e2e/setup/index.d.ts +3 -0
  1842. package/lib/typescript/src/renderer/__tests__/examples/BlendModes.spec.d.ts +1 -0
  1843. package/lib/typescript/src/renderer/__tests__/setup.d.ts +66 -0
  1844. package/lib/typescript/src/skia/__tests__/ColorFilter.spec.d.ts +1 -0
  1845. package/lib/typescript/src/skia/__tests__/Data.spec.d.ts +1 -0
  1846. package/lib/typescript/src/skia/__tests__/Drawings.spec.d.ts +1 -0
  1847. package/lib/typescript/src/skia/__tests__/Enums.spec.d.ts +1 -0
  1848. package/lib/typescript/src/skia/__tests__/Geometry.spec.d.ts +1 -0
  1849. package/lib/typescript/src/skia/__tests__/ImageFilter.spec.d.ts +1 -0
  1850. package/lib/typescript/src/skia/__tests__/Mock.spec.d.ts +0 -0
  1851. package/lib/typescript/src/skia/__tests__/Paint.spec.d.ts +1 -0
  1852. package/lib/typescript/src/skia/__tests__/Path.spec.d.ts +1 -0
  1853. package/lib/typescript/src/skia/__tests__/RuntimeEffect.spec.d.ts +1 -0
  1854. package/lib/typescript/src/skia/__tests__/Shader.spec.d.ts +1 -0
  1855. package/lib/typescript/src/skia/__tests__/Text.spec.d.ts +1 -0
  1856. package/lib/typescript/src/skia/__tests__/Transform.spec.d.ts +1 -0
  1857. package/lib/typescript/src/skia/__tests__/Vertices.spec.d.ts +1 -0
  1858. package/lib/typescript/src/skia/__tests__/setup.d.ts +19 -0
  1859. package/lib/typescript/src/skia/core/AnimatedImage.d.ts +1 -1
  1860. package/lib/typescript/src/skia/core/Data.d.ts +3 -3
  1861. package/lib/typescript/src/skia/core/Font.d.ts +1 -1
  1862. package/lib/typescript/src/skia/core/Image.d.ts +2 -3
  1863. package/lib/typescript/src/skia/core/Picture.d.ts +1 -1
  1864. package/lib/typescript/src/skia/core/SVG.d.ts +1 -1
  1865. package/lib/typescript/src/skia/core/SVG.web.d.ts +1 -1
  1866. package/lib/typescript/src/skia/core/Typeface.d.ts +1 -1
  1867. package/lib/typescript/src/skia/types/Data/Data.d.ts +1 -1
  1868. package/lib/typescript/src/skia/types/Image/ImageFactory.d.ts +16 -16
  1869. package/lib/typescript/src/skia/types/MaskFilter.d.ts +3 -3
  1870. package/lib/typescript/src/skia/types/NativeBuffer/NativeBufferFactory.d.ts +3 -3
  1871. package/lib/typescript/src/skia/types/Paint/BlendMode.d.ts +28 -28
  1872. package/lib/typescript/src/skia/types/Path/Path.d.ts +4 -4
  1873. package/lib/typescript/src/skia/web/JsiSkCanvas.d.ts +1 -1
  1874. package/lib/typescript/src/skia/web/JsiSkNativeBufferFactory.d.ts +1 -1
  1875. package/lib/typescript/src/skia/web/JsiSkParagraphStyle.d.ts +1 -1
  1876. package/lib/typescript/src/specs/SkiaDomViewNativeComponent.d.ts +0 -1
  1877. package/lib/typescript/src/specs/SkiaPictureViewNativeComponent.d.ts +0 -1
  1878. package/lib/typescript/src/views/SkiaDomView.d.ts +0 -4
  1879. package/libs/ios/libskia.xcframework/Info.plist +5 -5
  1880. package/libs/ios/libskia.xcframework/ios-arm64_arm64e/libskia.a +0 -0
  1881. package/libs/ios/libskia.xcframework/ios-arm64_arm64e_x86_64-simulator/libskia.a +0 -0
  1882. package/libs/ios/libskottie.xcframework/Info.plist +5 -5
  1883. package/libs/ios/libskottie.xcframework/ios-arm64_arm64e/libskottie.a +0 -0
  1884. package/libs/ios/libskottie.xcframework/ios-arm64_arm64e_x86_64-simulator/libskottie.a +0 -0
  1885. package/libs/ios/libskparagraph.xcframework/ios-arm64_arm64e/libskparagraph.a +0 -0
  1886. package/libs/ios/libskparagraph.xcframework/ios-arm64_arm64e_x86_64-simulator/libskparagraph.a +0 -0
  1887. package/libs/ios/libsksg.xcframework/Info.plist +5 -5
  1888. package/libs/ios/libsksg.xcframework/ios-arm64_arm64e/libsksg.a +0 -0
  1889. package/libs/ios/libsksg.xcframework/ios-arm64_arm64e_x86_64-simulator/libsksg.a +0 -0
  1890. package/libs/ios/libskshaper.xcframework/ios-arm64_arm64e/libskshaper.a +0 -0
  1891. package/libs/ios/libskshaper.xcframework/ios-arm64_arm64e_x86_64-simulator/libskshaper.a +0 -0
  1892. package/libs/ios/libskunicode.xcframework/Info.plist +5 -5
  1893. package/libs/ios/libskunicode.xcframework/ios-arm64_arm64e/libskunicode.a +0 -0
  1894. package/libs/ios/libskunicode.xcframework/ios-arm64_arm64e_x86_64-simulator/libskunicode.a +0 -0
  1895. package/libs/ios/libsvg.xcframework/Info.plist +5 -5
  1896. package/libs/ios/libsvg.xcframework/ios-arm64_arm64e/libsvg.a +0 -0
  1897. package/libs/ios/libsvg.xcframework/ios-arm64_arm64e_x86_64-simulator/libsvg.a +0 -0
  1898. package/package.json +52 -32
  1899. package/scripts/setup-canvaskit.js +0 -0
  1900. package/src/Platform/Platform.web.tsx +4 -0
  1901. package/src/__tests__/globalSetup.ts +51 -0
  1902. package/src/__tests__/globalTeardown.ts +11 -0
  1903. package/src/__tests__/setup.ts +129 -0
  1904. package/src/__tests__/snapshots/animated-images/bird.png +0 -0
  1905. package/src/__tests__/snapshots/animations/green.png +0 -0
  1906. package/src/__tests__/snapshots/animations/lightblue.png +0 -0
  1907. package/src/__tests__/snapshots/animations/quarter-lightblue.png +0 -0
  1908. package/src/__tests__/snapshots/animations/red.png +0 -0
  1909. package/src/__tests__/snapshots/atlas/identity.png +0 -0
  1910. package/src/__tests__/snapshots/atlas/rsxform.png +0 -0
  1911. package/src/__tests__/snapshots/atlas/rsxform1.png +0 -0
  1912. package/src/__tests__/snapshots/atlas/simple.png +0 -0
  1913. package/src/__tests__/snapshots/atlas/simple2.png +0 -0
  1914. package/src/__tests__/snapshots/box/box-shadow.png +0 -0
  1915. package/src/__tests__/snapshots/box/box-shadow2.png +0 -0
  1916. package/src/__tests__/snapshots/box/box-shadow3.png +0 -0
  1917. package/src/__tests__/snapshots/box/box-stroke.png +0 -0
  1918. package/src/__tests__/snapshots/color-filter/color-filter-composition.png +0 -0
  1919. package/src/__tests__/snapshots/color-filter/matrix1.png +0 -0
  1920. package/src/__tests__/snapshots/color-filter/matrix3.png +0 -0
  1921. package/src/__tests__/snapshots/color-filter/zurich-sepia.png +0 -0
  1922. package/src/__tests__/snapshots/coons-patch/patch-with-opacity.png +0 -0
  1923. package/src/__tests__/snapshots/coons-patch/simple.png +0 -0
  1924. package/src/__tests__/snapshots/cyan-buffer.png +0 -0
  1925. package/src/__tests__/snapshots/data/oslo.png +0 -0
  1926. package/src/__tests__/snapshots/data/red.png +0 -0
  1927. package/src/__tests__/snapshots/data/zurich.png +0 -0
  1928. package/src/__tests__/snapshots/demos/apple-breathe.png +0 -0
  1929. package/src/__tests__/snapshots/demos/apple-breathe1.png +0 -0
  1930. package/src/__tests__/snapshots/demos/breathe.png +0 -0
  1931. package/src/__tests__/snapshots/demos/breathe2.png +0 -0
  1932. package/src/__tests__/snapshots/demos/product.png +0 -0
  1933. package/src/__tests__/snapshots/demos/product2.png +0 -0
  1934. package/src/__tests__/snapshots/demos/skia-neon.png +0 -0
  1935. package/src/__tests__/snapshots/demos/skia-neon1.png +0 -0
  1936. package/src/__tests__/snapshots/drawings/arc.png +0 -0
  1937. package/src/__tests__/snapshots/drawings/blend-mode-multiply.png +0 -0
  1938. package/src/__tests__/snapshots/drawings/blend-modes.png +0 -0
  1939. package/src/__tests__/snapshots/drawings/blur-node.png +0 -0
  1940. package/src/__tests__/snapshots/drawings/blur.png +0 -0
  1941. package/src/__tests__/snapshots/drawings/blur2.png +0 -0
  1942. package/src/__tests__/snapshots/drawings/custom-drawing.png +0 -0
  1943. package/src/__tests__/snapshots/drawings/cyan-circle.png +0 -0
  1944. package/src/__tests__/snapshots/drawings/cyan.png +0 -0
  1945. package/src/__tests__/snapshots/drawings/default-props.png +0 -0
  1946. package/src/__tests__/snapshots/drawings/hello-world.png +0 -0
  1947. package/src/__tests__/snapshots/drawings/image-default-props.png +0 -0
  1948. package/src/__tests__/snapshots/drawings/lightblue-quarter-circle.png +0 -0
  1949. package/src/__tests__/snapshots/drawings/lightblue-rect.png +0 -0
  1950. package/src/__tests__/snapshots/drawings/line.png +0 -0
  1951. package/src/__tests__/snapshots/drawings/multiple-paints.png +0 -0
  1952. package/src/__tests__/snapshots/drawings/nested-shader.png +0 -0
  1953. package/src/__tests__/snapshots/drawings/nested-shader2.png +0 -0
  1954. package/src/__tests__/snapshots/drawings/opacity-image.png +0 -0
  1955. package/src/__tests__/snapshots/drawings/opacity-multiplication.png +0 -0
  1956. package/src/__tests__/snapshots/drawings/opacity-multiplication2.png +0 -0
  1957. package/src/__tests__/snapshots/drawings/points.png +0 -0
  1958. package/src/__tests__/snapshots/drawings/purple.png +0 -0
  1959. package/src/__tests__/snapshots/drawings/rotated-image.png +0 -0
  1960. package/src/__tests__/snapshots/drawings/rotated-scaled-image.png +0 -0
  1961. package/src/__tests__/snapshots/drawings/rrect-aa.png +0 -0
  1962. package/src/__tests__/snapshots/drawings/rrect-no-aa.png +0 -0
  1963. package/src/__tests__/snapshots/drawings/scaled-image.png +0 -0
  1964. package/src/__tests__/snapshots/drawings/scaled-image2.png +0 -0
  1965. package/src/__tests__/snapshots/drawings/shader-opacity-reference.png +0 -0
  1966. package/src/__tests__/snapshots/drawings/skew-transform.png +0 -0
  1967. package/src/__tests__/snapshots/drawings/skew-transform2.png +0 -0
  1968. package/src/__tests__/snapshots/drawings/small-lightblue-rect.png +0 -0
  1969. package/src/__tests__/snapshots/drawings/stroke.png +0 -0
  1970. package/src/__tests__/snapshots/drawings/transform-origin.png +0 -0
  1971. package/src/__tests__/snapshots/drawings/transparent.png +0 -0
  1972. package/src/__tests__/snapshots/drawings/violet.png +0 -0
  1973. package/src/__tests__/snapshots/font/green.png +0 -0
  1974. package/src/__tests__/snapshots/font/red.png +0 -0
  1975. package/src/__tests__/snapshots/glyphs/simple.png +0 -0
  1976. package/src/__tests__/snapshots/gradient/linear-with-opacity.png +0 -0
  1977. package/src/__tests__/snapshots/gradient/linear.png +0 -0
  1978. package/src/__tests__/snapshots/green.png +0 -0
  1979. package/src/__tests__/snapshots/image-filter/blur.png +0 -0
  1980. package/src/__tests__/snapshots/image-filter/test-shadow.png +0 -0
  1981. package/src/__tests__/snapshots/images/bundle-android.png +0 -0
  1982. package/src/__tests__/snapshots/images/bundle-ios.png +0 -0
  1983. package/src/__tests__/snapshots/images/bundle-node.png +0 -0
  1984. package/src/__tests__/snapshots/images/bundle.png +0 -0
  1985. package/src/__tests__/snapshots/images/filter.png +0 -0
  1986. package/src/__tests__/snapshots/leak.png +0 -0
  1987. package/src/__tests__/snapshots/matrix4/perspective.png +0 -0
  1988. package/src/__tests__/snapshots/paint/blend-mode.png +0 -0
  1989. package/src/__tests__/snapshots/paint/circle.png +0 -0
  1990. package/src/__tests__/snapshots/paint/colors.png +0 -0
  1991. package/src/__tests__/snapshots/paint/dither.png +0 -0
  1992. package/src/__tests__/snapshots/paint/path-paint.png +0 -0
  1993. package/src/__tests__/snapshots/paint/without-dither.png +0 -0
  1994. package/src/__tests__/snapshots/paragraph/paragraph-auto-linebreaks-android.png +0 -0
  1995. package/src/__tests__/snapshots/paragraph/paragraph-auto-linebreaks-ios.png +0 -0
  1996. package/src/__tests__/snapshots/paragraph/paragraph-bounding-box-android.png +0 -0
  1997. package/src/__tests__/snapshots/paragraph/paragraph-bounding-box-ios.png +0 -0
  1998. package/src/__tests__/snapshots/paragraph/paragraph-bounding-box-node.png +0 -0
  1999. package/src/__tests__/snapshots/paragraph/paragraph-ellipse-android.png +0 -0
  2000. package/src/__tests__/snapshots/paragraph/paragraph-ellipse-ios.png +0 -0
  2001. package/src/__tests__/snapshots/paragraph/paragraph-linebreaks-android.png +0 -0
  2002. package/src/__tests__/snapshots/paragraph/paragraph-linebreaks-ios.png +0 -0
  2003. package/src/__tests__/snapshots/paragraph/paragraph-text-align-center-android.png +0 -0
  2004. package/src/__tests__/snapshots/paragraph/paragraph-text-align-center-ios.png +0 -0
  2005. package/src/__tests__/snapshots/paragraph/paragraph-text-align-justify-android.png +0 -0
  2006. package/src/__tests__/snapshots/paragraph/paragraph-text-align-justify-ios.png +0 -0
  2007. package/src/__tests__/snapshots/paragraph/paragraph-text-align-left-android.png +0 -0
  2008. package/src/__tests__/snapshots/paragraph/paragraph-text-align-left-ios.png +0 -0
  2009. package/src/__tests__/snapshots/paragraph/paragraph-text-align-right-android.png +0 -0
  2010. package/src/__tests__/snapshots/paragraph/paragraph-text-align-right-ios.png +0 -0
  2011. package/src/__tests__/snapshots/paragraph/paragraph-text-align-rtl-android.png +0 -0
  2012. package/src/__tests__/snapshots/paragraph/paragraph-text-align-rtl-ios.png +0 -0
  2013. package/src/__tests__/snapshots/paragraph/paragraph-text-style-colors-android.png +0 -0
  2014. package/src/__tests__/snapshots/paragraph/paragraph-text-style-colors-ios.png +0 -0
  2015. package/src/__tests__/snapshots/paragraph/paragraph-text-style-decoration-android.png +0 -0
  2016. package/src/__tests__/snapshots/paragraph/paragraph-text-style-decoration-ios.png +0 -0
  2017. package/src/__tests__/snapshots/paragraph/paragraph-text-style-font-shadow-android.png +0 -0
  2018. package/src/__tests__/snapshots/paragraph/paragraph-text-style-font-shadow-ios.png +0 -0
  2019. package/src/__tests__/snapshots/paragraph/paragraph-text-style-font-style-android-box.png +0 -0
  2020. package/src/__tests__/snapshots/paragraph/paragraph-text-style-font-style-android.png +0 -0
  2021. package/src/__tests__/snapshots/paragraph/paragraph-text-style-font-style-ios-box.png +0 -0
  2022. package/src/__tests__/snapshots/paragraph/paragraph-text-style-font-style-ios.png +0 -0
  2023. package/src/__tests__/snapshots/paragraph/paragraph-text-style-in-paragraph-style-android.png +0 -0
  2024. package/src/__tests__/snapshots/paragraph/paragraph-text-style-in-paragraph-style-ios.png +0 -0
  2025. package/src/__tests__/snapshots/paragraph/simple-paragraph-android.png +0 -0
  2026. package/src/__tests__/snapshots/paragraph/simple-paragraph-ios.png +0 -0
  2027. package/src/__tests__/snapshots/paragraph/simple-paragraph-with-provider-android.png +0 -0
  2028. package/src/__tests__/snapshots/paragraph/simple-paragraph-with-provider-ios.png +0 -0
  2029. package/src/__tests__/snapshots/paragraph/simple-paragraph-with-provider-node.png +0 -0
  2030. package/src/__tests__/snapshots/path/interpolate.png +0 -0
  2031. package/src/__tests__/snapshots/path/logo.png +0 -0
  2032. package/src/__tests__/snapshots/path-effects/discrete.png +0 -0
  2033. package/src/__tests__/snapshots/path-effects/sum.png +0 -0
  2034. package/src/__tests__/snapshots/path-effects/sum2.png +0 -0
  2035. package/src/__tests__/snapshots/paths/arc.png +0 -0
  2036. package/src/__tests__/snapshots/paths/emptyPath.png +0 -0
  2037. package/src/__tests__/snapshots/paths/interpolation1.png +0 -0
  2038. package/src/__tests__/snapshots/paths/oval.png +0 -0
  2039. package/src/__tests__/snapshots/paths/pattern.png +0 -0
  2040. package/src/__tests__/snapshots/paths/poly.png +0 -0
  2041. package/src/__tests__/snapshots/paths/rrect.png +0 -0
  2042. package/src/__tests__/snapshots/paths/skia-trimmed.png +0 -0
  2043. package/src/__tests__/snapshots/paths/skia.png +0 -0
  2044. package/src/__tests__/snapshots/pictures/create-picture.png +0 -0
  2045. package/src/__tests__/snapshots/pictures/green.png +0 -0
  2046. package/src/__tests__/snapshots/pictures/hello-world.png +0 -0
  2047. package/src/__tests__/snapshots/pictures/red.png +0 -0
  2048. package/src/__tests__/snapshots/pictures/simple-picture.png +0 -0
  2049. package/src/__tests__/snapshots/platform-buffer-bgra.png +0 -0
  2050. package/src/__tests__/snapshots/platform-buffer.png +0 -0
  2051. package/src/__tests__/snapshots/points/points.png +0 -0
  2052. package/src/__tests__/snapshots/points/points2.png +0 -0
  2053. package/src/__tests__/snapshots/render-nodes/simple.png +0 -0
  2054. package/src/__tests__/snapshots/render-nodes/simple2.png +0 -0
  2055. package/src/__tests__/snapshots/runtime-effects/blend-color-burn.png +0 -0
  2056. package/src/__tests__/snapshots/runtime-effects/blend-color-burn2.png +0 -0
  2057. package/src/__tests__/snapshots/runtime-effects/blend-color-burn3.png +0 -0
  2058. package/src/__tests__/snapshots/runtime-effects/blend-color-dodge.png +0 -0
  2059. package/src/__tests__/snapshots/runtime-effects/blend-multiply.png +0 -0
  2060. package/src/__tests__/snapshots/runtime-effects/int-uniform.png +0 -0
  2061. package/src/__tests__/snapshots/runtime-effects/linear-gradient.png +0 -0
  2062. package/src/__tests__/snapshots/runtime-effects/linear-gradient2.png +0 -0
  2063. package/src/__tests__/snapshots/runtime-effects/small-spiral.png +0 -0
  2064. package/src/__tests__/snapshots/runtime-effects/spiral.png +0 -0
  2065. package/src/__tests__/snapshots/runtime-shader/scaled-circle.png +0 -0
  2066. package/src/__tests__/snapshots/runtime-shader/scaled-circle2.png +0 -0
  2067. package/src/__tests__/snapshots/runtime-shader/simple.png +0 -0
  2068. package/src/__tests__/snapshots/runtime-shader/spiral.png +0 -0
  2069. package/src/__tests__/snapshots/runtime-shader/unscaled-image.png +0 -0
  2070. package/src/__tests__/snapshots/screens/snapshot1-android-ci.png +0 -0
  2071. package/src/__tests__/snapshots/screens/snapshot1-android.png +0 -0
  2072. package/src/__tests__/snapshots/screens/snapshot1-ios.png +0 -0
  2073. package/src/__tests__/snapshots/screens/snapshot2-android-ci.png +0 -0
  2074. package/src/__tests__/snapshots/screens/snapshot2-android.png +0 -0
  2075. package/src/__tests__/snapshots/screens/snapshot2-ios.png +0 -0
  2076. package/src/__tests__/snapshots/screens/snapshot3-android-ci.png +0 -0
  2077. package/src/__tests__/snapshots/screens/snapshot3-android.png +0 -0
  2078. package/src/__tests__/snapshots/screens/snapshot3-ios.png +0 -0
  2079. package/src/__tests__/snapshots/screens/snapshot4-android-ci.png +0 -0
  2080. package/src/__tests__/snapshots/screens/snapshot4-android.png +0 -0
  2081. package/src/__tests__/snapshots/screens/snapshot4-ios.png +0 -0
  2082. package/src/__tests__/snapshots/screens/snapshot5-android.png +0 -0
  2083. package/src/__tests__/snapshots/screens/snapshot5-ios.png +0 -0
  2084. package/src/__tests__/snapshots/sdf/circle.png +0 -0
  2085. package/src/__tests__/snapshots/sdf/heart.png +0 -0
  2086. package/src/__tests__/snapshots/sdf/line.png +0 -0
  2087. package/src/__tests__/snapshots/sdf/rectangle.png +0 -0
  2088. package/src/__tests__/snapshots/shader/bilinear-interpolation.png +0 -0
  2089. package/src/__tests__/snapshots/shader/hue.png +0 -0
  2090. package/src/__tests__/snapshots/shader/hue2.png +0 -0
  2091. package/src/__tests__/snapshots/shader/shader1.png +0 -0
  2092. package/src/__tests__/snapshots/shader/shader2.png +0 -0
  2093. package/src/__tests__/snapshots/shader/sweep-gradient.png +0 -0
  2094. package/src/__tests__/snapshots/text/text-bounds-android.png +0 -0
  2095. package/src/__tests__/snapshots/text/text-bounds-ios.png +0 -0
  2096. package/src/__tests__/snapshots/text/text-default-font-android.png +0 -0
  2097. package/src/__tests__/snapshots/text/text-default-font-ios.png +0 -0
  2098. package/src/__tests__/snapshots/text/text-path-bug-android.png +0 -0
  2099. package/src/__tests__/snapshots/text/text-path-bug-ios.png +0 -0
  2100. package/src/__tests__/snapshots/text/text-path-bug-node.png +0 -0
  2101. package/src/__tests__/snapshots/text/text-path1-android.png +0 -0
  2102. package/src/__tests__/snapshots/text/text-path1-ios.png +0 -0
  2103. package/src/__tests__/snapshots/text/text-path1-node.png +0 -0
  2104. package/src/__tests__/snapshots/text/text-path2-android.png +0 -0
  2105. package/src/__tests__/snapshots/text/text-path2-ios.png +0 -0
  2106. package/src/__tests__/snapshots/text/text-path2-node.png +0 -0
  2107. package/src/__tests__/snapshots/transform/rectangles.png +0 -0
  2108. package/src/__tests__/snapshots/transform/rotate-radiants.png +0 -0
  2109. package/src/__tests__/snapshots/transform/rotate.png +0 -0
  2110. package/src/__tests__/snapshots/transform/scale-origin.png +0 -0
  2111. package/src/__tests__/snapshots/transform/scale.png +0 -0
  2112. package/src/__tests__/snapshots/transform/skew.png +0 -0
  2113. package/src/__tests__/snapshots/transparent.png +0 -0
  2114. package/src/__tests__/snapshots/vertices/billinear-gradient.png +0 -0
  2115. package/src/__tests__/snapshots/vertices/strip.png +0 -0
  2116. package/src/__tests__/snapshots/vertices/vertices.png +0 -0
  2117. package/src/dom/__tests__/Compose.spec.tsx +42 -0
  2118. package/src/dom/__tests__/Demos.spec.tsx +145 -0
  2119. package/src/dom/__tests__/DrawingContext.spec.tsx +99 -0
  2120. package/src/dom/__tests__/Drawings.spec.tsx +95 -0
  2121. package/src/dom/__tests__/Group.spec.tsx +132 -0
  2122. package/src/dom/__tests__/Paint.spec.tsx +100 -0
  2123. package/src/dom/__tests__/RenderNodes.spec.tsx +44 -0
  2124. package/src/dom/__tests__/Shaders.spec.tsx +123 -0
  2125. package/src/external/reanimated/buffers.ts +1 -1
  2126. package/src/mock/index.ts +4 -0
  2127. package/src/renderer/Container.tsx +1 -0
  2128. package/src/renderer/HostConfig.ts +7 -3
  2129. package/src/renderer/Reconciler.tsx +1 -0
  2130. package/src/renderer/__tests__/Data.spec.tsx +67 -0
  2131. package/src/renderer/__tests__/Drawings.spec.tsx +96 -0
  2132. package/src/renderer/__tests__/FitBox.spec.tsx +126 -0
  2133. package/src/renderer/__tests__/Glyphs.spec.tsx +46 -0
  2134. package/src/renderer/__tests__/Image.spec.tsx +45 -0
  2135. package/src/renderer/__tests__/Paths.spec.tsx +75 -0
  2136. package/src/renderer/__tests__/Picture.spec.tsx +82 -0
  2137. package/src/renderer/__tests__/Simple.spec.tsx +81 -0
  2138. package/src/renderer/__tests__/SkiaDOM.spec.tsx +46 -0
  2139. package/src/renderer/__tests__/Surfaces.spec.tsx +73 -0
  2140. package/src/renderer/__tests__/Text.spec.tsx +134 -0
  2141. package/src/renderer/__tests__/TouchHandler.spec.tsx +113 -0
  2142. package/src/renderer/__tests__/Transform.spec.tsx +72 -0
  2143. package/src/renderer/__tests__/documentation/Group.spec.tsx +171 -0
  2144. package/src/renderer/__tests__/documentation/getting-started/HelloWorld.spec.tsx +51 -0
  2145. package/src/renderer/__tests__/documentation/paint/Overview.spec.tsx +84 -0
  2146. package/src/renderer/__tests__/documentation/shapes/Box.spec.tsx +46 -0
  2147. package/src/renderer/__tests__/e2e/AnimatedImages.spec.tsx +88 -0
  2148. package/src/renderer/__tests__/e2e/Atlas.spec.tsx +358 -0
  2149. package/src/renderer/__tests__/e2e/BackdropFilters.spec.tsx +141 -0
  2150. package/src/renderer/__tests__/e2e/Blending.spec.tsx +115 -0
  2151. package/src/renderer/__tests__/e2e/Blur.spec.tsx +56 -0
  2152. package/src/renderer/__tests__/e2e/Box.spec.tsx +83 -0
  2153. package/src/renderer/__tests__/e2e/ColorFilters.spec.tsx +212 -0
  2154. package/src/renderer/__tests__/e2e/Composition/ColorFilterComposition.spec.tsx +81 -0
  2155. package/src/renderer/__tests__/e2e/CoonPatch.spec.tsx +74 -0
  2156. package/src/renderer/__tests__/e2e/DataEncoding.spec.tsx +75 -0
  2157. package/src/renderer/__tests__/e2e/Drawings.spec.tsx +209 -0
  2158. package/src/renderer/__tests__/e2e/FontMgr.spec.tsx +150 -0
  2159. package/src/renderer/__tests__/e2e/Gradient.spec.tsx +40 -0
  2160. package/src/renderer/__tests__/e2e/Group.spec.tsx +129 -0
  2161. package/src/renderer/__tests__/e2e/Image.spec.tsx +139 -0
  2162. package/src/renderer/__tests__/e2e/ImageEncoding.spec.tsx +255 -0
  2163. package/src/renderer/__tests__/e2e/ImageFilters.spec.tsx +230 -0
  2164. package/src/renderer/__tests__/e2e/Mask.spec.tsx +85 -0
  2165. package/src/renderer/__tests__/e2e/Matrix4.spec.tsx +275 -0
  2166. package/src/renderer/__tests__/e2e/NativeBuffer.spec.tsx +156 -0
  2167. package/src/renderer/__tests__/e2e/Offscreen.spec.tsx +109 -0
  2168. package/src/renderer/__tests__/e2e/Opacity.spec.tsx +278 -0
  2169. package/src/renderer/__tests__/e2e/Paint.spec.tsx +170 -0
  2170. package/src/renderer/__tests__/e2e/ParagraphPaint.spec.tsx +262 -0
  2171. package/src/renderer/__tests__/e2e/Paragraphs.spec.tsx +615 -0
  2172. package/src/renderer/__tests__/e2e/PathEffects.spec.tsx +73 -0
  2173. package/src/renderer/__tests__/e2e/Paths.spec.tsx +390 -0
  2174. package/src/renderer/__tests__/e2e/Picture.spec.tsx +134 -0
  2175. package/src/renderer/__tests__/e2e/Point.spec.tsx +35 -0
  2176. package/src/renderer/__tests__/e2e/Rect.spec.tsx +139 -0
  2177. package/src/renderer/__tests__/e2e/RuntimeShader.spec.tsx +324 -0
  2178. package/src/renderer/__tests__/e2e/SDF.spec.tsx +148 -0
  2179. package/src/renderer/__tests__/e2e/SVG.spec.tsx +191 -0
  2180. package/src/renderer/__tests__/e2e/Shader.spec.tsx +260 -0
  2181. package/src/renderer/__tests__/e2e/Snapshot.spec.tsx +29 -0
  2182. package/src/renderer/__tests__/e2e/Surfaces.spec.tsx +17 -0
  2183. package/src/renderer/__tests__/e2e/Text.spec.tsx +109 -0
  2184. package/src/renderer/__tests__/e2e/TextPath.spec.tsx +45 -0
  2185. package/src/renderer/__tests__/e2e/Transforms.spec.tsx +63 -0
  2186. package/src/renderer/__tests__/e2e/Vertices.spec.tsx +30 -0
  2187. package/src/renderer/__tests__/e2e/Video.ts +69 -0
  2188. package/src/renderer/__tests__/e2e/setup/Paragraph.ts +56 -0
  2189. package/src/renderer/__tests__/e2e/setup/SVG.ts +27 -0
  2190. package/src/renderer/__tests__/e2e/setup/SkiaObject.ts +31 -0
  2191. package/src/renderer/__tests__/e2e/setup/index.ts +3 -0
  2192. package/src/renderer/__tests__/examples/BlendModes.spec.tsx +123 -0
  2193. package/src/renderer/__tests__/setup.tsx +489 -0
  2194. package/src/skia/__tests__/ColorFilter.spec.ts +67 -0
  2195. package/src/skia/__tests__/Data.spec.ts +29 -0
  2196. package/src/skia/__tests__/Drawings.spec.ts +119 -0
  2197. package/src/skia/__tests__/Enums.spec.ts +114 -0
  2198. package/src/skia/__tests__/Geometry.spec.ts +39 -0
  2199. package/src/skia/__tests__/ImageFilter.spec.ts +19 -0
  2200. package/src/skia/__tests__/Mock.spec.ts +7 -0
  2201. package/src/skia/__tests__/Paint.spec.ts +25 -0
  2202. package/src/skia/__tests__/Path.spec.ts +386 -0
  2203. package/src/skia/__tests__/RuntimeEffect.spec.ts +66 -0
  2204. package/src/skia/__tests__/Shader.spec.ts +96 -0
  2205. package/src/skia/__tests__/Text.spec.ts +32 -0
  2206. package/src/skia/__tests__/Transform.spec.ts +89 -0
  2207. package/src/skia/__tests__/Vertices.spec.ts +40 -0
  2208. package/src/skia/__tests__/assets/DIN-Medium.ttf +0 -0
  2209. package/src/skia/__tests__/assets/NotoColorEmoji.ttf +0 -0
  2210. package/src/skia/__tests__/assets/NotoSansSC-Regular.otf +0 -0
  2211. package/src/skia/__tests__/assets/Pacifico-Regular.ttf +0 -0
  2212. package/src/skia/__tests__/assets/Roboto-BlackItalic.ttf +0 -0
  2213. package/src/skia/__tests__/assets/Roboto-Bold.ttf +0 -0
  2214. package/src/skia/__tests__/assets/Roboto-Italic.ttf +0 -0
  2215. package/src/skia/__tests__/assets/Roboto-Medium.ttf +0 -0
  2216. package/src/skia/__tests__/assets/Roboto-Regular.ttf +0 -0
  2217. package/src/skia/__tests__/assets/UberMove-Medium_mono.ttf +0 -0
  2218. package/src/skia/__tests__/assets/bird.gif +0 -0
  2219. package/src/skia/__tests__/assets/box.png +0 -0
  2220. package/src/skia/__tests__/assets/box2.png +0 -0
  2221. package/src/skia/__tests__/assets/card.png +0 -0
  2222. package/src/skia/__tests__/assets/mask.png +0 -0
  2223. package/src/skia/__tests__/assets/oslo.jpg +0 -0
  2224. package/src/skia/__tests__/assets/product.png +0 -0
  2225. package/src/skia/__tests__/assets/skia_logo.png +0 -0
  2226. package/src/skia/__tests__/assets/skia_logo_jpeg.jpg +0 -0
  2227. package/src/skia/__tests__/assets/tiger.svg +724 -0
  2228. package/src/skia/__tests__/assets/zurich.jpg +0 -0
  2229. package/src/skia/__tests__/setup.ts +77 -0
  2230. package/src/skia/core/Picture.ts +2 -1
  2231. package/src/skia/types/Matrix4.ts +2 -7
  2232. package/src/skia/web/JsiSkCanvas.ts +26 -26
  2233. package/src/skia/web/JsiSkNativeBufferFactory.ts +1 -5
  2234. package/src/skia/web/JsiSkParagraphStyle.ts +2 -1
  2235. package/src/views/SkiaDomView.tsx +0 -8
@@ -1 +1 @@
1
- {"version":3,"names":["composeDeclarations","filters","composer","length","reverse","reduce","inner","outer","Declaration","constructor","_defineProperty","index","indexes","save","push","decls","restore","pop","decl","popAll","splice","popAllAsOne","Error","DeclarationContext","Skia","peComp","PathEffect","MakeCompose","bind","ifComp","ImageFilter","cfComp","ColorFilter","paints","maskFilters","shaders","pathEffects","imageFilters","colorFilters"],"sources":["DeclarationContext.ts"],"sourcesContent":["import type {\n SkShader,\n SkPaint,\n SkImageFilter,\n SkMaskFilter,\n SkPathEffect,\n Skia,\n SkColorFilter,\n} from \"../../skia/types\";\n\ntype Composer<T> = (outer: T, inner: T) => T;\n\nexport const composeDeclarations = <T>(filters: T[], composer: Composer<T>) => {\n if (filters.length <= 1) {\n return filters[0];\n }\n return filters.reverse().reduce((inner, outer) => {\n if (!inner) {\n return outer;\n }\n return composer(outer, inner);\n });\n};\n\nclass Declaration<T> {\n private decls: T[] = [];\n private indexes = [0];\n\n constructor(private composer?: Composer<T>) {}\n\n private get index() {\n return this.indexes[this.indexes.length - 1];\n }\n\n save() {\n this.indexes.push(this.decls.length);\n }\n\n restore() {\n this.indexes.pop();\n }\n\n pop() {\n return this.decls.pop();\n }\n\n push(decl: T) {\n this.decls.push(decl);\n }\n\n popAll() {\n return this.decls.splice(this.index, this.decls.length - this.index);\n }\n\n popAllAsOne() {\n if (!this.composer) {\n throw new Error(\"No composer for this type of declaration\");\n }\n const decls = this.popAll();\n return composeDeclarations(decls, this.composer!);\n }\n}\n\nexport class DeclarationContext {\n readonly paints: Declaration<SkPaint>;\n readonly maskFilters: Declaration<SkMaskFilter>;\n readonly shaders: Declaration<SkShader>;\n readonly pathEffects: Declaration<SkPathEffect>;\n readonly imageFilters: Declaration<SkImageFilter>;\n readonly colorFilters: Declaration<SkColorFilter>;\n\n constructor(private Skia: Skia) {\n const peComp = this.Skia.PathEffect.MakeCompose.bind(this.Skia.PathEffect);\n const ifComp = this.Skia.ImageFilter.MakeCompose.bind(\n this.Skia.ImageFilter\n );\n const cfComp = this.Skia.ColorFilter.MakeCompose.bind(\n this.Skia.ColorFilter\n );\n this.paints = new Declaration<SkPaint>();\n this.maskFilters = new Declaration<SkMaskFilter>();\n this.shaders = new Declaration<SkShader>();\n this.pathEffects = new Declaration<SkPathEffect>(peComp);\n this.imageFilters = new Declaration<SkImageFilter>(ifComp);\n this.colorFilters = new Declaration<SkColorFilter>(cfComp);\n }\n\n save() {\n this.paints.save();\n this.maskFilters.save();\n this.shaders.save();\n this.pathEffects.save();\n this.imageFilters.save();\n this.colorFilters.save();\n }\n\n restore() {\n this.paints.restore();\n this.maskFilters.restore();\n this.shaders.restore();\n this.pathEffects.restore();\n this.imageFilters.restore();\n this.colorFilters.restore();\n }\n}\n"],"mappings":"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"}
1
+ {"version":3,"names":["composeDeclarations","filters","composer","length","reverse","reduce","inner","outer","Declaration","constructor","_defineProperty","index","indexes","save","push","decls","restore","pop","decl","popAll","splice","popAllAsOne","Error","DeclarationContext","Skia","peComp","PathEffect","MakeCompose","bind","ifComp","ImageFilter","cfComp","ColorFilter","paints","maskFilters","shaders","pathEffects","imageFilters","colorFilters"],"sources":["DeclarationContext.ts"],"sourcesContent":["import type {\n SkShader,\n SkPaint,\n SkImageFilter,\n SkMaskFilter,\n SkPathEffect,\n Skia,\n SkColorFilter,\n} from \"../../skia/types\";\n\ntype Composer<T> = (outer: T, inner: T) => T;\n\nexport const composeDeclarations = <T>(filters: T[], composer: Composer<T>) => {\n if (filters.length <= 1) {\n return filters[0];\n }\n return filters.reverse().reduce((inner, outer) => {\n if (!inner) {\n return outer;\n }\n return composer(outer, inner);\n });\n};\n\nclass Declaration<T> {\n private decls: T[] = [];\n private indexes = [0];\n\n constructor(private composer?: Composer<T>) {}\n\n private get index() {\n return this.indexes[this.indexes.length - 1];\n }\n\n save() {\n this.indexes.push(this.decls.length);\n }\n\n restore() {\n this.indexes.pop();\n }\n\n pop() {\n return this.decls.pop();\n }\n\n push(decl: T) {\n this.decls.push(decl);\n }\n\n popAll() {\n return this.decls.splice(this.index, this.decls.length - this.index);\n }\n\n popAllAsOne() {\n if (!this.composer) {\n throw new Error(\"No composer for this type of declaration\");\n }\n const decls = this.popAll();\n return composeDeclarations(decls, this.composer!);\n }\n}\n\nexport class DeclarationContext {\n readonly paints: Declaration<SkPaint>;\n readonly maskFilters: Declaration<SkMaskFilter>;\n readonly shaders: Declaration<SkShader>;\n readonly pathEffects: Declaration<SkPathEffect>;\n readonly imageFilters: Declaration<SkImageFilter>;\n readonly colorFilters: Declaration<SkColorFilter>;\n\n constructor(private Skia: Skia) {\n const peComp = this.Skia.PathEffect.MakeCompose.bind(this.Skia.PathEffect);\n const ifComp = this.Skia.ImageFilter.MakeCompose.bind(\n this.Skia.ImageFilter\n );\n const cfComp = this.Skia.ColorFilter.MakeCompose.bind(\n this.Skia.ColorFilter\n );\n this.paints = new Declaration<SkPaint>();\n this.maskFilters = new Declaration<SkMaskFilter>();\n this.shaders = new Declaration<SkShader>();\n this.pathEffects = new Declaration<SkPathEffect>(peComp);\n this.imageFilters = new Declaration<SkImageFilter>(ifComp);\n this.colorFilters = new Declaration<SkColorFilter>(cfComp);\n }\n\n save() {\n this.paints.save();\n this.maskFilters.save();\n this.shaders.save();\n this.pathEffects.save();\n this.imageFilters.save();\n this.colorFilters.save();\n }\n\n restore() {\n this.paints.restore();\n this.maskFilters.restore();\n this.shaders.restore();\n this.pathEffects.restore();\n this.imageFilters.restore();\n this.colorFilters.restore();\n }\n}\n"],"mappings":"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","ignoreList":[]}
@@ -1,5 +1,5 @@
1
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
2
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
1
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
2
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
3
3
  function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
4
4
  import { BlendMode, PaintStyle, StrokeCap, StrokeJoin } from "../../skia/types";
5
5
  import { enumKey } from "../nodes/datatypes/Enum";
@@ -1 +1 @@
1
- {"version":3,"names":["BlendMode","PaintStyle","StrokeCap","StrokeJoin","enumKey","JsiDeclarationNode","DeclarationContext","JsiDrawingContext","constructor","Skia","canvas","_defineProperty","paint","Paint","paints","declarationCtx","length","save","childPaint","copy","push","restore","pop","saveAndConcat","node","cache","ConcatablePaint","isPristine","concatTo","declCtx","props","getProps","children","setColor","color","undefined","Color","setStrokeWidth","strokeWidth","setBlendMode","blendMode","setStyle","style","setStrokeJoin","strokeJoin","setStrokeCap","strokeCap","setStrokeMiter","strokeMiter","setOpacity","opacity","setAntiAlias","antiAlias","setDither","dither","forEach","child","decorate","colorFilter","colorFilters","popAllAsOne","imageFilter","imageFilters","shader","shaders","maskFilter","maskFilters","pathEffect","pathEffects","setImageFilter","setShader","setPathEffect","setColorFilter","setMaskFilter","enum","value","key","setValue","pristine","getColor","_color","getStrokeWidth","_strokeWidth","getBlendMode","_blendMode","getStyle","_style","getStrokeJoin","_strokeJoin","getStrokeCap","_strokeCap","getStrokeMiter","_strokeMiter","getOpacity","_opacity","getAntiAlias","_antiAlias","getDither","_dither","getImageFilter","_imageFilter","getShader","_shader","getPathEffect","_pathEffect","getColorFilter","_colorFilter","getMaskFilter","_maskFilter","setAlphaf","getAlphaf","currentOpacity"],"sources":["DrawingContext.ts"],"sourcesContent":["import type {\n SkCanvas,\n SkColor,\n SkColorFilter,\n SkImageFilter,\n SkMaskFilter,\n SkPaint,\n SkPathEffect,\n SkShader,\n Skia,\n} from \"../../skia/types\";\nimport { BlendMode, PaintStyle, StrokeCap, StrokeJoin } from \"../../skia/types\";\nimport { enumKey } from \"../nodes/datatypes/Enum\";\nimport { JsiDeclarationNode } from \"../nodes/Node\";\n\nimport type { PaintProps, SkEnum } from \"./Common\";\nimport { DeclarationContext } from \"./DeclarationContext\";\nimport type { Node } from \"./Node\";\n\nexport interface DrawingContext {\n canvas: SkCanvas;\n paint: SkPaint;\n saveAndConcat(node: Node<PaintProps>, cache?: SkPaint): boolean;\n restore(): void;\n declarationCtx: DeclarationContext;\n}\n\nexport class JsiDrawingContext implements DrawingContext {\n paints: SkPaint[];\n\n declarationCtx: DeclarationContext;\n\n constructor(private readonly Skia: Skia, public readonly canvas: SkCanvas) {\n const paint = this.Skia.Paint();\n this.paints = [paint];\n this.declarationCtx = new DeclarationContext(Skia);\n }\n\n get paint() {\n return this.paints[this.paints.length - 1];\n }\n\n private save() {\n const childPaint = this.paint.copy();\n this.paints.push(childPaint);\n }\n\n restore(): void {\n this.paints.pop();\n }\n\n saveAndConcat(node: Node<PaintProps>, cache?: SkPaint) {\n if (cache) {\n this.paints.push(cache);\n return true;\n }\n const paint = new ConcatablePaint(this.Skia, this.declarationCtx, node);\n if (!paint.isPristine()) {\n this.save();\n paint.concatTo(this.paint);\n return true;\n }\n return false;\n }\n}\n\nclass ConcatablePaint {\n private pristine = true;\n\n _color?: SkColor;\n _strokeWidth?: number;\n _blendMode?: BlendMode;\n _style?: PaintStyle;\n _strokeJoin?: StrokeJoin;\n _strokeCap?: StrokeCap;\n _strokeMiter?: number;\n _opacity = 1;\n _antiAlias?: boolean;\n _dither?: boolean;\n\n _imageFilter?: SkImageFilter;\n _shader?: SkShader;\n _pathEffect?: SkPathEffect;\n _colorFilter?: SkColorFilter;\n _maskFilter?: SkMaskFilter;\n\n constructor(Skia: Skia, declCtx: DeclarationContext, node: Node<PaintProps>) {\n const props = node.getProps();\n const children = node.children();\n this.setColor(\n props.color !== undefined ? Skia.Color(props.color) : props.color\n );\n this.setStrokeWidth(props.strokeWidth);\n this.setBlendMode(props.blendMode);\n this.setStyle(props.style);\n this.setStrokeJoin(props.strokeJoin);\n this.setStrokeCap(props.strokeCap);\n this.setStrokeMiter(props.strokeMiter);\n this.setOpacity(props.opacity);\n this.setAntiAlias(props.antiAlias);\n this.setDither(props.dither);\n declCtx.save();\n children.forEach((child) => {\n if (child instanceof JsiDeclarationNode) {\n child.decorate(declCtx);\n }\n });\n const colorFilter = declCtx.colorFilters.popAllAsOne();\n const imageFilter = declCtx.imageFilters.popAllAsOne();\n const shader = declCtx.shaders.pop();\n const maskFilter = declCtx.maskFilters.pop();\n const pathEffect = declCtx.pathEffects.popAllAsOne();\n declCtx.restore();\n if (imageFilter) {\n this.setImageFilter(imageFilter);\n }\n if (shader) {\n this.setShader(shader);\n }\n if (pathEffect) {\n this.setPathEffect(pathEffect);\n }\n if (colorFilter) {\n this.setColorFilter(colorFilter);\n }\n if (maskFilter) {\n this.setMaskFilter(maskFilter);\n }\n }\n\n private enum<T>(value: T, key?: Uncapitalize<string>) {\n if (key !== undefined) {\n return value[enumKey(key) as keyof T];\n }\n return undefined;\n }\n\n private setValue<T extends keyof typeof this>(\n key: T,\n value?: (typeof this)[T]\n ) {\n if (value !== undefined) {\n this[key] = value;\n this.pristine = false;\n }\n }\n\n setColor(color?: SkColor) {\n this.setValue(\"_color\", color);\n }\n\n getColor() {\n return this._color;\n }\n\n setStrokeWidth(strokeWidth?: number) {\n this.setValue(\"_strokeWidth\", strokeWidth);\n }\n\n getStrokeWidth() {\n return this._strokeWidth;\n }\n\n setBlendMode(blendMode?: SkEnum<typeof BlendMode>) {\n this.setValue(\"_blendMode\", this.enum(BlendMode, blendMode));\n }\n\n getBlendMode() {\n return this._blendMode;\n }\n\n setStyle(style?: SkEnum<typeof PaintStyle>) {\n this.setValue(\"_style\", this.enum(PaintStyle, style));\n }\n\n getStyle() {\n return this._style;\n }\n\n setStrokeJoin(strokeJoin?: SkEnum<typeof StrokeJoin>) {\n this.setValue(\"_strokeJoin\", this.enum(StrokeJoin, strokeJoin));\n }\n\n getStrokeJoin() {\n return this._strokeJoin;\n }\n\n setStrokeCap(strokeCap?: SkEnum<typeof StrokeCap>) {\n this.setValue(\"_strokeCap\", this.enum(StrokeCap, strokeCap));\n }\n\n getStrokeCap() {\n return this._strokeCap;\n }\n\n setStrokeMiter(strokeMiter?: number) {\n this.setValue(\"_strokeMiter\", strokeMiter);\n }\n\n getStrokeMiter() {\n return this._strokeMiter;\n }\n\n setOpacity(opacity?: number) {\n this.setValue(\"_opacity\", opacity);\n }\n\n getOpacity() {\n return this._opacity;\n }\n\n setAntiAlias(antiAlias?: boolean) {\n this.setValue(\"_antiAlias\", antiAlias);\n }\n\n getAntiAlias() {\n return this._antiAlias;\n }\n\n setDither(dither?: boolean) {\n this.setValue(\"_dither\", dither);\n }\n\n getDither() {\n return this._dither;\n }\n\n setImageFilter(imageFilter?: SkImageFilter) {\n this.setValue(\"_imageFilter\", imageFilter);\n }\n\n getImageFilter() {\n return this._imageFilter;\n }\n\n setShader(shader?: SkShader) {\n this.setValue(\"_shader\", shader);\n }\n\n getShader() {\n return this._shader;\n }\n\n setPathEffect(pathEffect?: SkPathEffect) {\n this.setValue(\"_pathEffect\", pathEffect);\n }\n\n getPathEffect() {\n return this._pathEffect;\n }\n\n setColorFilter(colorFilter?: SkColorFilter) {\n this.setValue(\"_colorFilter\", colorFilter);\n }\n\n getColorFilter() {\n return this._colorFilter;\n }\n\n setMaskFilter(maskFilter?: SkMaskFilter) {\n this.setValue(\"_maskFilter\", maskFilter);\n }\n\n getMaskFilter() {\n return this._maskFilter;\n }\n\n isPristine() {\n return this.pristine;\n }\n\n concatTo(paint: SkPaint) {\n if (this._opacity !== undefined) {\n paint.setAlphaf(paint.getAlphaf() * this._opacity);\n }\n if (this._color !== undefined) {\n const currentOpacity = paint.getAlphaf();\n paint.setShader(null);\n paint.setColor(this._color);\n paint.setAlphaf(currentOpacity * paint.getAlphaf());\n }\n if (this._strokeWidth !== undefined) {\n paint.setStrokeWidth(this._strokeWidth);\n }\n if (this._blendMode !== undefined) {\n paint.setBlendMode(this._blendMode);\n }\n if (this._style !== undefined) {\n paint.setStyle(this._style);\n }\n if (this._strokeJoin !== undefined) {\n paint.setStrokeJoin(this._strokeJoin);\n }\n if (this._strokeCap !== undefined) {\n paint.setStrokeCap(this._strokeCap);\n }\n if (this._strokeMiter !== undefined) {\n paint.setStrokeMiter(this._strokeMiter);\n }\n if (this._antiAlias !== undefined) {\n paint.setAntiAlias(this._antiAlias);\n }\n if (this._dither !== undefined) {\n paint.setDither(this._dither);\n }\n if (this._imageFilter !== undefined) {\n paint.setImageFilter(this._imageFilter);\n }\n if (this._shader !== undefined) {\n paint.setShader(this._shader);\n }\n if (this._pathEffect !== undefined) {\n paint.setPathEffect(this._pathEffect);\n }\n if (this._colorFilter !== undefined) {\n paint.setColorFilter(this._colorFilter);\n }\n if (this._maskFilter !== undefined) {\n paint.setMaskFilter(this._maskFilter);\n }\n }\n}\n"],"mappings":"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"}
1
+ {"version":3,"names":["BlendMode","PaintStyle","StrokeCap","StrokeJoin","enumKey","JsiDeclarationNode","DeclarationContext","JsiDrawingContext","constructor","Skia","canvas","_defineProperty","paint","Paint","paints","declarationCtx","length","save","childPaint","copy","push","restore","pop","saveAndConcat","node","cache","ConcatablePaint","isPristine","concatTo","declCtx","props","getProps","children","setColor","color","undefined","Color","setStrokeWidth","strokeWidth","setBlendMode","blendMode","setStyle","style","setStrokeJoin","strokeJoin","setStrokeCap","strokeCap","setStrokeMiter","strokeMiter","setOpacity","opacity","setAntiAlias","antiAlias","setDither","dither","forEach","child","decorate","colorFilter","colorFilters","popAllAsOne","imageFilter","imageFilters","shader","shaders","maskFilter","maskFilters","pathEffect","pathEffects","setImageFilter","setShader","setPathEffect","setColorFilter","setMaskFilter","enum","value","key","setValue","pristine","getColor","_color","getStrokeWidth","_strokeWidth","getBlendMode","_blendMode","getStyle","_style","getStrokeJoin","_strokeJoin","getStrokeCap","_strokeCap","getStrokeMiter","_strokeMiter","getOpacity","_opacity","getAntiAlias","_antiAlias","getDither","_dither","getImageFilter","_imageFilter","getShader","_shader","getPathEffect","_pathEffect","getColorFilter","_colorFilter","getMaskFilter","_maskFilter","setAlphaf","getAlphaf","currentOpacity"],"sources":["DrawingContext.ts"],"sourcesContent":["import type {\n SkCanvas,\n SkColor,\n SkColorFilter,\n SkImageFilter,\n SkMaskFilter,\n SkPaint,\n SkPathEffect,\n SkShader,\n Skia,\n} from \"../../skia/types\";\nimport { BlendMode, PaintStyle, StrokeCap, StrokeJoin } from \"../../skia/types\";\nimport { enumKey } from \"../nodes/datatypes/Enum\";\nimport { JsiDeclarationNode } from \"../nodes/Node\";\n\nimport type { PaintProps, SkEnum } from \"./Common\";\nimport { DeclarationContext } from \"./DeclarationContext\";\nimport type { Node } from \"./Node\";\n\nexport interface DrawingContext {\n canvas: SkCanvas;\n paint: SkPaint;\n saveAndConcat(node: Node<PaintProps>, cache?: SkPaint): boolean;\n restore(): void;\n declarationCtx: DeclarationContext;\n}\n\nexport class JsiDrawingContext implements DrawingContext {\n paints: SkPaint[];\n\n declarationCtx: DeclarationContext;\n\n constructor(private readonly Skia: Skia, public readonly canvas: SkCanvas) {\n const paint = this.Skia.Paint();\n this.paints = [paint];\n this.declarationCtx = new DeclarationContext(Skia);\n }\n\n get paint() {\n return this.paints[this.paints.length - 1];\n }\n\n private save() {\n const childPaint = this.paint.copy();\n this.paints.push(childPaint);\n }\n\n restore(): void {\n this.paints.pop();\n }\n\n saveAndConcat(node: Node<PaintProps>, cache?: SkPaint) {\n if (cache) {\n this.paints.push(cache);\n return true;\n }\n const paint = new ConcatablePaint(this.Skia, this.declarationCtx, node);\n if (!paint.isPristine()) {\n this.save();\n paint.concatTo(this.paint);\n return true;\n }\n return false;\n }\n}\n\nclass ConcatablePaint {\n private pristine = true;\n\n _color?: SkColor;\n _strokeWidth?: number;\n _blendMode?: BlendMode;\n _style?: PaintStyle;\n _strokeJoin?: StrokeJoin;\n _strokeCap?: StrokeCap;\n _strokeMiter?: number;\n _opacity = 1;\n _antiAlias?: boolean;\n _dither?: boolean;\n\n _imageFilter?: SkImageFilter;\n _shader?: SkShader;\n _pathEffect?: SkPathEffect;\n _colorFilter?: SkColorFilter;\n _maskFilter?: SkMaskFilter;\n\n constructor(Skia: Skia, declCtx: DeclarationContext, node: Node<PaintProps>) {\n const props = node.getProps();\n const children = node.children();\n this.setColor(\n props.color !== undefined ? Skia.Color(props.color) : props.color\n );\n this.setStrokeWidth(props.strokeWidth);\n this.setBlendMode(props.blendMode);\n this.setStyle(props.style);\n this.setStrokeJoin(props.strokeJoin);\n this.setStrokeCap(props.strokeCap);\n this.setStrokeMiter(props.strokeMiter);\n this.setOpacity(props.opacity);\n this.setAntiAlias(props.antiAlias);\n this.setDither(props.dither);\n declCtx.save();\n children.forEach((child) => {\n if (child instanceof JsiDeclarationNode) {\n child.decorate(declCtx);\n }\n });\n const colorFilter = declCtx.colorFilters.popAllAsOne();\n const imageFilter = declCtx.imageFilters.popAllAsOne();\n const shader = declCtx.shaders.pop();\n const maskFilter = declCtx.maskFilters.pop();\n const pathEffect = declCtx.pathEffects.popAllAsOne();\n declCtx.restore();\n if (imageFilter) {\n this.setImageFilter(imageFilter);\n }\n if (shader) {\n this.setShader(shader);\n }\n if (pathEffect) {\n this.setPathEffect(pathEffect);\n }\n if (colorFilter) {\n this.setColorFilter(colorFilter);\n }\n if (maskFilter) {\n this.setMaskFilter(maskFilter);\n }\n }\n\n private enum<T>(value: T, key?: Uncapitalize<string>) {\n if (key !== undefined) {\n return value[enumKey(key) as keyof T];\n }\n return undefined;\n }\n\n private setValue<T extends keyof typeof this>(\n key: T,\n value?: (typeof this)[T]\n ) {\n if (value !== undefined) {\n this[key] = value;\n this.pristine = false;\n }\n }\n\n setColor(color?: SkColor) {\n this.setValue(\"_color\", color);\n }\n\n getColor() {\n return this._color;\n }\n\n setStrokeWidth(strokeWidth?: number) {\n this.setValue(\"_strokeWidth\", strokeWidth);\n }\n\n getStrokeWidth() {\n return this._strokeWidth;\n }\n\n setBlendMode(blendMode?: SkEnum<typeof BlendMode>) {\n this.setValue(\"_blendMode\", this.enum(BlendMode, blendMode));\n }\n\n getBlendMode() {\n return this._blendMode;\n }\n\n setStyle(style?: SkEnum<typeof PaintStyle>) {\n this.setValue(\"_style\", this.enum(PaintStyle, style));\n }\n\n getStyle() {\n return this._style;\n }\n\n setStrokeJoin(strokeJoin?: SkEnum<typeof StrokeJoin>) {\n this.setValue(\"_strokeJoin\", this.enum(StrokeJoin, strokeJoin));\n }\n\n getStrokeJoin() {\n return this._strokeJoin;\n }\n\n setStrokeCap(strokeCap?: SkEnum<typeof StrokeCap>) {\n this.setValue(\"_strokeCap\", this.enum(StrokeCap, strokeCap));\n }\n\n getStrokeCap() {\n return this._strokeCap;\n }\n\n setStrokeMiter(strokeMiter?: number) {\n this.setValue(\"_strokeMiter\", strokeMiter);\n }\n\n getStrokeMiter() {\n return this._strokeMiter;\n }\n\n setOpacity(opacity?: number) {\n this.setValue(\"_opacity\", opacity);\n }\n\n getOpacity() {\n return this._opacity;\n }\n\n setAntiAlias(antiAlias?: boolean) {\n this.setValue(\"_antiAlias\", antiAlias);\n }\n\n getAntiAlias() {\n return this._antiAlias;\n }\n\n setDither(dither?: boolean) {\n this.setValue(\"_dither\", dither);\n }\n\n getDither() {\n return this._dither;\n }\n\n setImageFilter(imageFilter?: SkImageFilter) {\n this.setValue(\"_imageFilter\", imageFilter);\n }\n\n getImageFilter() {\n return this._imageFilter;\n }\n\n setShader(shader?: SkShader) {\n this.setValue(\"_shader\", shader);\n }\n\n getShader() {\n return this._shader;\n }\n\n setPathEffect(pathEffect?: SkPathEffect) {\n this.setValue(\"_pathEffect\", pathEffect);\n }\n\n getPathEffect() {\n return this._pathEffect;\n }\n\n setColorFilter(colorFilter?: SkColorFilter) {\n this.setValue(\"_colorFilter\", colorFilter);\n }\n\n getColorFilter() {\n return this._colorFilter;\n }\n\n setMaskFilter(maskFilter?: SkMaskFilter) {\n this.setValue(\"_maskFilter\", maskFilter);\n }\n\n getMaskFilter() {\n return this._maskFilter;\n }\n\n isPristine() {\n return this.pristine;\n }\n\n concatTo(paint: SkPaint) {\n if (this._opacity !== undefined) {\n paint.setAlphaf(paint.getAlphaf() * this._opacity);\n }\n if (this._color !== undefined) {\n const currentOpacity = paint.getAlphaf();\n paint.setShader(null);\n paint.setColor(this._color);\n paint.setAlphaf(currentOpacity * paint.getAlphaf());\n }\n if (this._strokeWidth !== undefined) {\n paint.setStrokeWidth(this._strokeWidth);\n }\n if (this._blendMode !== undefined) {\n paint.setBlendMode(this._blendMode);\n }\n if (this._style !== undefined) {\n paint.setStyle(this._style);\n }\n if (this._strokeJoin !== undefined) {\n paint.setStrokeJoin(this._strokeJoin);\n }\n if (this._strokeCap !== undefined) {\n paint.setStrokeCap(this._strokeCap);\n }\n if (this._strokeMiter !== undefined) {\n paint.setStrokeMiter(this._strokeMiter);\n }\n if (this._antiAlias !== undefined) {\n paint.setAntiAlias(this._antiAlias);\n }\n if (this._dither !== undefined) {\n paint.setDither(this._dither);\n }\n if (this._imageFilter !== undefined) {\n paint.setImageFilter(this._imageFilter);\n }\n if (this._shader !== undefined) {\n paint.setShader(this._shader);\n }\n if (this._pathEffect !== undefined) {\n paint.setPathEffect(this._pathEffect);\n }\n if (this._colorFilter !== undefined) {\n paint.setColorFilter(this._colorFilter);\n }\n if (this._maskFilter !== undefined) {\n paint.setMaskFilter(this._maskFilter);\n }\n }\n}\n"],"mappings":"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","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["Drawings.ts"],"sourcesContent":["import type {\n FillType,\n SkImage,\n StrokeOpts,\n Vector,\n Color,\n SkPoint,\n BlendMode,\n PointMode,\n VertexMode,\n SkFont,\n SkRRect,\n SkTextBlob,\n SkPicture,\n SkSVG,\n SkPaint,\n SkRect,\n SkRSXform,\n SkColor,\n} from \"../../skia/types\";\n\nimport type {\n CircleDef,\n Fit,\n GroupProps,\n PathDef,\n RectDef,\n RRectDef,\n SkEnum,\n} from \"./Common\";\n\nexport interface DrawingNodeProps extends GroupProps {\n paint?: SkPaint;\n}\n\nexport type ImageProps = DrawingNodeProps &\n RectDef & {\n fit?: Fit;\n image: SkImage | null;\n };\n\nexport type CircleProps = CircleDef & DrawingNodeProps;\n\nexport interface PathProps extends DrawingNodeProps {\n path: PathDef;\n start: number;\n end: number;\n stroke?: StrokeOpts;\n fillType?: SkEnum<typeof FillType>;\n}\n\nexport interface LineProps extends DrawingNodeProps {\n p1: Vector;\n p2: Vector;\n}\n\nexport type OvalProps = RectDef & DrawingNodeProps;\n\nexport type RectProps = RectDef & DrawingNodeProps;\n\nexport type RoundedRectProps = RRectDef & DrawingNodeProps;\n\nexport interface AtlasProps extends DrawingNodeProps {\n image: SkImage | null;\n sprites: SkRect[];\n transforms: SkRSXform[];\n colors?: SkColor[];\n}\n\nexport interface CubicBezierHandle {\n pos: Vector;\n c1: Vector;\n c2: Vector;\n}\n\nexport interface PatchProps extends DrawingNodeProps {\n colors?: Color[];\n patch: [\n CubicBezierHandle,\n CubicBezierHandle,\n CubicBezierHandle,\n CubicBezierHandle\n ];\n texture?: readonly [SkPoint, SkPoint, SkPoint, SkPoint];\n blendMode?: SkEnum<typeof BlendMode>;\n}\n\nexport interface VerticesProps extends DrawingNodeProps {\n colors?: string[];\n vertices: SkPoint[];\n textures?: SkPoint[];\n mode: SkEnum<typeof VertexMode>;\n blendMode?: SkEnum<typeof BlendMode>;\n indices?: number[];\n}\n\nexport interface ImageSVGProps extends DrawingNodeProps {\n svg: SkSVG | null;\n x?: number;\n y?: number;\n width?: number;\n height?: number;\n rect?: SkRect;\n}\n\nexport interface PictureProps extends DrawingNodeProps {\n picture: SkPicture;\n}\n\nexport interface PointsProps extends DrawingNodeProps {\n points: SkPoint[];\n mode: SkEnum<typeof PointMode>;\n}\n\nexport interface DiffRectProps extends DrawingNodeProps {\n inner: SkRRect;\n outer: SkRRect;\n}\n\nexport interface TextProps extends DrawingNodeProps {\n font: SkFont | null;\n text: string;\n x: number;\n y: number;\n}\n\nexport interface TextPathProps extends DrawingNodeProps {\n font: SkFont | null;\n text: string;\n path: PathDef;\n initialOffset: number;\n}\n\nexport interface TextBlobProps extends DrawingNodeProps {\n blob: SkTextBlob;\n x: number;\n y: number;\n}\n\nexport interface Glyph {\n id: number;\n pos: SkPoint;\n}\n\nexport interface GlyphsProps extends DrawingNodeProps {\n font: SkFont | null;\n x: number;\n y: number;\n glyphs: Glyph[];\n}\n\nexport interface BoxProps extends DrawingNodeProps {\n box: SkRRect | SkRect;\n}\n\nexport interface BoxShadowProps {\n dx?: number;\n dy?: number;\n spread?: number;\n blur: number;\n color?: Color;\n inner?: boolean;\n}\n"],"mappings":""}
1
+ {"version":3,"names":[],"sources":["Drawings.ts"],"sourcesContent":["import type {\n FillType,\n SkImage,\n StrokeOpts,\n Vector,\n Color,\n SkPoint,\n BlendMode,\n PointMode,\n VertexMode,\n SkFont,\n SkRRect,\n SkTextBlob,\n SkPicture,\n SkSVG,\n SkPaint,\n SkRect,\n SkRSXform,\n SkColor,\n} from \"../../skia/types\";\n\nimport type {\n CircleDef,\n Fit,\n GroupProps,\n PathDef,\n RectDef,\n RRectDef,\n SkEnum,\n} from \"./Common\";\n\nexport interface DrawingNodeProps extends GroupProps {\n paint?: SkPaint;\n}\n\nexport type ImageProps = DrawingNodeProps &\n RectDef & {\n fit?: Fit;\n image: SkImage | null;\n };\n\nexport type CircleProps = CircleDef & DrawingNodeProps;\n\nexport interface PathProps extends DrawingNodeProps {\n path: PathDef;\n start: number;\n end: number;\n stroke?: StrokeOpts;\n fillType?: SkEnum<typeof FillType>;\n}\n\nexport interface LineProps extends DrawingNodeProps {\n p1: Vector;\n p2: Vector;\n}\n\nexport type OvalProps = RectDef & DrawingNodeProps;\n\nexport type RectProps = RectDef & DrawingNodeProps;\n\nexport type RoundedRectProps = RRectDef & DrawingNodeProps;\n\nexport interface AtlasProps extends DrawingNodeProps {\n image: SkImage | null;\n sprites: SkRect[];\n transforms: SkRSXform[];\n colors?: SkColor[];\n}\n\nexport interface CubicBezierHandle {\n pos: Vector;\n c1: Vector;\n c2: Vector;\n}\n\nexport interface PatchProps extends DrawingNodeProps {\n colors?: Color[];\n patch: [\n CubicBezierHandle,\n CubicBezierHandle,\n CubicBezierHandle,\n CubicBezierHandle\n ];\n texture?: readonly [SkPoint, SkPoint, SkPoint, SkPoint];\n blendMode?: SkEnum<typeof BlendMode>;\n}\n\nexport interface VerticesProps extends DrawingNodeProps {\n colors?: string[];\n vertices: SkPoint[];\n textures?: SkPoint[];\n mode: SkEnum<typeof VertexMode>;\n blendMode?: SkEnum<typeof BlendMode>;\n indices?: number[];\n}\n\nexport interface ImageSVGProps extends DrawingNodeProps {\n svg: SkSVG | null;\n x?: number;\n y?: number;\n width?: number;\n height?: number;\n rect?: SkRect;\n}\n\nexport interface PictureProps extends DrawingNodeProps {\n picture: SkPicture;\n}\n\nexport interface PointsProps extends DrawingNodeProps {\n points: SkPoint[];\n mode: SkEnum<typeof PointMode>;\n}\n\nexport interface DiffRectProps extends DrawingNodeProps {\n inner: SkRRect;\n outer: SkRRect;\n}\n\nexport interface TextProps extends DrawingNodeProps {\n font: SkFont | null;\n text: string;\n x: number;\n y: number;\n}\n\nexport interface TextPathProps extends DrawingNodeProps {\n font: SkFont | null;\n text: string;\n path: PathDef;\n initialOffset: number;\n}\n\nexport interface TextBlobProps extends DrawingNodeProps {\n blob: SkTextBlob;\n x: number;\n y: number;\n}\n\nexport interface Glyph {\n id: number;\n pos: SkPoint;\n}\n\nexport interface GlyphsProps extends DrawingNodeProps {\n font: SkFont | null;\n x: number;\n y: number;\n glyphs: Glyph[];\n}\n\nexport interface BoxProps extends DrawingNodeProps {\n box: SkRRect | SkRect;\n}\n\nexport interface BoxShadowProps {\n dx?: number;\n dy?: number;\n spread?: number;\n blur: number;\n color?: Color;\n inner?: boolean;\n}\n"],"mappings":"","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["ImageFilters.ts"],"sourcesContent":["import type {\n BlendMode,\n Color,\n ColorChannel,\n SkRuntimeEffect,\n TileMode,\n Uniforms,\n} from \"../../skia/types\";\n\nimport type { Radius, SkEnum, ChildrenProps } from \"./Common\";\n\nexport interface BlurImageFilterProps extends ChildrenProps {\n blur: Radius;\n mode: SkEnum<typeof TileMode>;\n}\n\nexport interface OffsetImageFilterProps extends ChildrenProps {\n x: number;\n y: number;\n}\n\nexport interface RuntimeShaderImageFilterProps extends ChildrenProps {\n source: SkRuntimeEffect;\n uniforms?: Uniforms;\n}\n\nexport interface BlendImageFilterProps extends ChildrenProps {\n mode: BlendMode;\n}\n\nexport interface MorphologyImageFilterProps extends ChildrenProps {\n operator: \"erode\" | \"dilate\";\n radius: Radius;\n}\n\nexport interface DropShadowImageFilterProps extends ChildrenProps {\n dx: number;\n dy: number;\n blur: number;\n color: Color;\n inner?: boolean;\n shadowOnly?: boolean;\n}\n\nexport interface DisplacementMapImageFilterProps extends ChildrenProps {\n channelX: SkEnum<typeof ColorChannel>;\n channelY: SkEnum<typeof ColorChannel>;\n scale: number;\n}\n\nexport interface BlendProps extends ChildrenProps {\n mode: SkEnum<typeof BlendMode>;\n}\n"],"mappings":""}
1
+ {"version":3,"names":[],"sources":["ImageFilters.ts"],"sourcesContent":["import type {\n BlendMode,\n Color,\n ColorChannel,\n SkRuntimeEffect,\n TileMode,\n Uniforms,\n} from \"../../skia/types\";\n\nimport type { Radius, SkEnum, ChildrenProps } from \"./Common\";\n\nexport interface BlurImageFilterProps extends ChildrenProps {\n blur: Radius;\n mode: SkEnum<typeof TileMode>;\n}\n\nexport interface OffsetImageFilterProps extends ChildrenProps {\n x: number;\n y: number;\n}\n\nexport interface RuntimeShaderImageFilterProps extends ChildrenProps {\n source: SkRuntimeEffect;\n uniforms?: Uniforms;\n}\n\nexport interface BlendImageFilterProps extends ChildrenProps {\n mode: BlendMode;\n}\n\nexport interface MorphologyImageFilterProps extends ChildrenProps {\n operator: \"erode\" | \"dilate\";\n radius: Radius;\n}\n\nexport interface DropShadowImageFilterProps extends ChildrenProps {\n dx: number;\n dy: number;\n blur: number;\n color: Color;\n inner?: boolean;\n shadowOnly?: boolean;\n}\n\nexport interface DisplacementMapImageFilterProps extends ChildrenProps {\n channelX: SkEnum<typeof ColorChannel>;\n channelY: SkEnum<typeof ColorChannel>;\n scale: number;\n}\n\nexport interface BlendProps extends ChildrenProps {\n mode: SkEnum<typeof BlendMode>;\n}\n"],"mappings":"","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["MaskFilters.ts"],"sourcesContent":["import type { BlurStyle } from \"../../skia/types\";\n\nimport type { SkEnum } from \"./Common\";\n\nexport interface BlurMaskFilterProps {\n style: SkEnum<typeof BlurStyle>;\n blur: number;\n respectCTM: boolean;\n}\n"],"mappings":""}
1
+ {"version":3,"names":[],"sources":["MaskFilters.ts"],"sourcesContent":["import type { BlurStyle } from \"../../skia/types\";\n\nimport type { SkEnum } from \"./Common\";\n\nexport interface BlurMaskFilterProps {\n style: SkEnum<typeof BlurStyle>;\n blur: number;\n respectCTM: boolean;\n}\n"],"mappings":"","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["Node.ts"],"sourcesContent":["import type { GroupProps } from \"./Common\";\nimport type { NodeType } from \"./NodeType\";\nimport type { DeclarationContext } from \"./DeclarationContext\";\nimport type { DrawingContext } from \"./DrawingContext\";\n\nexport interface Node<P> {\n type: NodeType;\n\n setProps(props: P): void;\n setProp<K extends keyof P>(name: K, v: P[K]): boolean;\n getProps(): P;\n\n children(): Node<unknown>[];\n addChild(child: Node<unknown>): void;\n removeChild(child: Node<unknown>): void;\n insertChildBefore(child: Node<unknown>, before: Node<unknown>): void;\n}\n\nexport type Invalidate = () => void;\n\nexport interface DeclarationNode<P> extends Node<P> {\n //declarationType: DeclarationType;\n decorate(ctx: DeclarationContext): void;\n\n setInvalidate(invalidate: Invalidate): void;\n}\n\nexport interface RenderNode<P extends GroupProps> extends Node<P> {\n render(ctx: DrawingContext): void;\n}\n"],"mappings":""}
1
+ {"version":3,"names":[],"sources":["Node.ts"],"sourcesContent":["import type { GroupProps } from \"./Common\";\nimport type { NodeType } from \"./NodeType\";\nimport type { DeclarationContext } from \"./DeclarationContext\";\nimport type { DrawingContext } from \"./DrawingContext\";\n\nexport interface Node<P> {\n type: NodeType;\n\n setProps(props: P): void;\n setProp<K extends keyof P>(name: K, v: P[K]): boolean;\n getProps(): P;\n\n children(): Node<unknown>[];\n addChild(child: Node<unknown>): void;\n removeChild(child: Node<unknown>): void;\n insertChildBefore(child: Node<unknown>, before: Node<unknown>): void;\n}\n\nexport type Invalidate = () => void;\n\nexport interface DeclarationNode<P> extends Node<P> {\n //declarationType: DeclarationType;\n decorate(ctx: DeclarationContext): void;\n\n setInvalidate(invalidate: Invalidate): void;\n}\n\nexport interface RenderNode<P extends GroupProps> extends Node<P> {\n render(ctx: DrawingContext): void;\n}\n"],"mappings":"","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":["NodeType"],"sources":["NodeType.ts"],"sourcesContent":["export const enum NodeType {\n // Shaders\n Layer = \"skLayer\",\n Shader = \"skShader\",\n ImageShader = \"skImageShader\",\n ColorShader = \"skColorShader\",\n Turbulence = \"skTurbulence\",\n FractalNoise = \"skFractalNoise\",\n LinearGradient = \"skLinearGradient\",\n RadialGradient = \"skRadialGradient\",\n SweepGradient = \"skSweepGradient\",\n TwoPointConicalGradient = \"skTwoPointConicalGradient\",\n\n // Mask Filters\n BlurMaskFilter = \"skBlurMaskFilter\",\n\n // Path Effects\n DiscretePathEffect = \"skDiscretePathEffect\",\n DashPathEffect = \"skDashPathEffect\",\n Path1DPathEffect = \"skPath1DPathEffect\",\n Path2DPathEffect = \"skPath2DPathEffect\",\n CornerPathEffect = \"skCornerPathEffect\",\n SumPathEffect = \"skSumPathEffect\",\n Line2DPathEffect = \"skLine2DPathEffect\",\n\n // Color Filters\n MatrixColorFilter = \"skMatrixColorFilter\",\n BlendColorFilter = \"skBlendColorFilter\",\n LinearToSRGBGammaColorFilter = \"skLinearToSRGBGammaColorFilter\",\n SRGBToLinearGammaColorFilter = \"skSRGBToLinearGammaColorFilter\",\n LumaColorFilter = \"skLumaColorFilter\",\n LerpColorFilter = \"skLerpColorFilter\",\n\n // Image Filters\n OffsetImageFilter = \"skOffsetImageFilter\",\n DisplacementMapImageFilter = \"skDisplacementMapImageFilter\",\n BlurImageFilter = \"skBlurImageFilter\",\n DropShadowImageFilter = \"skDropShadowImageFilter\",\n MorphologyImageFilter = \"skMorphologyImageFilter\",\n BlendImageFilter = \"skBlendImageFilter\",\n RuntimeShaderImageFilter = \"skRuntimeShaderImageFilter\",\n\n // Mixed\n Blend = \"skBlend\",\n BackdropFilter = \"skBackdropFilter\",\n Box = \"skBox\",\n BoxShadow = \"skBoxShadow\",\n\n // Drawings\n Group = \"skGroup\",\n Paint = \"skPaint\",\n Circle = \"skCircle\",\n Fill = \"skFill\",\n Image = \"skImage\",\n Points = \"skPoints\",\n Path = \"skPath\",\n Rect = \"skRect\",\n RRect = \"skRRect\",\n Oval = \"skOval\",\n Line = \"skLine\",\n Patch = \"skPatch\",\n Vertices = \"skVertices\",\n DiffRect = \"skDiffRect\",\n Text = \"skText\",\n TextPath = \"skTextPath\",\n TextBlob = \"skTextBlob\",\n Glyphs = \"skGlyphs\",\n Picture = \"skPicture\",\n ImageSVG = \"skImageSVG\",\n Atlas = \"skAtlas\",\n\n // Paragraph\n Paragraph = \"skParagraph\",\n}\n"],"mappings":"AAAA,WAAkBA,QAAQ,0BAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAAA,OAARA,QAAQ;AAAA"}
1
+ {"version":3,"names":["NodeType"],"sources":["NodeType.ts"],"sourcesContent":["export const enum NodeType {\n // Shaders\n Layer = \"skLayer\",\n Shader = \"skShader\",\n ImageShader = \"skImageShader\",\n ColorShader = \"skColorShader\",\n Turbulence = \"skTurbulence\",\n FractalNoise = \"skFractalNoise\",\n LinearGradient = \"skLinearGradient\",\n RadialGradient = \"skRadialGradient\",\n SweepGradient = \"skSweepGradient\",\n TwoPointConicalGradient = \"skTwoPointConicalGradient\",\n\n // Mask Filters\n BlurMaskFilter = \"skBlurMaskFilter\",\n\n // Path Effects\n DiscretePathEffect = \"skDiscretePathEffect\",\n DashPathEffect = \"skDashPathEffect\",\n Path1DPathEffect = \"skPath1DPathEffect\",\n Path2DPathEffect = \"skPath2DPathEffect\",\n CornerPathEffect = \"skCornerPathEffect\",\n SumPathEffect = \"skSumPathEffect\",\n Line2DPathEffect = \"skLine2DPathEffect\",\n\n // Color Filters\n MatrixColorFilter = \"skMatrixColorFilter\",\n BlendColorFilter = \"skBlendColorFilter\",\n LinearToSRGBGammaColorFilter = \"skLinearToSRGBGammaColorFilter\",\n SRGBToLinearGammaColorFilter = \"skSRGBToLinearGammaColorFilter\",\n LumaColorFilter = \"skLumaColorFilter\",\n LerpColorFilter = \"skLerpColorFilter\",\n\n // Image Filters\n OffsetImageFilter = \"skOffsetImageFilter\",\n DisplacementMapImageFilter = \"skDisplacementMapImageFilter\",\n BlurImageFilter = \"skBlurImageFilter\",\n DropShadowImageFilter = \"skDropShadowImageFilter\",\n MorphologyImageFilter = \"skMorphologyImageFilter\",\n BlendImageFilter = \"skBlendImageFilter\",\n RuntimeShaderImageFilter = \"skRuntimeShaderImageFilter\",\n\n // Mixed\n Blend = \"skBlend\",\n BackdropFilter = \"skBackdropFilter\",\n Box = \"skBox\",\n BoxShadow = \"skBoxShadow\",\n\n // Drawings\n Group = \"skGroup\",\n Paint = \"skPaint\",\n Circle = \"skCircle\",\n Fill = \"skFill\",\n Image = \"skImage\",\n Points = \"skPoints\",\n Path = \"skPath\",\n Rect = \"skRect\",\n RRect = \"skRRect\",\n Oval = \"skOval\",\n Line = \"skLine\",\n Patch = \"skPatch\",\n Vertices = \"skVertices\",\n DiffRect = \"skDiffRect\",\n Text = \"skText\",\n TextPath = \"skTextPath\",\n TextBlob = \"skTextBlob\",\n Glyphs = \"skGlyphs\",\n Picture = \"skPicture\",\n ImageSVG = \"skImageSVG\",\n Atlas = \"skAtlas\",\n\n // Paragraph\n Paragraph = \"skParagraph\",\n}\n"],"mappings":"AAAA,WAAkBA,QAAQ,0BAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAAA,OAARA,QAAQ;AAAA","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["Paragraph.ts"],"sourcesContent":["import type { SkParagraph } from \"../../skia/types/Paragraph\";\n\nimport type { GroupProps } from \"./Common\";\n\nexport interface ParagraphProps extends GroupProps {\n paragraph: SkParagraph | null;\n x: number;\n y: number;\n width: number;\n}\n"],"mappings":""}
1
+ {"version":3,"names":[],"sources":["Paragraph.ts"],"sourcesContent":["import type { SkParagraph } from \"../../skia/types/Paragraph\";\n\nimport type { GroupProps } from \"./Common\";\n\nexport interface ParagraphProps extends GroupProps {\n paragraph: SkParagraph | null;\n x: number;\n y: number;\n width: number;\n}\n"],"mappings":"","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["PathEffects.ts"],"sourcesContent":["import type { Path1DEffectStyle, SkMatrix } from \"../../skia/types\";\n\nimport type { ChildrenProps, PathDef, SkEnum } from \"./Common\";\n\nexport interface CornerPathEffectProps extends ChildrenProps {\n r: number;\n}\n\nexport interface DiscretePathEffectProps extends ChildrenProps {\n length: number;\n deviation: number;\n seed: number;\n}\n\nexport interface DashPathEffectProps extends ChildrenProps {\n intervals: number[];\n phase?: number;\n}\n\nexport interface Path1DPathEffectProps extends ChildrenProps {\n path: PathDef;\n advance: number;\n phase: number;\n style: SkEnum<typeof Path1DEffectStyle>;\n}\n\nexport interface Path2DPathEffectProps extends ChildrenProps {\n matrix: SkMatrix;\n path: PathDef;\n}\n\nexport interface Line2DPathEffectProps extends ChildrenProps {\n width: number;\n matrix: SkMatrix;\n}\n"],"mappings":""}
1
+ {"version":3,"names":[],"sources":["PathEffects.ts"],"sourcesContent":["import type { Path1DEffectStyle, SkMatrix } from \"../../skia/types\";\n\nimport type { ChildrenProps, PathDef, SkEnum } from \"./Common\";\n\nexport interface CornerPathEffectProps extends ChildrenProps {\n r: number;\n}\n\nexport interface DiscretePathEffectProps extends ChildrenProps {\n length: number;\n deviation: number;\n seed: number;\n}\n\nexport interface DashPathEffectProps extends ChildrenProps {\n intervals: number[];\n phase?: number;\n}\n\nexport interface Path1DPathEffectProps extends ChildrenProps {\n path: PathDef;\n advance: number;\n phase: number;\n style: SkEnum<typeof Path1DEffectStyle>;\n}\n\nexport interface Path2DPathEffectProps extends ChildrenProps {\n matrix: SkMatrix;\n path: PathDef;\n}\n\nexport interface Line2DPathEffectProps extends ChildrenProps {\n width: number;\n matrix: SkMatrix;\n}\n"],"mappings":"","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["Shaders.ts"],"sourcesContent":["import type {\n Color,\n FilterMode,\n MipmapMode,\n SkImage,\n SkRect,\n SkRuntimeEffect,\n TileMode,\n Uniforms,\n Vector,\n} from \"../../skia/types\";\n\nimport type {\n SkEnum,\n TransformProps,\n ChildrenProps,\n RectCtor,\n Fit,\n} from \"./Common\";\n\nexport interface ShaderProps extends TransformProps, ChildrenProps {\n source: SkRuntimeEffect;\n uniforms: Uniforms;\n}\n\nexport interface ImageShaderProps extends TransformProps, Partial<RectCtor> {\n tx: SkEnum<typeof TileMode>;\n ty: SkEnum<typeof TileMode>;\n fm: SkEnum<typeof FilterMode>;\n mm: SkEnum<typeof MipmapMode>;\n fit: Fit;\n rect?: SkRect;\n image: SkImage | null;\n}\n\nexport interface ColorProps {\n color: Color;\n}\n\nexport interface TurbulenceProps {\n freqX: number;\n freqY: number;\n octaves: number;\n seed: number;\n tileWidth: number;\n tileHeight: number;\n}\n\nexport interface FractalNoiseProps {\n freqX: number;\n freqY: number;\n octaves: number;\n seed: number;\n tileWidth: number;\n tileHeight: number;\n}\n\nexport interface GradientProps extends TransformProps {\n colors: Color[];\n positions?: number[];\n mode?: SkEnum<typeof TileMode>;\n flags?: number;\n}\n\nexport interface LinearGradientProps extends GradientProps {\n start: Vector;\n end: Vector;\n}\n\nexport interface RadialGradientProps extends GradientProps {\n c: Vector;\n r: number;\n}\n\nexport interface SweepGradientProps extends GradientProps {\n c: Vector;\n start?: number;\n end?: number;\n}\n\nexport interface TwoPointConicalGradientProps extends GradientProps {\n start: Vector;\n startR: number;\n end: Vector;\n endR: number;\n}\n"],"mappings":""}
1
+ {"version":3,"names":[],"sources":["Shaders.ts"],"sourcesContent":["import type {\n Color,\n FilterMode,\n MipmapMode,\n SkImage,\n SkRect,\n SkRuntimeEffect,\n TileMode,\n Uniforms,\n Vector,\n} from \"../../skia/types\";\n\nimport type {\n SkEnum,\n TransformProps,\n ChildrenProps,\n RectCtor,\n Fit,\n} from \"./Common\";\n\nexport interface ShaderProps extends TransformProps, ChildrenProps {\n source: SkRuntimeEffect;\n uniforms: Uniforms;\n}\n\nexport interface ImageShaderProps extends TransformProps, Partial<RectCtor> {\n tx: SkEnum<typeof TileMode>;\n ty: SkEnum<typeof TileMode>;\n fm: SkEnum<typeof FilterMode>;\n mm: SkEnum<typeof MipmapMode>;\n fit: Fit;\n rect?: SkRect;\n image: SkImage | null;\n}\n\nexport interface ColorProps {\n color: Color;\n}\n\nexport interface TurbulenceProps {\n freqX: number;\n freqY: number;\n octaves: number;\n seed: number;\n tileWidth: number;\n tileHeight: number;\n}\n\nexport interface FractalNoiseProps {\n freqX: number;\n freqY: number;\n octaves: number;\n seed: number;\n tileWidth: number;\n tileHeight: number;\n}\n\nexport interface GradientProps extends TransformProps {\n colors: Color[];\n positions?: number[];\n mode?: SkEnum<typeof TileMode>;\n flags?: number;\n}\n\nexport interface LinearGradientProps extends GradientProps {\n start: Vector;\n end: Vector;\n}\n\nexport interface RadialGradientProps extends GradientProps {\n c: Vector;\n r: number;\n}\n\nexport interface SweepGradientProps extends GradientProps {\n c: Vector;\n start?: number;\n end?: number;\n}\n\nexport interface TwoPointConicalGradientProps extends GradientProps {\n start: Vector;\n startR: number;\n end: Vector;\n endR: number;\n}\n"],"mappings":"","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["SkDOM.ts"],"sourcesContent":["import type { ChildrenProps, GroupProps, PaintProps } from \"./Common\";\nimport type {\n BlendImageFilterProps,\n BlurImageFilterProps,\n DropShadowImageFilterProps,\n OffsetImageFilterProps,\n RuntimeShaderImageFilterProps,\n DisplacementMapImageFilterProps,\n MorphologyImageFilterProps,\n BlendProps,\n} from \"./ImageFilters\";\nimport type { DeclarationNode, RenderNode } from \"./Node\";\nimport type {\n BlendColorFilterProps,\n MatrixColorFilterProps,\n LerpColorFilterProps,\n} from \"./ColorFilters\";\nimport type {\n ImageProps,\n CircleProps,\n PathProps,\n LineProps,\n OvalProps,\n PatchProps,\n PointsProps,\n RectProps,\n RoundedRectProps,\n VerticesProps,\n TextProps,\n DiffRectProps,\n TextPathProps,\n TextBlobProps,\n GlyphsProps,\n PictureProps,\n ImageSVGProps,\n DrawingNodeProps,\n BoxProps,\n BoxShadowProps,\n AtlasProps,\n} from \"./Drawings\";\nimport type { BlurMaskFilterProps } from \"./MaskFilters\";\nimport type {\n FractalNoiseProps,\n SweepGradientProps,\n ImageShaderProps,\n LinearGradientProps,\n ShaderProps,\n TurbulenceProps,\n TwoPointConicalGradientProps,\n RadialGradientProps,\n ColorProps,\n} from \"./Shaders\";\nimport type {\n CornerPathEffectProps,\n DashPathEffectProps,\n DiscretePathEffectProps,\n Line2DPathEffectProps,\n Path1DPathEffectProps,\n Path2DPathEffectProps,\n} from \"./PathEffects\";\nimport type { ParagraphProps } from \"./Paragraph\";\n\ntype ImageFilterNode<P> = DeclarationNode<P>;\n\ntype PathEffectNode<P> = DeclarationNode<P>;\ntype NullablePathEffectNode<P> = DeclarationNode<P>;\n\ntype DrawingNode<P extends GroupProps> = RenderNode<P>;\n\nexport interface SkDOM {\n Layer(props?: ChildrenProps): RenderNode<ChildrenProps>;\n Group(props?: GroupProps): RenderNode<GroupProps>;\n Paint(props: PaintProps): DeclarationNode<PaintProps>;\n\n // Drawings\n Fill(props?: DrawingNodeProps): DrawingNode<DrawingNodeProps>;\n Image(props: ImageProps): DrawingNode<ImageProps>;\n Circle(props: CircleProps): DrawingNode<CircleProps>;\n Path(props: PathProps): DrawingNode<PathProps>;\n Line(props: LineProps): DrawingNode<LineProps>;\n Oval(props: OvalProps): DrawingNode<OvalProps>;\n Patch(props: PatchProps): DrawingNode<PatchProps>;\n Points(props: PointsProps): DrawingNode<PointsProps>;\n Rect(props: RectProps): DrawingNode<RectProps>;\n RRect(props: RoundedRectProps): DrawingNode<RoundedRectProps>;\n Vertices(props: VerticesProps): DrawingNode<VerticesProps>;\n Text(props: TextProps): DrawingNode<TextProps>;\n TextPath(props: TextPathProps): DrawingNode<TextPathProps>;\n TextBlob(props: TextBlobProps): DrawingNode<TextBlobProps>;\n Glyphs(props: GlyphsProps): DrawingNode<GlyphsProps>;\n DiffRect(props: DiffRectProps): DrawingNode<DiffRectProps>;\n Picture(props: PictureProps): DrawingNode<PictureProps>;\n ImageSVG(props: ImageSVGProps): DrawingNode<ImageSVGProps>;\n Atlas(props: AtlasProps): DrawingNode<AtlasProps>;\n\n // BlurMaskFilters\n BlurMaskFilter(\n props: BlurMaskFilterProps\n ): DeclarationNode<BlurMaskFilterProps>;\n\n // ImageFilters\n BlendImageFilter(\n props: BlendImageFilterProps\n ): ImageFilterNode<BlendImageFilterProps>;\n BlurImageFilter(\n props: BlurImageFilterProps\n ): ImageFilterNode<BlurImageFilterProps>;\n OffsetImageFilter(\n props: OffsetImageFilterProps\n ): ImageFilterNode<OffsetImageFilterProps>;\n DropShadowImageFilter(\n props: DropShadowImageFilterProps\n ): ImageFilterNode<DropShadowImageFilterProps>;\n MorphologyImageFilter(\n props: MorphologyImageFilterProps\n ): ImageFilterNode<MorphologyImageFilterProps>;\n DisplacementMapImageFilter(\n props: DisplacementMapImageFilterProps\n ): ImageFilterNode<DisplacementMapImageFilterProps>;\n RuntimeShaderImageFilter(\n props: RuntimeShaderImageFilterProps\n ): ImageFilterNode<RuntimeShaderImageFilterProps>;\n\n // ColorFilters\n MatrixColorFilter(\n props: MatrixColorFilterProps\n ): DeclarationNode<MatrixColorFilterProps>;\n BlendColorFilter(\n props: BlendColorFilterProps\n ): DeclarationNode<BlendColorFilterProps>;\n LumaColorFilter(): DeclarationNode<null>;\n LinearToSRGBGammaColorFilter(): DeclarationNode<null>;\n SRGBToLinearGammaColorFilter(): DeclarationNode<null>;\n LerpColorFilter(\n props: LerpColorFilterProps\n ): DeclarationNode<LerpColorFilterProps>;\n\n // Shaders\n Shader(props: ShaderProps): DeclarationNode<ShaderProps>;\n ImageShader(props: ImageShaderProps): DeclarationNode<ImageShaderProps>;\n ColorShader(props: ColorProps): DeclarationNode<ColorProps>;\n Turbulence(props: TurbulenceProps): DeclarationNode<TurbulenceProps>;\n FractalNoise(props: FractalNoiseProps): DeclarationNode<FractalNoiseProps>;\n LinearGradient(\n props: LinearGradientProps\n ): DeclarationNode<LinearGradientProps>;\n RadialGradient(\n props: RadialGradientProps\n ): DeclarationNode<RadialGradientProps>;\n SweepGradient(props: SweepGradientProps): DeclarationNode<SweepGradientProps>;\n TwoPointConicalGradient(\n props: TwoPointConicalGradientProps\n ): DeclarationNode<TwoPointConicalGradientProps>;\n\n // Path Effects\n CornerPathEffect(\n props: CornerPathEffectProps\n ): NullablePathEffectNode<CornerPathEffectProps>;\n DiscretePathEffect(\n props: DiscretePathEffectProps\n ): PathEffectNode<DiscretePathEffectProps>;\n DashPathEffect(\n props: DashPathEffectProps\n ): PathEffectNode<DashPathEffectProps>;\n Path1DPathEffect(\n props: Path1DPathEffectProps\n ): NullablePathEffectNode<Path1DPathEffectProps>;\n Path2DPathEffect(\n props: Path2DPathEffectProps\n ): NullablePathEffectNode<Path2DPathEffectProps>;\n SumPathEffect(): NullablePathEffectNode<null>;\n Line2DPathEffect(\n props: Line2DPathEffectProps\n ): NullablePathEffectNode<Line2DPathEffectProps>;\n\n // Mixed\n Blend(props: BlendProps): DeclarationNode<BlendProps>;\n BackdropFilter(props: ChildrenProps): RenderNode<ChildrenProps>;\n Box(props: BoxProps): RenderNode<BoxProps>;\n BoxShadow(props: BoxShadowProps): DeclarationNode<BoxShadowProps>;\n\n // Paragraph\n Paragraph(props: ParagraphProps): RenderNode<ParagraphProps>;\n}\n"],"mappings":""}
1
+ {"version":3,"names":[],"sources":["SkDOM.ts"],"sourcesContent":["import type { ChildrenProps, GroupProps, PaintProps } from \"./Common\";\nimport type {\n BlendImageFilterProps,\n BlurImageFilterProps,\n DropShadowImageFilterProps,\n OffsetImageFilterProps,\n RuntimeShaderImageFilterProps,\n DisplacementMapImageFilterProps,\n MorphologyImageFilterProps,\n BlendProps,\n} from \"./ImageFilters\";\nimport type { DeclarationNode, RenderNode } from \"./Node\";\nimport type {\n BlendColorFilterProps,\n MatrixColorFilterProps,\n LerpColorFilterProps,\n} from \"./ColorFilters\";\nimport type {\n ImageProps,\n CircleProps,\n PathProps,\n LineProps,\n OvalProps,\n PatchProps,\n PointsProps,\n RectProps,\n RoundedRectProps,\n VerticesProps,\n TextProps,\n DiffRectProps,\n TextPathProps,\n TextBlobProps,\n GlyphsProps,\n PictureProps,\n ImageSVGProps,\n DrawingNodeProps,\n BoxProps,\n BoxShadowProps,\n AtlasProps,\n} from \"./Drawings\";\nimport type { BlurMaskFilterProps } from \"./MaskFilters\";\nimport type {\n FractalNoiseProps,\n SweepGradientProps,\n ImageShaderProps,\n LinearGradientProps,\n ShaderProps,\n TurbulenceProps,\n TwoPointConicalGradientProps,\n RadialGradientProps,\n ColorProps,\n} from \"./Shaders\";\nimport type {\n CornerPathEffectProps,\n DashPathEffectProps,\n DiscretePathEffectProps,\n Line2DPathEffectProps,\n Path1DPathEffectProps,\n Path2DPathEffectProps,\n} from \"./PathEffects\";\nimport type { ParagraphProps } from \"./Paragraph\";\n\ntype ImageFilterNode<P> = DeclarationNode<P>;\n\ntype PathEffectNode<P> = DeclarationNode<P>;\ntype NullablePathEffectNode<P> = DeclarationNode<P>;\n\ntype DrawingNode<P extends GroupProps> = RenderNode<P>;\n\nexport interface SkDOM {\n Layer(props?: ChildrenProps): RenderNode<ChildrenProps>;\n Group(props?: GroupProps): RenderNode<GroupProps>;\n Paint(props: PaintProps): DeclarationNode<PaintProps>;\n\n // Drawings\n Fill(props?: DrawingNodeProps): DrawingNode<DrawingNodeProps>;\n Image(props: ImageProps): DrawingNode<ImageProps>;\n Circle(props: CircleProps): DrawingNode<CircleProps>;\n Path(props: PathProps): DrawingNode<PathProps>;\n Line(props: LineProps): DrawingNode<LineProps>;\n Oval(props: OvalProps): DrawingNode<OvalProps>;\n Patch(props: PatchProps): DrawingNode<PatchProps>;\n Points(props: PointsProps): DrawingNode<PointsProps>;\n Rect(props: RectProps): DrawingNode<RectProps>;\n RRect(props: RoundedRectProps): DrawingNode<RoundedRectProps>;\n Vertices(props: VerticesProps): DrawingNode<VerticesProps>;\n Text(props: TextProps): DrawingNode<TextProps>;\n TextPath(props: TextPathProps): DrawingNode<TextPathProps>;\n TextBlob(props: TextBlobProps): DrawingNode<TextBlobProps>;\n Glyphs(props: GlyphsProps): DrawingNode<GlyphsProps>;\n DiffRect(props: DiffRectProps): DrawingNode<DiffRectProps>;\n Picture(props: PictureProps): DrawingNode<PictureProps>;\n ImageSVG(props: ImageSVGProps): DrawingNode<ImageSVGProps>;\n Atlas(props: AtlasProps): DrawingNode<AtlasProps>;\n\n // BlurMaskFilters\n BlurMaskFilter(\n props: BlurMaskFilterProps\n ): DeclarationNode<BlurMaskFilterProps>;\n\n // ImageFilters\n BlendImageFilter(\n props: BlendImageFilterProps\n ): ImageFilterNode<BlendImageFilterProps>;\n BlurImageFilter(\n props: BlurImageFilterProps\n ): ImageFilterNode<BlurImageFilterProps>;\n OffsetImageFilter(\n props: OffsetImageFilterProps\n ): ImageFilterNode<OffsetImageFilterProps>;\n DropShadowImageFilter(\n props: DropShadowImageFilterProps\n ): ImageFilterNode<DropShadowImageFilterProps>;\n MorphologyImageFilter(\n props: MorphologyImageFilterProps\n ): ImageFilterNode<MorphologyImageFilterProps>;\n DisplacementMapImageFilter(\n props: DisplacementMapImageFilterProps\n ): ImageFilterNode<DisplacementMapImageFilterProps>;\n RuntimeShaderImageFilter(\n props: RuntimeShaderImageFilterProps\n ): ImageFilterNode<RuntimeShaderImageFilterProps>;\n\n // ColorFilters\n MatrixColorFilter(\n props: MatrixColorFilterProps\n ): DeclarationNode<MatrixColorFilterProps>;\n BlendColorFilter(\n props: BlendColorFilterProps\n ): DeclarationNode<BlendColorFilterProps>;\n LumaColorFilter(): DeclarationNode<null>;\n LinearToSRGBGammaColorFilter(): DeclarationNode<null>;\n SRGBToLinearGammaColorFilter(): DeclarationNode<null>;\n LerpColorFilter(\n props: LerpColorFilterProps\n ): DeclarationNode<LerpColorFilterProps>;\n\n // Shaders\n Shader(props: ShaderProps): DeclarationNode<ShaderProps>;\n ImageShader(props: ImageShaderProps): DeclarationNode<ImageShaderProps>;\n ColorShader(props: ColorProps): DeclarationNode<ColorProps>;\n Turbulence(props: TurbulenceProps): DeclarationNode<TurbulenceProps>;\n FractalNoise(props: FractalNoiseProps): DeclarationNode<FractalNoiseProps>;\n LinearGradient(\n props: LinearGradientProps\n ): DeclarationNode<LinearGradientProps>;\n RadialGradient(\n props: RadialGradientProps\n ): DeclarationNode<RadialGradientProps>;\n SweepGradient(props: SweepGradientProps): DeclarationNode<SweepGradientProps>;\n TwoPointConicalGradient(\n props: TwoPointConicalGradientProps\n ): DeclarationNode<TwoPointConicalGradientProps>;\n\n // Path Effects\n CornerPathEffect(\n props: CornerPathEffectProps\n ): NullablePathEffectNode<CornerPathEffectProps>;\n DiscretePathEffect(\n props: DiscretePathEffectProps\n ): PathEffectNode<DiscretePathEffectProps>;\n DashPathEffect(\n props: DashPathEffectProps\n ): PathEffectNode<DashPathEffectProps>;\n Path1DPathEffect(\n props: Path1DPathEffectProps\n ): NullablePathEffectNode<Path1DPathEffectProps>;\n Path2DPathEffect(\n props: Path2DPathEffectProps\n ): NullablePathEffectNode<Path2DPathEffectProps>;\n SumPathEffect(): NullablePathEffectNode<null>;\n Line2DPathEffect(\n props: Line2DPathEffectProps\n ): NullablePathEffectNode<Line2DPathEffectProps>;\n\n // Mixed\n Blend(props: BlendProps): DeclarationNode<BlendProps>;\n BackdropFilter(props: ChildrenProps): RenderNode<ChildrenProps>;\n Box(props: BoxProps): RenderNode<BoxProps>;\n BoxShadow(props: BoxShadowProps): DeclarationNode<BoxShadowProps>;\n\n // Paragraph\n Paragraph(props: ParagraphProps): RenderNode<ParagraphProps>;\n}\n"],"mappings":"","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export * from \"./DrawingContext\";\nexport * from \"./DeclarationContext\";\nexport * from \"./Node\";\nexport * from \"./NodeType\";\nexport * from \"./SkDOM\";\nexport * from \"./Common\";\nexport * from \"./Drawings\";\nexport * from \"./ImageFilters\";\nexport * from \"./ColorFilters\";\nexport * from \"./MaskFilters\";\nexport * from \"./PathEffects\";\nexport * from \"./Shaders\";\nexport * from \"./Paragraph\";\n"],"mappings":"AAAA,cAAc,kBAAkB;AAChC,cAAc,sBAAsB;AACpC,cAAc,QAAQ;AACtB,cAAc,YAAY;AAC1B,cAAc,SAAS;AACvB,cAAc,UAAU;AACxB,cAAc,YAAY;AAC1B,cAAc,gBAAgB;AAC9B,cAAc,gBAAgB;AAC9B,cAAc,eAAe;AAC7B,cAAc,eAAe;AAC7B,cAAc,WAAW;AACzB,cAAc,aAAa"}
1
+ {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export * from \"./DrawingContext\";\nexport * from \"./DeclarationContext\";\nexport * from \"./Node\";\nexport * from \"./NodeType\";\nexport * from \"./SkDOM\";\nexport * from \"./Common\";\nexport * from \"./Drawings\";\nexport * from \"./ImageFilters\";\nexport * from \"./ColorFilters\";\nexport * from \"./MaskFilters\";\nexport * from \"./PathEffects\";\nexport * from \"./Shaders\";\nexport * from \"./Paragraph\";\n"],"mappings":"AAAA,cAAc,kBAAkB;AAChC,cAAc,sBAAsB;AACpC,cAAc,QAAQ;AACtB,cAAc,YAAY;AAC1B,cAAc,SAAS;AACvB,cAAc,UAAU;AACxB,cAAc,YAAY;AAC1B,cAAc,gBAAgB;AAC9B,cAAc,gBAAgB;AAC9B,cAAc,eAAe;AAC7B,cAAc,eAAe;AAC7B,cAAc,WAAW;AACzB,cAAc,aAAa","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":["createModuleProxy","getModule","holder","module","undefined","proxy","Proxy","get","target","property","OptionalDependencyNotInstalledError","Error","constructor","name"],"sources":["ModuleProxy.ts"],"sourcesContent":["// https://github.com/mrousavy/react-native-vision-camera/blob/main/package/src/dependencies/ModuleProxy.ts\ntype ImportType = ReturnType<typeof require>;\n\n/**\n * Create a lazily-imported module proxy.\n * This is useful for lazily requiring optional dependencies.\n */\nexport const createModuleProxy = <TModule>(\n getModule: () => ImportType\n): TModule => {\n const holder: { module: TModule | undefined } = { module: undefined };\n\n const proxy = new Proxy(holder, {\n get: (target, property) => {\n if (target.module == null) {\n // lazy initialize module via require()\n // caller needs to make sure the require() call is wrapped in a try/catch\n target.module = getModule() as TModule;\n }\n return target.module[property as keyof typeof holder.module];\n },\n });\n return proxy as unknown as TModule;\n};\n\nexport class OptionalDependencyNotInstalledError extends Error {\n constructor(name: string) {\n super(`${name} is not installed!`);\n }\n}\n"],"mappings":"AAAA;;AAGA;AACA;AACA;AACA;AACA,OAAO,MAAMA,iBAAiB,GAC5BC,SAA2B,IACf;EACZ,MAAMC,MAAuC,GAAG;IAAEC,MAAM,EAAEC;EAAU,CAAC;EAErE,MAAMC,KAAK,GAAG,IAAIC,KAAK,CAACJ,MAAM,EAAE;IAC9BK,GAAG,EAAEA,CAACC,MAAM,EAAEC,QAAQ,KAAK;MACzB,IAAID,MAAM,CAACL,MAAM,IAAI,IAAI,EAAE;QACzB;QACA;QACAK,MAAM,CAACL,MAAM,GAAGF,SAAS,CAAC,CAAY;MACxC;MACA,OAAOO,MAAM,CAACL,MAAM,CAACM,QAAQ,CAA+B;IAC9D;EACF,CAAC,CAAC;EACF,OAAOJ,KAAK;AACd,CAAC;AAED,OAAO,MAAMK,mCAAmC,SAASC,KAAK,CAAC;EAC7DC,WAAWA,CAACC,IAAY,EAAE;IACxB,KAAK,CAAE,GAAEA,IAAK,oBAAmB,CAAC;EACpC;AACF"}
1
+ {"version":3,"names":["createModuleProxy","getModule","holder","module","undefined","proxy","Proxy","get","target","property","OptionalDependencyNotInstalledError","Error","constructor","name"],"sources":["ModuleProxy.ts"],"sourcesContent":["// https://github.com/mrousavy/react-native-vision-camera/blob/main/package/src/dependencies/ModuleProxy.ts\ntype ImportType = ReturnType<typeof require>;\n\n/**\n * Create a lazily-imported module proxy.\n * This is useful for lazily requiring optional dependencies.\n */\nexport const createModuleProxy = <TModule>(\n getModule: () => ImportType\n): TModule => {\n const holder: { module: TModule | undefined } = { module: undefined };\n\n const proxy = new Proxy(holder, {\n get: (target, property) => {\n if (target.module == null) {\n // lazy initialize module via require()\n // caller needs to make sure the require() call is wrapped in a try/catch\n target.module = getModule() as TModule;\n }\n return target.module[property as keyof typeof holder.module];\n },\n });\n return proxy as unknown as TModule;\n};\n\nexport class OptionalDependencyNotInstalledError extends Error {\n constructor(name: string) {\n super(`${name} is not installed!`);\n }\n}\n"],"mappings":"AAAA;;AAGA;AACA;AACA;AACA;AACA,OAAO,MAAMA,iBAAiB,GAC5BC,SAA2B,IACf;EACZ,MAAMC,MAAuC,GAAG;IAAEC,MAAM,EAAEC;EAAU,CAAC;EAErE,MAAMC,KAAK,GAAG,IAAIC,KAAK,CAACJ,MAAM,EAAE;IAC9BK,GAAG,EAAEA,CAACC,MAAM,EAAEC,QAAQ,KAAK;MACzB,IAAID,MAAM,CAACL,MAAM,IAAI,IAAI,EAAE;QACzB;QACA;QACAK,MAAM,CAACL,MAAM,GAAGF,SAAS,CAAC,CAAY;MACxC;MACA,OAAOO,MAAM,CAACL,MAAM,CAACM,QAAQ,CAA+B;IAC9D;EACF,CAAC,CAAC;EACF,OAAOJ,KAAK;AACd,CAAC;AAED,OAAO,MAAMK,mCAAmC,SAASC,KAAK,CAAC;EAC7DC,WAAWA,CAACC,IAAY,EAAE;IACxB,KAAK,CAAC,GAAGA,IAAI,oBAAoB,CAAC;EACpC;AACF","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export * from \"./reanimated\";\n"],"mappings":"AAAA,cAAc,cAAc"}
1
+ {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export * from \"./reanimated\";\n"],"mappings":"AAAA,cAAc,cAAc","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":["OptionalDependencyNotInstalledError","createModuleProxy","Reanimated","require","e"],"sources":["ReanimatedProxy.ts"],"sourcesContent":["import type * as ReanimatedT from \"react-native-reanimated\";\n\nimport {\n OptionalDependencyNotInstalledError,\n createModuleProxy,\n} from \"../ModuleProxy\";\ntype TReanimated = typeof ReanimatedT;\n\nconst Reanimated = createModuleProxy<TReanimated>(() => {\n try {\n return require(\"react-native-reanimated\");\n } catch (e) {\n throw new OptionalDependencyNotInstalledError(\"react-native-reanimated\");\n }\n});\n\n// eslint-disable-next-line import/no-default-export\nexport default Reanimated;\n"],"mappings":"AAEA,SACEA,mCAAmC,EACnCC,iBAAiB,QACZ,gBAAgB;AAGvB,MAAMC,UAAU,GAAGD,iBAAiB,CAAc,MAAM;EACtD,IAAI;IACF,OAAOE,OAAO,CAAC,yBAAyB,CAAC;EAC3C,CAAC,CAAC,OAAOC,CAAC,EAAE;IACV,MAAM,IAAIJ,mCAAmC,CAAC,yBAAyB,CAAC;EAC1E;AACF,CAAC,CAAC;;AAEF;AACA,eAAeE,UAAU"}
1
+ {"version":3,"names":["OptionalDependencyNotInstalledError","createModuleProxy","Reanimated","require","e"],"sources":["ReanimatedProxy.ts"],"sourcesContent":["import type * as ReanimatedT from \"react-native-reanimated\";\n\nimport {\n OptionalDependencyNotInstalledError,\n createModuleProxy,\n} from \"../ModuleProxy\";\ntype TReanimated = typeof ReanimatedT;\n\nconst Reanimated = createModuleProxy<TReanimated>(() => {\n try {\n return require(\"react-native-reanimated\");\n } catch (e) {\n throw new OptionalDependencyNotInstalledError(\"react-native-reanimated\");\n }\n});\n\n// eslint-disable-next-line import/no-default-export\nexport default Reanimated;\n"],"mappings":"AAEA,SACEA,mCAAmC,EACnCC,iBAAiB,QACZ,gBAAgB;AAGvB,MAAMC,UAAU,GAAGD,iBAAiB,CAAc,MAAM;EACtD,IAAI;IACF,OAAOE,OAAO,CAAC,yBAAyB,CAAC;EAC3C,CAAC,CAAC,OAAOC,CAAC,EAAE;IACV,MAAM,IAAIJ,mCAAmC,CAAC,yBAAyB,CAAC;EAC1E;AACF,CAAC,CAAC;;AAEF;AACA,eAAeE,UAAU","ignoreList":[]}
@@ -1,7 +1,7 @@
1
1
  import type { SkColor, SkHostRect, SkPoint, SkRSXform } from "../../skia/types";
2
2
  type Modifier<T> = (input: T, index: number) => void;
3
- export declare const useRectBuffer: (size: number, modifier: Modifier<SkHostRect>) => import("react-native-reanimated/lib/typescript/reanimated2/commonTypes").SharedValue<SkHostRect[]>;
4
- export declare const useRSXformBuffer: (size: number, modifier: Modifier<SkRSXform>) => import("react-native-reanimated/lib/typescript/reanimated2/commonTypes").SharedValue<SkRSXform[]>;
5
- export declare const usePointBuffer: (size: number, modifier: Modifier<SkPoint>) => import("react-native-reanimated/lib/typescript/reanimated2/commonTypes").SharedValue<SkPoint[]>;
6
- export declare const useColorBuffer: (size: number, modifier: Modifier<SkColor>) => import("react-native-reanimated/lib/typescript/reanimated2/commonTypes").SharedValue<Float32Array[]>;
3
+ export declare const useRectBuffer: (size: number, modifier: Modifier<SkHostRect>) => import("react-native-reanimated/lib/typescript/commonTypes").Mutable<SkHostRect[]>;
4
+ export declare const useRSXformBuffer: (size: number, modifier: Modifier<SkRSXform>) => import("react-native-reanimated/lib/typescript/commonTypes").Mutable<SkRSXform[]>;
5
+ export declare const usePointBuffer: (size: number, modifier: Modifier<SkPoint>) => import("react-native-reanimated/lib/typescript/commonTypes").Mutable<SkPoint[]>;
6
+ export declare const useColorBuffer: (size: number, modifier: Modifier<SkColor>) => import("react-native-reanimated/lib/typescript/commonTypes").Mutable<Float32Array[]>;
7
7
  export {};
@@ -1 +1 @@
1
- {"version":3,"names":["useEffect","useMemo","Skia","notifyChange","Rea","useBufferValue","size","bufferInitializer","makeMutable","Array","fill","map","useBuffer","modifier","_mod$__closure","values","mod","deps","Object","__closure","mapperId","startMapper","value","forEach","val","index","stopMapper","useRectBuffer","XYWHRect","useRSXformBuffer","RSXform","usePointBuffer","Point","useColorBuffer","Color"],"sources":["buffers.ts"],"sourcesContent":["import { useEffect, useMemo } from \"react\";\nimport type { WorkletFunction } from \"react-native-reanimated/lib/typescript/reanimated2/commonTypes\";\n\nimport type { SkColor, SkHostRect, SkPoint, SkRSXform } from \"../../skia/types\";\nimport { Skia } from \"../../skia\";\n\nimport { notifyChange } from \"./interpolators\";\nimport Rea from \"./ReanimatedProxy\";\n\ntype Modifier<T> = (input: T, index: number) => void;\n\nconst useBufferValue = <T>(size: number, bufferInitializer: () => T) => {\n return useMemo(\n () => Rea.makeMutable(new Array(size).fill(0).map(bufferInitializer)),\n // eslint-disable-next-line react-hooks/exhaustive-deps\n [size]\n );\n};\n\nconst useBuffer = <T>(\n size: number,\n bufferInitializer: () => T,\n modifier: Modifier<T>\n) => {\n const values = useBufferValue(size, bufferInitializer);\n const mod = modifier as WorkletFunction;\n const deps = [size, ...Object.values(mod.__closure ?? {})];\n const mapperId = Rea.startMapper(() => {\n \"worklet\";\n values.value.forEach((val, index) => {\n modifier(val, index);\n });\n notifyChange(values);\n }, deps);\n\n useEffect(() => {\n return () => {\n Rea.stopMapper(mapperId);\n };\n }, [mapperId]);\n\n return values;\n};\n\nexport const useRectBuffer = (size: number, modifier: Modifier<SkHostRect>) =>\n useBuffer(size, () => Skia.XYWHRect(0, 0, 0, 0), modifier);\n\n// Usage for RSXform Buffer\nexport const useRSXformBuffer = (size: number, modifier: Modifier<SkRSXform>) =>\n useBuffer(size, () => Skia.RSXform(1, 0, 0, 0), modifier);\n\n// Usage for Point Buffer\nexport const usePointBuffer = (size: number, modifier: Modifier<SkPoint>) =>\n useBuffer(size, () => Skia.Point(0, 0), modifier);\n\n// Usage for Color Buffer\nexport const useColorBuffer = (size: number, modifier: Modifier<SkColor>) =>\n useBuffer(size, () => Skia.Color(\"black\"), modifier);\n"],"mappings":"AAAA,SAASA,SAAS,EAAEC,OAAO,QAAQ,OAAO;AAI1C,SAASC,IAAI,QAAQ,YAAY;AAEjC,SAASC,YAAY,QAAQ,iBAAiB;AAC9C,OAAOC,GAAG,MAAM,mBAAmB;AAInC,MAAMC,cAAc,GAAGA,CAAIC,IAAY,EAAEC,iBAA0B,KAAK;EACtE,OAAON,OAAO,CACZ,MAAMG,GAAG,CAACI,WAAW,CAAC,IAAIC,KAAK,CAACH,IAAI,CAAC,CAACI,IAAI,CAAC,CAAC,CAAC,CAACC,GAAG,CAACJ,iBAAiB,CAAC,CAAC;EACrE;EACA,CAACD,IAAI,CACP,CAAC;AACH,CAAC;AAED,MAAMM,SAAS,GAAGA,CAChBN,IAAY,EACZC,iBAA0B,EAC1BM,QAAqB,KAClB;EAAA,IAAAC,cAAA;EACH,MAAMC,MAAM,GAAGV,cAAc,CAACC,IAAI,EAAEC,iBAAiB,CAAC;EACtD,MAAMS,GAAG,GAAGH,QAA2B;EACvC,MAAMI,IAAI,GAAG,CAACX,IAAI,EAAE,GAAGY,MAAM,CAACH,MAAM,EAAAD,cAAA,GAACE,GAAG,CAACG,SAAS,cAAAL,cAAA,cAAAA,cAAA,GAAI,CAAC,CAAC,CAAC,CAAC;EAC1D,MAAMM,QAAQ,GAAGhB,GAAG,CAACiB,WAAW,CAAC,MAAM;IACrC,SAAS;;IACTN,MAAM,CAACO,KAAK,CAACC,OAAO,CAAC,CAACC,GAAG,EAAEC,KAAK,KAAK;MACnCZ,QAAQ,CAACW,GAAG,EAAEC,KAAK,CAAC;IACtB,CAAC,CAAC;IACFtB,YAAY,CAACY,MAAM,CAAC;EACtB,CAAC,EAAEE,IAAI,CAAC;EAERjB,SAAS,CAAC,MAAM;IACd,OAAO,MAAM;MACXI,GAAG,CAACsB,UAAU,CAACN,QAAQ,CAAC;IAC1B,CAAC;EACH,CAAC,EAAE,CAACA,QAAQ,CAAC,CAAC;EAEd,OAAOL,MAAM;AACf,CAAC;AAED,OAAO,MAAMY,aAAa,GAAGA,CAACrB,IAAY,EAAEO,QAA8B,KACxED,SAAS,CAACN,IAAI,EAAE,MAAMJ,IAAI,CAAC0B,QAAQ,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAAEf,QAAQ,CAAC;;AAE5D;AACA,OAAO,MAAMgB,gBAAgB,GAAGA,CAACvB,IAAY,EAAEO,QAA6B,KAC1ED,SAAS,CAACN,IAAI,EAAE,MAAMJ,IAAI,CAAC4B,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAAEjB,QAAQ,CAAC;;AAE3D;AACA,OAAO,MAAMkB,cAAc,GAAGA,CAACzB,IAAY,EAAEO,QAA2B,KACtED,SAAS,CAACN,IAAI,EAAE,MAAMJ,IAAI,CAAC8B,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,EAAEnB,QAAQ,CAAC;;AAEnD;AACA,OAAO,MAAMoB,cAAc,GAAGA,CAAC3B,IAAY,EAAEO,QAA2B,KACtED,SAAS,CAACN,IAAI,EAAE,MAAMJ,IAAI,CAACgC,KAAK,CAAC,OAAO,CAAC,EAAErB,QAAQ,CAAC"}
1
+ {"version":3,"names":["useEffect","useMemo","Skia","notifyChange","Rea","useBufferValue","size","bufferInitializer","makeMutable","Array","fill","map","useBuffer","modifier","_mod$__closure","values","mod","deps","Object","__closure","mapperId","startMapper","value","forEach","val","index","stopMapper","useRectBuffer","XYWHRect","useRSXformBuffer","RSXform","usePointBuffer","Point","useColorBuffer","Color"],"sources":["buffers.ts"],"sourcesContent":["import { useEffect, useMemo } from \"react\";\nimport type { WorkletFunction } from \"react-native-reanimated/lib/typescript/commonTypes\";\n\nimport type { SkColor, SkHostRect, SkPoint, SkRSXform } from \"../../skia/types\";\nimport { Skia } from \"../../skia\";\n\nimport { notifyChange } from \"./interpolators\";\nimport Rea from \"./ReanimatedProxy\";\n\ntype Modifier<T> = (input: T, index: number) => void;\n\nconst useBufferValue = <T>(size: number, bufferInitializer: () => T) => {\n return useMemo(\n () => Rea.makeMutable(new Array(size).fill(0).map(bufferInitializer)),\n // eslint-disable-next-line react-hooks/exhaustive-deps\n [size]\n );\n};\n\nconst useBuffer = <T>(\n size: number,\n bufferInitializer: () => T,\n modifier: Modifier<T>\n) => {\n const values = useBufferValue(size, bufferInitializer);\n const mod = modifier as WorkletFunction;\n const deps = [size, ...Object.values(mod.__closure ?? {})];\n const mapperId = Rea.startMapper(() => {\n \"worklet\";\n values.value.forEach((val, index) => {\n modifier(val, index);\n });\n notifyChange(values);\n }, deps);\n\n useEffect(() => {\n return () => {\n Rea.stopMapper(mapperId);\n };\n }, [mapperId]);\n\n return values;\n};\n\nexport const useRectBuffer = (size: number, modifier: Modifier<SkHostRect>) =>\n useBuffer(size, () => Skia.XYWHRect(0, 0, 0, 0), modifier);\n\n// Usage for RSXform Buffer\nexport const useRSXformBuffer = (size: number, modifier: Modifier<SkRSXform>) =>\n useBuffer(size, () => Skia.RSXform(1, 0, 0, 0), modifier);\n\n// Usage for Point Buffer\nexport const usePointBuffer = (size: number, modifier: Modifier<SkPoint>) =>\n useBuffer(size, () => Skia.Point(0, 0), modifier);\n\n// Usage for Color Buffer\nexport const useColorBuffer = (size: number, modifier: Modifier<SkColor>) =>\n useBuffer(size, () => Skia.Color(\"black\"), modifier);\n"],"mappings":"AAAA,SAASA,SAAS,EAAEC,OAAO,QAAQ,OAAO;AAI1C,SAASC,IAAI,QAAQ,YAAY;AAEjC,SAASC,YAAY,QAAQ,iBAAiB;AAC9C,OAAOC,GAAG,MAAM,mBAAmB;AAInC,MAAMC,cAAc,GAAGA,CAAIC,IAAY,EAAEC,iBAA0B,KAAK;EACtE,OAAON,OAAO,CACZ,MAAMG,GAAG,CAACI,WAAW,CAAC,IAAIC,KAAK,CAACH,IAAI,CAAC,CAACI,IAAI,CAAC,CAAC,CAAC,CAACC,GAAG,CAACJ,iBAAiB,CAAC,CAAC;EACrE;EACA,CAACD,IAAI,CACP,CAAC;AACH,CAAC;AAED,MAAMM,SAAS,GAAGA,CAChBN,IAAY,EACZC,iBAA0B,EAC1BM,QAAqB,KAClB;EAAA,IAAAC,cAAA;EACH,MAAMC,MAAM,GAAGV,cAAc,CAACC,IAAI,EAAEC,iBAAiB,CAAC;EACtD,MAAMS,GAAG,GAAGH,QAA2B;EACvC,MAAMI,IAAI,GAAG,CAACX,IAAI,EAAE,GAAGY,MAAM,CAACH,MAAM,EAAAD,cAAA,GAACE,GAAG,CAACG,SAAS,cAAAL,cAAA,cAAAA,cAAA,GAAI,CAAC,CAAC,CAAC,CAAC;EAC1D,MAAMM,QAAQ,GAAGhB,GAAG,CAACiB,WAAW,CAAC,MAAM;IACrC,SAAS;;IACTN,MAAM,CAACO,KAAK,CAACC,OAAO,CAAC,CAACC,GAAG,EAAEC,KAAK,KAAK;MACnCZ,QAAQ,CAACW,GAAG,EAAEC,KAAK,CAAC;IACtB,CAAC,CAAC;IACFtB,YAAY,CAACY,MAAM,CAAC;EACtB,CAAC,EAAEE,IAAI,CAAC;EAERjB,SAAS,CAAC,MAAM;IACd,OAAO,MAAM;MACXI,GAAG,CAACsB,UAAU,CAACN,QAAQ,CAAC;IAC1B,CAAC;EACH,CAAC,EAAE,CAACA,QAAQ,CAAC,CAAC;EAEd,OAAOL,MAAM;AACf,CAAC;AAED,OAAO,MAAMY,aAAa,GAAGA,CAACrB,IAAY,EAAEO,QAA8B,KACxED,SAAS,CAACN,IAAI,EAAE,MAAMJ,IAAI,CAAC0B,QAAQ,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAAEf,QAAQ,CAAC;;AAE5D;AACA,OAAO,MAAMgB,gBAAgB,GAAGA,CAACvB,IAAY,EAAEO,QAA6B,KAC1ED,SAAS,CAACN,IAAI,EAAE,MAAMJ,IAAI,CAAC4B,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAAEjB,QAAQ,CAAC;;AAE3D;AACA,OAAO,MAAMkB,cAAc,GAAGA,CAACzB,IAAY,EAAEO,QAA2B,KACtED,SAAS,CAACN,IAAI,EAAE,MAAMJ,IAAI,CAAC8B,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,EAAEnB,QAAQ,CAAC;;AAEnD;AACA,OAAO,MAAMoB,cAAc,GAAGA,CAAC3B,IAAY,EAAEO,QAA2B,KACtED,SAAS,CAACN,IAAI,EAAE,MAAMJ,IAAI,CAACgC,KAAK,CAAC,OAAO,CAAC,EAAErB,QAAQ,CAAC","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export * from \"./useAnimatedImageValue\";\nexport * from \"./useDerivedValueOnJS\";\nexport * from \"./renderHelpers\";\nexport * from \"./interpolators\";\nexport * from \"./textures\";\nexport * from \"./buffers\";\nexport * from \"./useVideo\";\n"],"mappings":"AAAA,cAAc,yBAAyB;AACvC,cAAc,uBAAuB;AACrC,cAAc,iBAAiB;AAC/B,cAAc,iBAAiB;AAC/B,cAAc,YAAY;AAC1B,cAAc,WAAW;AACzB,cAAc,YAAY"}
1
+ {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export * from \"./useAnimatedImageValue\";\nexport * from \"./useDerivedValueOnJS\";\nexport * from \"./renderHelpers\";\nexport * from \"./interpolators\";\nexport * from \"./textures\";\nexport * from \"./buffers\";\nexport * from \"./useVideo\";\n"],"mappings":"AAAA,cAAc,yBAAyB;AACvC,cAAc,uBAAuB;AACrC,cAAc,iBAAiB;AAC/B,cAAc,iBAAiB;AAC/B,cAAc,YAAY;AAC1B,cAAc,WAAW;AACzB,cAAc,YAAY","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":["useCallback","useMemo","interpolatePaths","interpolateVector","Skia","isOnMainThread","Rea","notifyChange","value","_value","usePathValue","cb","init","pathInit","Path","Make","path","useSharedValue","useDerivedValue","reset","undefined","addPath","useClock","clock","callback","info","timeSinceFirstFrame","useFrameCallback","useInterpolator","factory","interpolator","input","output","options","result","useAnimatedReaction","val","usePathInterpolation","outputRange","allPathsInterpolable","slice","every","isInterpolatable","Error","useVectorInterpolation","Point"],"sources":["interpolators.ts"],"sourcesContent":["import type {\n ExtrapolationType,\n FrameInfo,\n SharedValue,\n} from \"react-native-reanimated\";\nimport { useCallback, useMemo } from \"react\";\n\nimport type { SkPath, SkPoint } from \"../../skia/types\";\nimport { interpolatePaths, interpolateVector } from \"../../animation\";\nimport { Skia } from \"../../skia\";\nimport { isOnMainThread } from \"../../renderer/Offscreen\";\n\nimport Rea from \"./ReanimatedProxy\";\n\nexport const notifyChange = (value: SharedValue<unknown>) => {\n \"worklet\";\n if (isOnMainThread()) {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n (value as any)._value = value.value;\n }\n};\n\nexport const usePathValue = (cb: (path: SkPath) => void, init?: SkPath) => {\n const pathInit = useMemo(() => Skia.Path.Make(), []);\n const path = Rea.useSharedValue(pathInit);\n Rea.useDerivedValue(() => {\n path.value.reset();\n if (init !== undefined) {\n path.value.addPath(init);\n }\n cb(path.value);\n notifyChange(path);\n });\n return path;\n};\n\nexport const useClock = () => {\n const clock = Rea.useSharedValue(0);\n const callback = useCallback(\n (info: FrameInfo) => {\n \"worklet\";\n clock.value = info.timeSinceFirstFrame;\n },\n [clock]\n );\n Rea.useFrameCallback(callback);\n return clock;\n};\n\n/**\n * @worklet\n */\ntype Interpolator<T> = (\n value: number,\n input: number[],\n output: T[],\n options: ExtrapolationType,\n result: T\n) => T;\n\nconst useInterpolator = <T>(\n factory: () => T,\n value: SharedValue<number>,\n interpolator: Interpolator<T>,\n input: number[],\n output: T[],\n options?: ExtrapolationType\n) => {\n // eslint-disable-next-line react-hooks/exhaustive-deps\n const init = useMemo(() => factory(), []);\n const result = Rea.useSharedValue(init);\n Rea.useAnimatedReaction(\n () => value.value,\n (val) => {\n result.value = interpolator(val, input, output, options, result.value);\n notifyChange(result);\n },\n [input, output, options]\n );\n return result;\n};\n\nexport const usePathInterpolation = (\n value: SharedValue<number>,\n input: number[],\n outputRange: SkPath[],\n options?: ExtrapolationType\n) => {\n // Check if all paths in outputRange are interpolable\n const allPathsInterpolable = outputRange\n .slice(1)\n .every((path) => outputRange[0].isInterpolatable(path));\n if (!allPathsInterpolable) {\n // Handle the case where not all paths are interpolable\n // For example, throw an error or return early\n throw new Error(\n `Not all paths in the output range are interpolable.\nSee: https://shopify.github.io/react-native-skia/docs/animations/hooks#usepathinterpolation`\n );\n }\n return useInterpolator(\n () => Skia.Path.Make(),\n value,\n interpolatePaths,\n input,\n outputRange,\n options\n );\n};\n\nexport const useVectorInterpolation = (\n value: SharedValue<number>,\n input: number[],\n outputRange: SkPoint[],\n options?: ExtrapolationType\n) =>\n useInterpolator(\n () => Skia.Point(0, 0),\n value,\n interpolateVector,\n input,\n outputRange,\n options\n );\n"],"mappings":"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"}
1
+ {"version":3,"names":["useCallback","useMemo","interpolatePaths","interpolateVector","Skia","isOnMainThread","Rea","notifyChange","value","_value","usePathValue","cb","init","pathInit","Path","Make","path","useSharedValue","useDerivedValue","reset","undefined","addPath","useClock","clock","callback","info","timeSinceFirstFrame","useFrameCallback","useInterpolator","factory","interpolator","input","output","options","result","useAnimatedReaction","val","usePathInterpolation","outputRange","allPathsInterpolable","slice","every","isInterpolatable","Error","useVectorInterpolation","Point"],"sources":["interpolators.ts"],"sourcesContent":["import type {\n ExtrapolationType,\n FrameInfo,\n SharedValue,\n} from \"react-native-reanimated\";\nimport { useCallback, useMemo } from \"react\";\n\nimport type { SkPath, SkPoint } from \"../../skia/types\";\nimport { interpolatePaths, interpolateVector } from \"../../animation\";\nimport { Skia } from \"../../skia\";\nimport { isOnMainThread } from \"../../renderer/Offscreen\";\n\nimport Rea from \"./ReanimatedProxy\";\n\nexport const notifyChange = (value: SharedValue<unknown>) => {\n \"worklet\";\n if (isOnMainThread()) {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n (value as any)._value = value.value;\n }\n};\n\nexport const usePathValue = (cb: (path: SkPath) => void, init?: SkPath) => {\n const pathInit = useMemo(() => Skia.Path.Make(), []);\n const path = Rea.useSharedValue(pathInit);\n Rea.useDerivedValue(() => {\n path.value.reset();\n if (init !== undefined) {\n path.value.addPath(init);\n }\n cb(path.value);\n notifyChange(path);\n });\n return path;\n};\n\nexport const useClock = () => {\n const clock = Rea.useSharedValue(0);\n const callback = useCallback(\n (info: FrameInfo) => {\n \"worklet\";\n clock.value = info.timeSinceFirstFrame;\n },\n [clock]\n );\n Rea.useFrameCallback(callback);\n return clock;\n};\n\n/**\n * @worklet\n */\ntype Interpolator<T> = (\n value: number,\n input: number[],\n output: T[],\n options: ExtrapolationType,\n result: T\n) => T;\n\nconst useInterpolator = <T>(\n factory: () => T,\n value: SharedValue<number>,\n interpolator: Interpolator<T>,\n input: number[],\n output: T[],\n options?: ExtrapolationType\n) => {\n // eslint-disable-next-line react-hooks/exhaustive-deps\n const init = useMemo(() => factory(), []);\n const result = Rea.useSharedValue(init);\n Rea.useAnimatedReaction(\n () => value.value,\n (val) => {\n result.value = interpolator(val, input, output, options, result.value);\n notifyChange(result);\n },\n [input, output, options]\n );\n return result;\n};\n\nexport const usePathInterpolation = (\n value: SharedValue<number>,\n input: number[],\n outputRange: SkPath[],\n options?: ExtrapolationType\n) => {\n // Check if all paths in outputRange are interpolable\n const allPathsInterpolable = outputRange\n .slice(1)\n .every((path) => outputRange[0].isInterpolatable(path));\n if (!allPathsInterpolable) {\n // Handle the case where not all paths are interpolable\n // For example, throw an error or return early\n throw new Error(\n `Not all paths in the output range are interpolable.\nSee: https://shopify.github.io/react-native-skia/docs/animations/hooks#usepathinterpolation`\n );\n }\n return useInterpolator(\n () => Skia.Path.Make(),\n value,\n interpolatePaths,\n input,\n outputRange,\n options\n );\n};\n\nexport const useVectorInterpolation = (\n value: SharedValue<number>,\n input: number[],\n outputRange: SkPoint[],\n options?: ExtrapolationType\n) =>\n useInterpolator(\n () => Skia.Point(0, 0),\n value,\n interpolateVector,\n input,\n outputRange,\n options\n );\n"],"mappings":"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","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":["Rea","HAS_REANIMATED","HAS_REANIMATED_3","require","reanimatedVersion","version","includes","e","_bindings","WeakMap","unbindReanimatedNode","node","previousMapperId","get","undefined","stopMapper","extractReanimatedProps","props","reanimatedProps","otherProps","propName","propValue","isSharedValue","value","bindReanimatedProps2","container","sharedValues","Object","values","length","viewId","getNativeId","SkiaViewApi","global","updateProps","setProp","requestRedraw","redraw","mapperId","startMapper","runOnJS","set","bindReanimatedProps"],"sources":["renderHelpers.ts"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-explicit-any */\n\nimport type { Container } from \"../../renderer/Container\";\nimport type { AnimatedProps } from \"../../renderer/processors\";\nimport type { Node } from \"../../dom/types\";\n\nimport Rea from \"./ReanimatedProxy\";\n\nlet HAS_REANIMATED = false;\nlet HAS_REANIMATED_3 = false;\ntry {\n require(\"react-native-reanimated\");\n HAS_REANIMATED = true;\n const reanimatedVersion =\n require(\"react-native-reanimated/package.json\").version;\n if (\n reanimatedVersion &&\n (reanimatedVersion >= \"3.0.0\" || reanimatedVersion.includes(\"3.0.0-\"))\n ) {\n HAS_REANIMATED_3 = true;\n }\n} catch (e) {\n HAS_REANIMATED = false;\n}\n\nconst _bindings = new WeakMap<Node<unknown>, unknown>();\n\nexport const unbindReanimatedNode = (node: Node<unknown>) => {\n if (!HAS_REANIMATED) {\n return;\n }\n const previousMapperId = _bindings.get(node);\n if (previousMapperId !== undefined) {\n Rea.stopMapper(previousMapperId as number);\n }\n};\n\nexport function extractReanimatedProps(props: AnimatedProps<any>) {\n if (!HAS_REANIMATED) {\n return [props, {}];\n }\n const reanimatedProps = {} as AnimatedProps<any>;\n const otherProps = {} as AnimatedProps<any>;\n for (const propName in props) {\n if (propName === \"children\") {\n continue;\n }\n const propValue = props[propName];\n if (Rea.isSharedValue(propValue)) {\n reanimatedProps[propName] = propValue;\n otherProps[propName] = propValue.value;\n } else {\n otherProps[propName] = propValue;\n }\n }\n return [otherProps, reanimatedProps];\n}\n\nfunction bindReanimatedProps2(\n container: Container,\n node: Node<any>,\n reanimatedProps: AnimatedProps<any>\n) {\n const sharedValues = Object.values(reanimatedProps);\n const previousMapperId = _bindings.get(node);\n if (previousMapperId !== undefined) {\n Rea.stopMapper(previousMapperId as number);\n }\n if (sharedValues.length > 0) {\n const viewId = container.getNativeId();\n const { SkiaViewApi } = global;\n const updateProps = () => {\n for (const propName in reanimatedProps) {\n node && node.setProp(propName, reanimatedProps[propName].value);\n }\n // On React Native we use the SkiaViewApi to redraw because it can\n // run on the worklet thread (container.redraw can't)\n // if SkiaViewApi is undefined, we are on web and container.redraw()\n // can safely be invoked\n if (SkiaViewApi) {\n SkiaViewApi.requestRedraw(viewId);\n } else {\n container.redraw();\n }\n };\n const mapperId = Rea.startMapper(() => {\n \"worklet\";\n Rea.runOnJS(updateProps)();\n }, sharedValues);\n _bindings.set(node, mapperId);\n }\n}\n\nexport function bindReanimatedProps(\n container: Container,\n node: Node<any>,\n reanimatedProps: AnimatedProps<any>\n) {\n if (HAS_REANIMATED && !HAS_REANIMATED_3) {\n return bindReanimatedProps2(container, node, reanimatedProps);\n }\n if (!HAS_REANIMATED) {\n return;\n }\n const sharedValues = Object.values(reanimatedProps);\n const previousMapperId = _bindings.get(node);\n if (previousMapperId !== undefined) {\n Rea.stopMapper(previousMapperId as number);\n }\n if (sharedValues.length > 0) {\n const viewId = container.getNativeId();\n const { SkiaViewApi } = global;\n const mapperId = Rea.startMapper(() => {\n \"worklet\";\n if (node) {\n for (const propName in reanimatedProps) {\n node.setProp(propName, reanimatedProps[propName].value);\n }\n }\n // On React Native we use the SkiaViewApi to redraw because it can\n // run on the worklet thread (container.redraw can't)\n // if SkiaViewApi is undefined, we are on web and container.redraw()\n // can safely be invoked\n if (SkiaViewApi) {\n SkiaViewApi.requestRedraw(viewId);\n } else {\n container.redraw();\n }\n }, sharedValues);\n _bindings.set(node, mapperId);\n }\n}\n"],"mappings":"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"}
1
+ {"version":3,"names":["Rea","HAS_REANIMATED","HAS_REANIMATED_3","require","reanimatedVersion","version","includes","e","_bindings","WeakMap","unbindReanimatedNode","node","previousMapperId","get","undefined","stopMapper","extractReanimatedProps","props","reanimatedProps","otherProps","propName","propValue","isSharedValue","value","bindReanimatedProps2","container","sharedValues","Object","values","length","viewId","getNativeId","SkiaViewApi","global","updateProps","setProp","requestRedraw","redraw","mapperId","startMapper","runOnJS","set","bindReanimatedProps"],"sources":["renderHelpers.ts"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-explicit-any */\n\nimport type { Container } from \"../../renderer/Container\";\nimport type { AnimatedProps } from \"../../renderer/processors\";\nimport type { Node } from \"../../dom/types\";\n\nimport Rea from \"./ReanimatedProxy\";\n\nlet HAS_REANIMATED = false;\nlet HAS_REANIMATED_3 = false;\ntry {\n require(\"react-native-reanimated\");\n HAS_REANIMATED = true;\n const reanimatedVersion =\n require(\"react-native-reanimated/package.json\").version;\n if (\n reanimatedVersion &&\n (reanimatedVersion >= \"3.0.0\" || reanimatedVersion.includes(\"3.0.0-\"))\n ) {\n HAS_REANIMATED_3 = true;\n }\n} catch (e) {\n HAS_REANIMATED = false;\n}\n\nconst _bindings = new WeakMap<Node<unknown>, unknown>();\n\nexport const unbindReanimatedNode = (node: Node<unknown>) => {\n if (!HAS_REANIMATED) {\n return;\n }\n const previousMapperId = _bindings.get(node);\n if (previousMapperId !== undefined) {\n Rea.stopMapper(previousMapperId as number);\n }\n};\n\nexport function extractReanimatedProps(props: AnimatedProps<any>) {\n if (!HAS_REANIMATED) {\n return [props, {}];\n }\n const reanimatedProps = {} as AnimatedProps<any>;\n const otherProps = {} as AnimatedProps<any>;\n for (const propName in props) {\n if (propName === \"children\") {\n continue;\n }\n const propValue = props[propName];\n if (Rea.isSharedValue(propValue)) {\n reanimatedProps[propName] = propValue;\n otherProps[propName] = propValue.value;\n } else {\n otherProps[propName] = propValue;\n }\n }\n return [otherProps, reanimatedProps];\n}\n\nfunction bindReanimatedProps2(\n container: Container,\n node: Node<any>,\n reanimatedProps: AnimatedProps<any>\n) {\n const sharedValues = Object.values(reanimatedProps);\n const previousMapperId = _bindings.get(node);\n if (previousMapperId !== undefined) {\n Rea.stopMapper(previousMapperId as number);\n }\n if (sharedValues.length > 0) {\n const viewId = container.getNativeId();\n const { SkiaViewApi } = global;\n const updateProps = () => {\n for (const propName in reanimatedProps) {\n node && node.setProp(propName, reanimatedProps[propName].value);\n }\n // On React Native we use the SkiaViewApi to redraw because it can\n // run on the worklet thread (container.redraw can't)\n // if SkiaViewApi is undefined, we are on web and container.redraw()\n // can safely be invoked\n if (SkiaViewApi) {\n SkiaViewApi.requestRedraw(viewId);\n } else {\n container.redraw();\n }\n };\n const mapperId = Rea.startMapper(() => {\n \"worklet\";\n Rea.runOnJS(updateProps)();\n }, sharedValues);\n _bindings.set(node, mapperId);\n }\n}\n\nexport function bindReanimatedProps(\n container: Container,\n node: Node<any>,\n reanimatedProps: AnimatedProps<any>\n) {\n if (HAS_REANIMATED && !HAS_REANIMATED_3) {\n return bindReanimatedProps2(container, node, reanimatedProps);\n }\n if (!HAS_REANIMATED) {\n return;\n }\n const sharedValues = Object.values(reanimatedProps);\n const previousMapperId = _bindings.get(node);\n if (previousMapperId !== undefined) {\n Rea.stopMapper(previousMapperId as number);\n }\n if (sharedValues.length > 0) {\n const viewId = container.getNativeId();\n const { SkiaViewApi } = global;\n const mapperId = Rea.startMapper(() => {\n \"worklet\";\n if (node) {\n for (const propName in reanimatedProps) {\n node.setProp(propName, reanimatedProps[propName].value);\n }\n }\n // On React Native we use the SkiaViewApi to redraw because it can\n // run on the worklet thread (container.redraw can't)\n // if SkiaViewApi is undefined, we are on web and container.redraw()\n // can safely be invoked\n if (SkiaViewApi) {\n SkiaViewApi.requestRedraw(viewId);\n } else {\n container.redraw();\n }\n }, sharedValues);\n _bindings.set(node, mapperId);\n }\n}\n"],"mappings":"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","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":["useEffect","useMemo","drawAsImageFromPicture","drawAsPicture","Skia","useImage","Rea","createTexture","texture","picture","size","value","useTexture","element","width","height","x","y","usePictureAsTexture","useTextureAsValue","console","warn","useTextureValueFromPicture","useSharedValue","runOnUI","useImageAsTexture","source","image","recorder","PictureRecorder","canvas","beginRecording","drawImage","finishRecordingAsPicture"],"sources":["textures.tsx"],"sourcesContent":["import { useEffect, useMemo } from \"react\";\nimport type { ReactElement } from \"react\";\nimport type { SharedValue } from \"react-native-reanimated\";\n\nimport type {\n DataSourceParam,\n SkImage,\n SkPicture,\n SkSize,\n} from \"../../skia/types\";\nimport {\n drawAsImageFromPicture,\n drawAsPicture,\n} from \"../../renderer/Offscreen\";\nimport { Skia, useImage } from \"../../skia\";\n\nimport Rea from \"./ReanimatedProxy\";\n\nconst createTexture = (\n texture: SharedValue<SkImage | null>,\n picture: SkPicture,\n size: SkSize\n) => {\n \"worklet\";\n texture.value = drawAsImageFromPicture(picture, size);\n};\n\nexport const useTexture = (element: ReactElement, size: SkSize) => {\n const { width, height } = size;\n const picture = useMemo(() => {\n return drawAsPicture(element, {\n x: 0,\n y: 0,\n width,\n height,\n });\n }, [element, width, height]);\n return usePictureAsTexture(picture, size);\n};\n\nexport const useTextureAsValue = (element: ReactElement, size: SkSize) => {\n console.warn(\"useTextureAsValue has been renamed to use useTexture\");\n return useTexture(element, size);\n};\n\nexport const useTextureValueFromPicture = (\n picture: SkPicture | null,\n size: SkSize\n) => {\n console.warn(\n \"useTextureValueFromPicture has been renamed to use usePictureAsTexture\"\n );\n return usePictureAsTexture(picture, size);\n};\n\nexport const usePictureAsTexture = (\n picture: SkPicture | null,\n size: SkSize\n) => {\n const texture = Rea.useSharedValue<SkImage | null>(null);\n useEffect(() => {\n if (picture !== null) {\n Rea.runOnUI(createTexture)(texture, picture, size);\n }\n }, [texture, picture, size]);\n return texture;\n};\n\nexport const useImageAsTexture = (source: DataSourceParam) => {\n const image = useImage(source);\n const size = useMemo(() => {\n if (image) {\n return { width: image.width(), height: image.height() };\n }\n return { width: 0, height: 0 };\n }, [image]);\n const picture = useMemo(() => {\n if (image) {\n const recorder = Skia.PictureRecorder();\n const canvas = recorder.beginRecording({\n x: 0,\n y: 0,\n width: size.width,\n height: size.height,\n });\n canvas.drawImage(image, 0, 0);\n return recorder.finishRecordingAsPicture();\n } else {\n return null;\n }\n }, [size, image]);\n return usePictureAsTexture(picture, size);\n};\n"],"mappings":"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"}
1
+ {"version":3,"names":["useEffect","useMemo","drawAsImageFromPicture","drawAsPicture","Skia","useImage","Rea","createTexture","texture","picture","size","value","useTexture","element","width","height","x","y","usePictureAsTexture","useTextureAsValue","console","warn","useTextureValueFromPicture","useSharedValue","runOnUI","useImageAsTexture","source","image","recorder","PictureRecorder","canvas","beginRecording","drawImage","finishRecordingAsPicture"],"sources":["textures.tsx"],"sourcesContent":["import { useEffect, useMemo } from \"react\";\nimport type { ReactElement } from \"react\";\nimport type { SharedValue } from \"react-native-reanimated\";\n\nimport type {\n DataSourceParam,\n SkImage,\n SkPicture,\n SkSize,\n} from \"../../skia/types\";\nimport {\n drawAsImageFromPicture,\n drawAsPicture,\n} from \"../../renderer/Offscreen\";\nimport { Skia, useImage } from \"../../skia\";\n\nimport Rea from \"./ReanimatedProxy\";\n\nconst createTexture = (\n texture: SharedValue<SkImage | null>,\n picture: SkPicture,\n size: SkSize\n) => {\n \"worklet\";\n texture.value = drawAsImageFromPicture(picture, size);\n};\n\nexport const useTexture = (element: ReactElement, size: SkSize) => {\n const { width, height } = size;\n const picture = useMemo(() => {\n return drawAsPicture(element, {\n x: 0,\n y: 0,\n width,\n height,\n });\n }, [element, width, height]);\n return usePictureAsTexture(picture, size);\n};\n\nexport const useTextureAsValue = (element: ReactElement, size: SkSize) => {\n console.warn(\"useTextureAsValue has been renamed to use useTexture\");\n return useTexture(element, size);\n};\n\nexport const useTextureValueFromPicture = (\n picture: SkPicture | null,\n size: SkSize\n) => {\n console.warn(\n \"useTextureValueFromPicture has been renamed to use usePictureAsTexture\"\n );\n return usePictureAsTexture(picture, size);\n};\n\nexport const usePictureAsTexture = (\n picture: SkPicture | null,\n size: SkSize\n) => {\n const texture = Rea.useSharedValue<SkImage | null>(null);\n useEffect(() => {\n if (picture !== null) {\n Rea.runOnUI(createTexture)(texture, picture, size);\n }\n }, [texture, picture, size]);\n return texture;\n};\n\nexport const useImageAsTexture = (source: DataSourceParam) => {\n const image = useImage(source);\n const size = useMemo(() => {\n if (image) {\n return { width: image.width(), height: image.height() };\n }\n return { width: 0, height: 0 };\n }, [image]);\n const picture = useMemo(() => {\n if (image) {\n const recorder = Skia.PictureRecorder();\n const canvas = recorder.beginRecording({\n x: 0,\n y: 0,\n width: size.width,\n height: size.height,\n });\n canvas.drawImage(image, 0, 0);\n return recorder.finishRecordingAsPicture();\n } else {\n return null;\n }\n }, [size, image]);\n return usePictureAsTexture(picture, size);\n};\n"],"mappings":"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","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":["useEffect","useAnimatedImage","Rea","DEFAULT_FRAME_DURATION","useAnimatedImageValue","source","paused","defaultPaused","useSharedValue","isPaused","currentFrame","lastTimestamp","animatedImage","err","console","error","Error","message","frameDuration","currentFrameDuration","useFrameCallback","frameInfo","value","timestamp","elapsed","decodeNextFrame","dispose","getCurrentFrame"],"sources":["useAnimatedImageValue.ts"],"sourcesContent":["import { useEffect } from \"react\";\nimport type { FrameInfo, SharedValue } from \"react-native-reanimated\";\n\nimport { useAnimatedImage } from \"../../skia/core/AnimatedImage\";\nimport type { DataSourceParam, SkImage } from \"../../skia/types\";\n\nimport Rea from \"./ReanimatedProxy\";\n\nconst DEFAULT_FRAME_DURATION = 60;\n\nexport const useAnimatedImageValue = (\n source: DataSourceParam,\n paused?: SharedValue<boolean>\n) => {\n const defaultPaused = Rea.useSharedValue(false);\n const isPaused = paused ?? defaultPaused;\n const currentFrame = Rea.useSharedValue<null | SkImage>(null);\n const lastTimestamp = Rea.useSharedValue(-1);\n const animatedImage = useAnimatedImage(\n source,\n (err) => {\n console.error(err);\n throw new Error(`Could not load animated image - got '${err.message}'`);\n },\n false\n );\n const frameDuration =\n animatedImage?.currentFrameDuration() || DEFAULT_FRAME_DURATION;\n\n Rea.useFrameCallback((frameInfo: FrameInfo) => {\n if (!animatedImage) {\n currentFrame.value = null;\n return;\n }\n if (isPaused.value && lastTimestamp.value !== -1) {\n return;\n }\n const { timestamp } = frameInfo;\n const elapsed = timestamp - lastTimestamp.value;\n\n // Check if it's time to switch frames based on GIF frame duration\n if (elapsed < frameDuration) {\n return;\n }\n\n // Update the current frame\n animatedImage.decodeNextFrame();\n if (currentFrame.value) {\n currentFrame.value.dispose();\n }\n currentFrame.value = animatedImage.getCurrentFrame();\n\n // Update the last timestamp\n lastTimestamp.value = timestamp;\n });\n useEffect(() => {\n return () => {\n animatedImage?.dispose();\n };\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, []);\n return currentFrame;\n};\n"],"mappings":"AAAA,SAASA,SAAS,QAAQ,OAAO;AAGjC,SAASC,gBAAgB,QAAQ,+BAA+B;AAGhE,OAAOC,GAAG,MAAM,mBAAmB;AAEnC,MAAMC,sBAAsB,GAAG,EAAE;AAEjC,OAAO,MAAMC,qBAAqB,GAAGA,CACnCC,MAAuB,EACvBC,MAA6B,KAC1B;EACH,MAAMC,aAAa,GAAGL,GAAG,CAACM,cAAc,CAAC,KAAK,CAAC;EAC/C,MAAMC,QAAQ,GAAGH,MAAM,aAANA,MAAM,cAANA,MAAM,GAAIC,aAAa;EACxC,MAAMG,YAAY,GAAGR,GAAG,CAACM,cAAc,CAAiB,IAAI,CAAC;EAC7D,MAAMG,aAAa,GAAGT,GAAG,CAACM,cAAc,CAAC,CAAC,CAAC,CAAC;EAC5C,MAAMI,aAAa,GAAGX,gBAAgB,CACpCI,MAAM,EACLQ,GAAG,IAAK;IACPC,OAAO,CAACC,KAAK,CAACF,GAAG,CAAC;IAClB,MAAM,IAAIG,KAAK,CAAE,wCAAuCH,GAAG,CAACI,OAAQ,GAAE,CAAC;EACzE,CAAC,EACD,KACF,CAAC;EACD,MAAMC,aAAa,GACjB,CAAAN,aAAa,aAAbA,aAAa,uBAAbA,aAAa,CAAEO,oBAAoB,CAAC,CAAC,KAAIhB,sBAAsB;EAEjED,GAAG,CAACkB,gBAAgB,CAAEC,SAAoB,IAAK;IAC7C,IAAI,CAACT,aAAa,EAAE;MAClBF,YAAY,CAACY,KAAK,GAAG,IAAI;MACzB;IACF;IACA,IAAIb,QAAQ,CAACa,KAAK,IAAIX,aAAa,CAACW,KAAK,KAAK,CAAC,CAAC,EAAE;MAChD;IACF;IACA,MAAM;MAAEC;IAAU,CAAC,GAAGF,SAAS;IAC/B,MAAMG,OAAO,GAAGD,SAAS,GAAGZ,aAAa,CAACW,KAAK;;IAE/C;IACA,IAAIE,OAAO,GAAGN,aAAa,EAAE;MAC3B;IACF;;IAEA;IACAN,aAAa,CAACa,eAAe,CAAC,CAAC;IAC/B,IAAIf,YAAY,CAACY,KAAK,EAAE;MACtBZ,YAAY,CAACY,KAAK,CAACI,OAAO,CAAC,CAAC;IAC9B;IACAhB,YAAY,CAACY,KAAK,GAAGV,aAAa,CAACe,eAAe,CAAC,CAAC;;IAEpD;IACAhB,aAAa,CAACW,KAAK,GAAGC,SAAS;EACjC,CAAC,CAAC;EACFvB,SAAS,CAAC,MAAM;IACd,OAAO,MAAM;MACXY,aAAa,aAAbA,aAAa,eAAbA,aAAa,CAAEc,OAAO,CAAC,CAAC;IAC1B,CAAC;IACD;EACF,CAAC,EAAE,EAAE,CAAC;EACN,OAAOhB,YAAY;AACrB,CAAC"}
1
+ {"version":3,"names":["useEffect","useAnimatedImage","Rea","DEFAULT_FRAME_DURATION","useAnimatedImageValue","source","paused","defaultPaused","useSharedValue","isPaused","currentFrame","lastTimestamp","animatedImage","err","console","error","Error","message","frameDuration","currentFrameDuration","useFrameCallback","frameInfo","value","timestamp","elapsed","decodeNextFrame","dispose","getCurrentFrame"],"sources":["useAnimatedImageValue.ts"],"sourcesContent":["import { useEffect } from \"react\";\nimport type { FrameInfo, SharedValue } from \"react-native-reanimated\";\n\nimport { useAnimatedImage } from \"../../skia/core/AnimatedImage\";\nimport type { DataSourceParam, SkImage } from \"../../skia/types\";\n\nimport Rea from \"./ReanimatedProxy\";\n\nconst DEFAULT_FRAME_DURATION = 60;\n\nexport const useAnimatedImageValue = (\n source: DataSourceParam,\n paused?: SharedValue<boolean>\n) => {\n const defaultPaused = Rea.useSharedValue(false);\n const isPaused = paused ?? defaultPaused;\n const currentFrame = Rea.useSharedValue<null | SkImage>(null);\n const lastTimestamp = Rea.useSharedValue(-1);\n const animatedImage = useAnimatedImage(\n source,\n (err) => {\n console.error(err);\n throw new Error(`Could not load animated image - got '${err.message}'`);\n },\n false\n );\n const frameDuration =\n animatedImage?.currentFrameDuration() || DEFAULT_FRAME_DURATION;\n\n Rea.useFrameCallback((frameInfo: FrameInfo) => {\n if (!animatedImage) {\n currentFrame.value = null;\n return;\n }\n if (isPaused.value && lastTimestamp.value !== -1) {\n return;\n }\n const { timestamp } = frameInfo;\n const elapsed = timestamp - lastTimestamp.value;\n\n // Check if it's time to switch frames based on GIF frame duration\n if (elapsed < frameDuration) {\n return;\n }\n\n // Update the current frame\n animatedImage.decodeNextFrame();\n if (currentFrame.value) {\n currentFrame.value.dispose();\n }\n currentFrame.value = animatedImage.getCurrentFrame();\n\n // Update the last timestamp\n lastTimestamp.value = timestamp;\n });\n useEffect(() => {\n return () => {\n animatedImage?.dispose();\n };\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, []);\n return currentFrame;\n};\n"],"mappings":"AAAA,SAASA,SAAS,QAAQ,OAAO;AAGjC,SAASC,gBAAgB,QAAQ,+BAA+B;AAGhE,OAAOC,GAAG,MAAM,mBAAmB;AAEnC,MAAMC,sBAAsB,GAAG,EAAE;AAEjC,OAAO,MAAMC,qBAAqB,GAAGA,CACnCC,MAAuB,EACvBC,MAA6B,KAC1B;EACH,MAAMC,aAAa,GAAGL,GAAG,CAACM,cAAc,CAAC,KAAK,CAAC;EAC/C,MAAMC,QAAQ,GAAGH,MAAM,aAANA,MAAM,cAANA,MAAM,GAAIC,aAAa;EACxC,MAAMG,YAAY,GAAGR,GAAG,CAACM,cAAc,CAAiB,IAAI,CAAC;EAC7D,MAAMG,aAAa,GAAGT,GAAG,CAACM,cAAc,CAAC,CAAC,CAAC,CAAC;EAC5C,MAAMI,aAAa,GAAGX,gBAAgB,CACpCI,MAAM,EACLQ,GAAG,IAAK;IACPC,OAAO,CAACC,KAAK,CAACF,GAAG,CAAC;IAClB,MAAM,IAAIG,KAAK,CAAC,wCAAwCH,GAAG,CAACI,OAAO,GAAG,CAAC;EACzE,CAAC,EACD,KACF,CAAC;EACD,MAAMC,aAAa,GACjB,CAAAN,aAAa,aAAbA,aAAa,uBAAbA,aAAa,CAAEO,oBAAoB,CAAC,CAAC,KAAIhB,sBAAsB;EAEjED,GAAG,CAACkB,gBAAgB,CAAEC,SAAoB,IAAK;IAC7C,IAAI,CAACT,aAAa,EAAE;MAClBF,YAAY,CAACY,KAAK,GAAG,IAAI;MACzB;IACF;IACA,IAAIb,QAAQ,CAACa,KAAK,IAAIX,aAAa,CAACW,KAAK,KAAK,CAAC,CAAC,EAAE;MAChD;IACF;IACA,MAAM;MAAEC;IAAU,CAAC,GAAGF,SAAS;IAC/B,MAAMG,OAAO,GAAGD,SAAS,GAAGZ,aAAa,CAACW,KAAK;;IAE/C;IACA,IAAIE,OAAO,GAAGN,aAAa,EAAE;MAC3B;IACF;;IAEA;IACAN,aAAa,CAACa,eAAe,CAAC,CAAC;IAC/B,IAAIf,YAAY,CAACY,KAAK,EAAE;MACtBZ,YAAY,CAACY,KAAK,CAACI,OAAO,CAAC,CAAC;IAC9B;IACAhB,YAAY,CAACY,KAAK,GAAGV,aAAa,CAACe,eAAe,CAAC,CAAC;;IAEpD;IACAhB,aAAa,CAACW,KAAK,GAAGC,SAAS;EACjC,CAAC,CAAC;EACFvB,SAAS,CAAC,MAAM;IACd,OAAO,MAAM;MACXY,aAAa,aAAbA,aAAa,eAAbA,aAAa,CAAEc,OAAO,CAAC,CAAC;IAC1B,CAAC;IACD;EACF,CAAC,EAAE,EAAE,CAAC;EACN,OAAOhB,YAAY;AACrB,CAAC","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":["useEffect","useMemo","Rea","useDerivedValueOnJS","fn","deps","init","value","useSharedValue","mapperId","startMapper","runOnJS","stopMapper"],"sources":["useDerivedValueOnJS.ts"],"sourcesContent":["import { useEffect, useMemo } from \"react\";\n\nimport Rea from \"./ReanimatedProxy\";\n\nexport const useDerivedValueOnJS = (\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n fn: () => any,\n deps: unknown[]\n) => {\n const init = useMemo(() => fn(), [fn]);\n const value = Rea.useSharedValue(init);\n useEffect(() => {\n const mapperId = Rea.startMapper(() => {\n \"worklet\";\n Rea.runOnJS(fn)();\n }, deps);\n return () => Rea.stopMapper(mapperId);\n }, [deps, fn]);\n return value;\n};\n"],"mappings":"AAAA,SAASA,SAAS,EAAEC,OAAO,QAAQ,OAAO;AAE1C,OAAOC,GAAG,MAAM,mBAAmB;AAEnC,OAAO,MAAMC,mBAAmB,GAAGA,CAEjCC,EAAa,EACbC,IAAe,KACZ;EACH,MAAMC,IAAI,GAAGL,OAAO,CAAC,MAAMG,EAAE,CAAC,CAAC,EAAE,CAACA,EAAE,CAAC,CAAC;EACtC,MAAMG,KAAK,GAAGL,GAAG,CAACM,cAAc,CAACF,IAAI,CAAC;EACtCN,SAAS,CAAC,MAAM;IACd,MAAMS,QAAQ,GAAGP,GAAG,CAACQ,WAAW,CAAC,MAAM;MACrC,SAAS;;MACTR,GAAG,CAACS,OAAO,CAACP,EAAE,CAAC,CAAC,CAAC;IACnB,CAAC,EAAEC,IAAI,CAAC;IACR,OAAO,MAAMH,GAAG,CAACU,UAAU,CAACH,QAAQ,CAAC;EACvC,CAAC,EAAE,CAACJ,IAAI,EAAED,EAAE,CAAC,CAAC;EACd,OAAOG,KAAK;AACd,CAAC"}
1
+ {"version":3,"names":["useEffect","useMemo","Rea","useDerivedValueOnJS","fn","deps","init","value","useSharedValue","mapperId","startMapper","runOnJS","stopMapper"],"sources":["useDerivedValueOnJS.ts"],"sourcesContent":["import { useEffect, useMemo } from \"react\";\n\nimport Rea from \"./ReanimatedProxy\";\n\nexport const useDerivedValueOnJS = (\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n fn: () => any,\n deps: unknown[]\n) => {\n const init = useMemo(() => fn(), [fn]);\n const value = Rea.useSharedValue(init);\n useEffect(() => {\n const mapperId = Rea.startMapper(() => {\n \"worklet\";\n Rea.runOnJS(fn)();\n }, deps);\n return () => Rea.stopMapper(mapperId);\n }, [deps, fn]);\n return value;\n};\n"],"mappings":"AAAA,SAASA,SAAS,EAAEC,OAAO,QAAQ,OAAO;AAE1C,OAAOC,GAAG,MAAM,mBAAmB;AAEnC,OAAO,MAAMC,mBAAmB,GAAGA,CAEjCC,EAAa,EACbC,IAAe,KACZ;EACH,MAAMC,IAAI,GAAGL,OAAO,CAAC,MAAMG,EAAE,CAAC,CAAC,EAAE,CAACA,EAAE,CAAC,CAAC;EACtC,MAAMG,KAAK,GAAGL,GAAG,CAACM,cAAc,CAACF,IAAI,CAAC;EACtCN,SAAS,CAAC,MAAM;IACd,MAAMS,QAAQ,GAAGP,GAAG,CAACQ,WAAW,CAAC,MAAM;MACrC,SAAS;;MACTR,GAAG,CAACS,OAAO,CAACP,EAAE,CAAC,CAAC,CAAC;IACnB,CAAC,EAAEC,IAAI,CAAC;IACR,OAAO,MAAMH,GAAG,CAACU,UAAU,CAACH,QAAQ,CAAC;EACvC,CAAC,EAAE,CAACJ,IAAI,EAAED,EAAE,CAAC,CAAC;EACd,OAAOG,KAAK;AACd,CAAC","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":["useEffect","useMemo","Platform","Rea","useVideoLoading","copyFrameOnAndroid","currentFrame","OS","tex","value","makeNonTextureImage","dispose","setFrame","video","img","nextImage","defaultOptions","looping","paused","seek","currentTime","volume","useOption","defaultValue","useSharedValue","isSharedValue","disposeVideo","useVideo","source","userOptions","_userOptions$paused","_userOptions$looping","_userOptions$seek","_userOptions$volume","isPaused","lastTimestamp","duration","_video$duration","framerate","_video$framerate","size","_video$size","width","height","rotation","_video$rotation","frameDuration","currentFrameDuration","Math","floor","useAnimatedReaction","pause","play","setVolume","useFrameCallback","frameInfo","currentTimestamp","timestamp","delta","isOver","runOnUI"],"sources":["useVideo.ts"],"sourcesContent":["import type { SharedValue, FrameInfo } from \"react-native-reanimated\";\nimport { useEffect, useMemo } from \"react\";\n\nimport type { SkImage, Video } from \"../../skia/types\";\nimport { Platform } from \"../../Platform\";\n\nimport Rea from \"./ReanimatedProxy\";\nimport { useVideoLoading } from \"./useVideoLoading\";\n\ntype Animated<T> = SharedValue<T> | T;\n\ninterface PlaybackOptions {\n looping: Animated<boolean>;\n paused: Animated<boolean>;\n seek: Animated<number | null>;\n volume: Animated<number>;\n}\n\nconst copyFrameOnAndroid = (currentFrame: SharedValue<SkImage | null>) => {\n \"worklet\";\n // on android we need to copy the texture before it's invalidated\n if (Platform.OS === \"android\") {\n const tex = currentFrame.value;\n if (tex) {\n currentFrame.value = tex.makeNonTextureImage();\n tex.dispose();\n }\n }\n};\n\nconst setFrame = (video: Video, currentFrame: SharedValue<SkImage | null>) => {\n \"worklet\";\n const img = video.nextImage();\n if (img) {\n if (currentFrame.value) {\n currentFrame.value.dispose();\n }\n currentFrame.value = img;\n copyFrameOnAndroid(currentFrame);\n }\n};\n\nconst defaultOptions = {\n looping: true,\n paused: false,\n seek: null,\n currentTime: 0,\n volume: 0,\n};\n\nconst useOption = <T>(value: Animated<T>) => {\n \"worklet\";\n // TODO: only create defaultValue is needed (via makeMutable)\n const defaultValue = Rea.useSharedValue(\n Rea.isSharedValue(value) ? value.value : value\n );\n return Rea.isSharedValue(value) ? value : defaultValue;\n};\n\nconst disposeVideo = (video: Video | null) => {\n \"worklet\";\n video?.dispose();\n};\n\nexport const useVideo = (\n source: string | null,\n userOptions?: Partial<PlaybackOptions>\n) => {\n const video = useVideoLoading(source);\n const isPaused = useOption(userOptions?.paused ?? defaultOptions.paused);\n const looping = useOption(userOptions?.looping ?? defaultOptions.looping);\n const seek = useOption(userOptions?.seek ?? defaultOptions.seek);\n const volume = useOption(userOptions?.volume ?? defaultOptions.volume);\n const currentFrame = Rea.useSharedValue<null | SkImage>(null);\n const currentTime = Rea.useSharedValue(0);\n const lastTimestamp = Rea.useSharedValue(-1);\n const duration = useMemo(() => video?.duration() ?? 0, [video]);\n const framerate = useMemo(\n () => (Platform.OS === \"web\" ? -1 : video?.framerate() ?? 0),\n [video]\n );\n const size = useMemo(() => video?.size() ?? { width: 0, height: 0 }, [video]);\n const rotation = useMemo(() => video?.rotation() ?? 0, [video]);\n const frameDuration = 1000 / framerate;\n const currentFrameDuration = Math.floor(frameDuration);\n Rea.useAnimatedReaction(\n () => isPaused.value,\n (paused) => {\n if (paused) {\n video?.pause();\n } else {\n lastTimestamp.value = -1;\n video?.play();\n }\n }\n );\n Rea.useAnimatedReaction(\n () => seek.value,\n (value) => {\n if (value !== null) {\n video?.seek(value);\n currentTime.value = value;\n seek.value = null;\n }\n }\n );\n Rea.useAnimatedReaction(\n () => volume.value,\n (value) => {\n video?.setVolume(value);\n }\n );\n Rea.useFrameCallback((frameInfo: FrameInfo) => {\n \"worklet\";\n if (!video) {\n return;\n }\n if (isPaused.value) {\n return;\n }\n const currentTimestamp = frameInfo.timestamp;\n if (lastTimestamp.value === -1) {\n lastTimestamp.value = currentTimestamp;\n }\n const delta = currentTimestamp - lastTimestamp.value;\n\n const isOver = currentTime.value + delta > duration;\n if (isOver && looping.value) {\n seek.value = 0;\n currentTime.value = seek.value;\n lastTimestamp.value = currentTimestamp;\n }\n // On Web the framerate is uknown.\n // This could be optimized by using requestVideoFrameCallback (Chrome only)\n if ((delta >= currentFrameDuration && !isOver) || Platform.OS === \"web\") {\n setFrame(video, currentFrame);\n currentTime.value += delta;\n lastTimestamp.value = currentTimestamp;\n }\n });\n\n useEffect(() => {\n return () => {\n // TODO: should video simply be a shared value instead?\n Rea.runOnUI(disposeVideo)(video);\n };\n }, [video]);\n\n return {\n currentFrame,\n currentTime,\n duration,\n framerate,\n rotation,\n size,\n };\n};\n"],"mappings":"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"}
1
+ {"version":3,"names":["useEffect","useMemo","Platform","Rea","useVideoLoading","copyFrameOnAndroid","currentFrame","OS","tex","value","makeNonTextureImage","dispose","setFrame","video","img","nextImage","defaultOptions","looping","paused","seek","currentTime","volume","useOption","defaultValue","useSharedValue","isSharedValue","disposeVideo","useVideo","source","userOptions","_userOptions$paused","_userOptions$looping","_userOptions$seek","_userOptions$volume","isPaused","lastTimestamp","duration","_video$duration","framerate","_video$framerate","size","_video$size","width","height","rotation","_video$rotation","frameDuration","currentFrameDuration","Math","floor","useAnimatedReaction","pause","play","setVolume","useFrameCallback","frameInfo","currentTimestamp","timestamp","delta","isOver","runOnUI"],"sources":["useVideo.ts"],"sourcesContent":["import type { SharedValue, FrameInfo } from \"react-native-reanimated\";\nimport { useEffect, useMemo } from \"react\";\n\nimport type { SkImage, Video } from \"../../skia/types\";\nimport { Platform } from \"../../Platform\";\n\nimport Rea from \"./ReanimatedProxy\";\nimport { useVideoLoading } from \"./useVideoLoading\";\n\ntype Animated<T> = SharedValue<T> | T;\n\ninterface PlaybackOptions {\n looping: Animated<boolean>;\n paused: Animated<boolean>;\n seek: Animated<number | null>;\n volume: Animated<number>;\n}\n\nconst copyFrameOnAndroid = (currentFrame: SharedValue<SkImage | null>) => {\n \"worklet\";\n // on android we need to copy the texture before it's invalidated\n if (Platform.OS === \"android\") {\n const tex = currentFrame.value;\n if (tex) {\n currentFrame.value = tex.makeNonTextureImage();\n tex.dispose();\n }\n }\n};\n\nconst setFrame = (video: Video, currentFrame: SharedValue<SkImage | null>) => {\n \"worklet\";\n const img = video.nextImage();\n if (img) {\n if (currentFrame.value) {\n currentFrame.value.dispose();\n }\n currentFrame.value = img;\n copyFrameOnAndroid(currentFrame);\n }\n};\n\nconst defaultOptions = {\n looping: true,\n paused: false,\n seek: null,\n currentTime: 0,\n volume: 0,\n};\n\nconst useOption = <T>(value: Animated<T>) => {\n \"worklet\";\n // TODO: only create defaultValue is needed (via makeMutable)\n const defaultValue = Rea.useSharedValue(\n Rea.isSharedValue(value) ? value.value : value\n );\n return Rea.isSharedValue(value) ? value : defaultValue;\n};\n\nconst disposeVideo = (video: Video | null) => {\n \"worklet\";\n video?.dispose();\n};\n\nexport const useVideo = (\n source: string | null,\n userOptions?: Partial<PlaybackOptions>\n) => {\n const video = useVideoLoading(source);\n const isPaused = useOption(userOptions?.paused ?? defaultOptions.paused);\n const looping = useOption(userOptions?.looping ?? defaultOptions.looping);\n const seek = useOption(userOptions?.seek ?? defaultOptions.seek);\n const volume = useOption(userOptions?.volume ?? defaultOptions.volume);\n const currentFrame = Rea.useSharedValue<null | SkImage>(null);\n const currentTime = Rea.useSharedValue(0);\n const lastTimestamp = Rea.useSharedValue(-1);\n const duration = useMemo(() => video?.duration() ?? 0, [video]);\n const framerate = useMemo(\n () => (Platform.OS === \"web\" ? -1 : video?.framerate() ?? 0),\n [video]\n );\n const size = useMemo(() => video?.size() ?? { width: 0, height: 0 }, [video]);\n const rotation = useMemo(() => video?.rotation() ?? 0, [video]);\n const frameDuration = 1000 / framerate;\n const currentFrameDuration = Math.floor(frameDuration);\n Rea.useAnimatedReaction(\n () => isPaused.value,\n (paused) => {\n if (paused) {\n video?.pause();\n } else {\n lastTimestamp.value = -1;\n video?.play();\n }\n }\n );\n Rea.useAnimatedReaction(\n () => seek.value,\n (value) => {\n if (value !== null) {\n video?.seek(value);\n currentTime.value = value;\n seek.value = null;\n }\n }\n );\n Rea.useAnimatedReaction(\n () => volume.value,\n (value) => {\n video?.setVolume(value);\n }\n );\n Rea.useFrameCallback((frameInfo: FrameInfo) => {\n \"worklet\";\n if (!video) {\n return;\n }\n if (isPaused.value) {\n return;\n }\n const currentTimestamp = frameInfo.timestamp;\n if (lastTimestamp.value === -1) {\n lastTimestamp.value = currentTimestamp;\n }\n const delta = currentTimestamp - lastTimestamp.value;\n\n const isOver = currentTime.value + delta > duration;\n if (isOver && looping.value) {\n seek.value = 0;\n currentTime.value = seek.value;\n lastTimestamp.value = currentTimestamp;\n }\n // On Web the framerate is uknown.\n // This could be optimized by using requestVideoFrameCallback (Chrome only)\n if ((delta >= currentFrameDuration && !isOver) || Platform.OS === \"web\") {\n setFrame(video, currentFrame);\n currentTime.value += delta;\n lastTimestamp.value = currentTimestamp;\n }\n });\n\n useEffect(() => {\n return () => {\n // TODO: should video simply be a shared value instead?\n Rea.runOnUI(disposeVideo)(video);\n };\n }, [video]);\n\n return {\n currentFrame,\n currentTime,\n duration,\n framerate,\n rotation,\n size,\n };\n};\n"],"mappings":"AACA,SAASA,SAAS,EAAEC,OAAO,QAAQ,OAAO;AAG1C,SAASC,QAAQ,QAAQ,gBAAgB;AAEzC,OAAOC,GAAG,MAAM,mBAAmB;AACnC,SAASC,eAAe,QAAQ,mBAAmB;AAWnD,MAAMC,kBAAkB,GAAIC,YAAyC,IAAK;EACxE,SAAS;;EACT;EACA,IAAIJ,QAAQ,CAACK,EAAE,KAAK,SAAS,EAAE;IAC7B,MAAMC,GAAG,GAAGF,YAAY,CAACG,KAAK;IAC9B,IAAID,GAAG,EAAE;MACPF,YAAY,CAACG,KAAK,GAAGD,GAAG,CAACE,mBAAmB,CAAC,CAAC;MAC9CF,GAAG,CAACG,OAAO,CAAC,CAAC;IACf;EACF;AACF,CAAC;AAED,MAAMC,QAAQ,GAAGA,CAACC,KAAY,EAAEP,YAAyC,KAAK;EAC5E,SAAS;;EACT,MAAMQ,GAAG,GAAGD,KAAK,CAACE,SAAS,CAAC,CAAC;EAC7B,IAAID,GAAG,EAAE;IACP,IAAIR,YAAY,CAACG,KAAK,EAAE;MACtBH,YAAY,CAACG,KAAK,CAACE,OAAO,CAAC,CAAC;IAC9B;IACAL,YAAY,CAACG,KAAK,GAAGK,GAAG;IACxBT,kBAAkB,CAACC,YAAY,CAAC;EAClC;AACF,CAAC;AAED,MAAMU,cAAc,GAAG;EACrBC,OAAO,EAAE,IAAI;EACbC,MAAM,EAAE,KAAK;EACbC,IAAI,EAAE,IAAI;EACVC,WAAW,EAAE,CAAC;EACdC,MAAM,EAAE;AACV,CAAC;AAED,MAAMC,SAAS,GAAOb,KAAkB,IAAK;EAC3C,SAAS;;EACT;EACA,MAAMc,YAAY,GAAGpB,GAAG,CAACqB,cAAc,CACrCrB,GAAG,CAACsB,aAAa,CAAChB,KAAK,CAAC,GAAGA,KAAK,CAACA,KAAK,GAAGA,KAC3C,CAAC;EACD,OAAON,GAAG,CAACsB,aAAa,CAAChB,KAAK,CAAC,GAAGA,KAAK,GAAGc,YAAY;AACxD,CAAC;AAED,MAAMG,YAAY,GAAIb,KAAmB,IAAK;EAC5C,SAAS;;EACTA,KAAK,aAALA,KAAK,eAALA,KAAK,CAAEF,OAAO,CAAC,CAAC;AAClB,CAAC;AAED,OAAO,MAAMgB,QAAQ,GAAGA,CACtBC,MAAqB,EACrBC,WAAsC,KACnC;EAAA,IAAAC,mBAAA,EAAAC,oBAAA,EAAAC,iBAAA,EAAAC,mBAAA;EACH,MAAMpB,KAAK,GAAGT,eAAe,CAACwB,MAAM,CAAC;EACrC,MAAMM,QAAQ,GAAGZ,SAAS,EAAAQ,mBAAA,GAACD,WAAW,aAAXA,WAAW,uBAAXA,WAAW,CAAEX,MAAM,cAAAY,mBAAA,cAAAA,mBAAA,GAAId,cAAc,CAACE,MAAM,CAAC;EACxE,MAAMD,OAAO,GAAGK,SAAS,EAAAS,oBAAA,GAACF,WAAW,aAAXA,WAAW,uBAAXA,WAAW,CAAEZ,OAAO,cAAAc,oBAAA,cAAAA,oBAAA,GAAIf,cAAc,CAACC,OAAO,CAAC;EACzE,MAAME,IAAI,GAAGG,SAAS,EAAAU,iBAAA,GAACH,WAAW,aAAXA,WAAW,uBAAXA,WAAW,CAAEV,IAAI,cAAAa,iBAAA,cAAAA,iBAAA,GAAIhB,cAAc,CAACG,IAAI,CAAC;EAChE,MAAME,MAAM,GAAGC,SAAS,EAAAW,mBAAA,GAACJ,WAAW,aAAXA,WAAW,uBAAXA,WAAW,CAAER,MAAM,cAAAY,mBAAA,cAAAA,mBAAA,GAAIjB,cAAc,CAACK,MAAM,CAAC;EACtE,MAAMf,YAAY,GAAGH,GAAG,CAACqB,cAAc,CAAiB,IAAI,CAAC;EAC7D,MAAMJ,WAAW,GAAGjB,GAAG,CAACqB,cAAc,CAAC,CAAC,CAAC;EACzC,MAAMW,aAAa,GAAGhC,GAAG,CAACqB,cAAc,CAAC,CAAC,CAAC,CAAC;EAC5C,MAAMY,QAAQ,GAAGnC,OAAO,CAAC;IAAA,IAAAoC,eAAA;IAAA,QAAAA,eAAA,GAAMxB,KAAK,aAALA,KAAK,uBAALA,KAAK,CAAEuB,QAAQ,CAAC,CAAC,cAAAC,eAAA,cAAAA,eAAA,GAAI,CAAC;EAAA,GAAE,CAACxB,KAAK,CAAC,CAAC;EAC/D,MAAMyB,SAAS,GAAGrC,OAAO,CACvB;IAAA,IAAAsC,gBAAA;IAAA,OAAOrC,QAAQ,CAACK,EAAE,KAAK,KAAK,GAAG,CAAC,CAAC,IAAAgC,gBAAA,GAAG1B,KAAK,aAALA,KAAK,uBAALA,KAAK,CAAEyB,SAAS,CAAC,CAAC,cAAAC,gBAAA,cAAAA,gBAAA,GAAI,CAAC;EAAA,CAAC,EAC5D,CAAC1B,KAAK,CACR,CAAC;EACD,MAAM2B,IAAI,GAAGvC,OAAO,CAAC;IAAA,IAAAwC,WAAA;IAAA,QAAAA,WAAA,GAAM5B,KAAK,aAALA,KAAK,uBAALA,KAAK,CAAE2B,IAAI,CAAC,CAAC,cAAAC,WAAA,cAAAA,WAAA,GAAI;MAAEC,KAAK,EAAE,CAAC;MAAEC,MAAM,EAAE;IAAE,CAAC;EAAA,GAAE,CAAC9B,KAAK,CAAC,CAAC;EAC7E,MAAM+B,QAAQ,GAAG3C,OAAO,CAAC;IAAA,IAAA4C,eAAA;IAAA,QAAAA,eAAA,GAAMhC,KAAK,aAALA,KAAK,uBAALA,KAAK,CAAE+B,QAAQ,CAAC,CAAC,cAAAC,eAAA,cAAAA,eAAA,GAAI,CAAC;EAAA,GAAE,CAAChC,KAAK,CAAC,CAAC;EAC/D,MAAMiC,aAAa,GAAG,IAAI,GAAGR,SAAS;EACtC,MAAMS,oBAAoB,GAAGC,IAAI,CAACC,KAAK,CAACH,aAAa,CAAC;EACtD3C,GAAG,CAAC+C,mBAAmB,CACrB,MAAMhB,QAAQ,CAACzB,KAAK,EACnBS,MAAM,IAAK;IACV,IAAIA,MAAM,EAAE;MACVL,KAAK,aAALA,KAAK,eAALA,KAAK,CAAEsC,KAAK,CAAC,CAAC;IAChB,CAAC,MAAM;MACLhB,aAAa,CAAC1B,KAAK,GAAG,CAAC,CAAC;MACxBI,KAAK,aAALA,KAAK,eAALA,KAAK,CAAEuC,IAAI,CAAC,CAAC;IACf;EACF,CACF,CAAC;EACDjD,GAAG,CAAC+C,mBAAmB,CACrB,MAAM/B,IAAI,CAACV,KAAK,EACfA,KAAK,IAAK;IACT,IAAIA,KAAK,KAAK,IAAI,EAAE;MAClBI,KAAK,aAALA,KAAK,eAALA,KAAK,CAAEM,IAAI,CAACV,KAAK,CAAC;MAClBW,WAAW,CAACX,KAAK,GAAGA,KAAK;MACzBU,IAAI,CAACV,KAAK,GAAG,IAAI;IACnB;EACF,CACF,CAAC;EACDN,GAAG,CAAC+C,mBAAmB,CACrB,MAAM7B,MAAM,CAACZ,KAAK,EACjBA,KAAK,IAAK;IACTI,KAAK,aAALA,KAAK,eAALA,KAAK,CAAEwC,SAAS,CAAC5C,KAAK,CAAC;EACzB,CACF,CAAC;EACDN,GAAG,CAACmD,gBAAgB,CAAEC,SAAoB,IAAK;IAC7C,SAAS;;IACT,IAAI,CAAC1C,KAAK,EAAE;MACV;IACF;IACA,IAAIqB,QAAQ,CAACzB,KAAK,EAAE;MAClB;IACF;IACA,MAAM+C,gBAAgB,GAAGD,SAAS,CAACE,SAAS;IAC5C,IAAItB,aAAa,CAAC1B,KAAK,KAAK,CAAC,CAAC,EAAE;MAC9B0B,aAAa,CAAC1B,KAAK,GAAG+C,gBAAgB;IACxC;IACA,MAAME,KAAK,GAAGF,gBAAgB,GAAGrB,aAAa,CAAC1B,KAAK;IAEpD,MAAMkD,MAAM,GAAGvC,WAAW,CAACX,KAAK,GAAGiD,KAAK,GAAGtB,QAAQ;IACnD,IAAIuB,MAAM,IAAI1C,OAAO,CAACR,KAAK,EAAE;MAC3BU,IAAI,CAACV,KAAK,GAAG,CAAC;MACdW,WAAW,CAACX,KAAK,GAAGU,IAAI,CAACV,KAAK;MAC9B0B,aAAa,CAAC1B,KAAK,GAAG+C,gBAAgB;IACxC;IACA;IACA;IACA,IAAKE,KAAK,IAAIX,oBAAoB,IAAI,CAACY,MAAM,IAAKzD,QAAQ,CAACK,EAAE,KAAK,KAAK,EAAE;MACvEK,QAAQ,CAACC,KAAK,EAAEP,YAAY,CAAC;MAC7Bc,WAAW,CAACX,KAAK,IAAIiD,KAAK;MAC1BvB,aAAa,CAAC1B,KAAK,GAAG+C,gBAAgB;IACxC;EACF,CAAC,CAAC;EAEFxD,SAAS,CAAC,MAAM;IACd,OAAO,MAAM;MACX;MACAG,GAAG,CAACyD,OAAO,CAAClC,YAAY,CAAC,CAACb,KAAK,CAAC;IAClC,CAAC;EACH,CAAC,EAAE,CAACA,KAAK,CAAC,CAAC;EAEX,OAAO;IACLP,YAAY;IACZc,WAAW;IACXgB,QAAQ;IACRE,SAAS;IACTM,QAAQ;IACRJ;EACF,CAAC;AACH,CAAC","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":["useCallback","useEffect","useState","Skia","Rea","runtime","createWorkletRuntime","useVideoLoading","source","runOnJS","video","setVideo","cb","src","vid","Video","runOnRuntime"],"sources":["useVideoLoading.ts"],"sourcesContent":["import { useCallback, useEffect, useState } from \"react\";\n\nimport type { Video } from \"../../skia/types\";\nimport { Skia } from \"../../skia\";\n\nimport Rea from \"./ReanimatedProxy\";\n\nconst runtime = Rea.createWorkletRuntime(\"video-metadata-runtime\");\n\ntype VideoSource = string | null;\n\nexport const useVideoLoading = (source: VideoSource) => {\n const { runOnJS } = Rea;\n const [video, setVideo] = useState<Video | null>(null);\n const cb = useCallback(\n (src: string) => {\n \"worklet\";\n const vid = Skia.Video(src) as Video;\n runOnJS(setVideo)(vid);\n },\n [runOnJS]\n );\n useEffect(() => {\n if (source) {\n Rea.runOnRuntime(runtime, cb)(source);\n }\n }, [cb, source]);\n return video;\n};\n"],"mappings":"AAAA,SAASA,WAAW,EAAEC,SAAS,EAAEC,QAAQ,QAAQ,OAAO;AAGxD,SAASC,IAAI,QAAQ,YAAY;AAEjC,OAAOC,GAAG,MAAM,mBAAmB;AAEnC,MAAMC,OAAO,GAAGD,GAAG,CAACE,oBAAoB,CAAC,wBAAwB,CAAC;AAIlE,OAAO,MAAMC,eAAe,GAAIC,MAAmB,IAAK;EACtD,MAAM;IAAEC;EAAQ,CAAC,GAAGL,GAAG;EACvB,MAAM,CAACM,KAAK,EAAEC,QAAQ,CAAC,GAAGT,QAAQ,CAAe,IAAI,CAAC;EACtD,MAAMU,EAAE,GAAGZ,WAAW,CACnBa,GAAW,IAAK;IACf,SAAS;;IACT,MAAMC,GAAG,GAAGX,IAAI,CAACY,KAAK,CAACF,GAAG,CAAU;IACpCJ,OAAO,CAACE,QAAQ,CAAC,CAACG,GAAG,CAAC;EACxB,CAAC,EACD,CAACL,OAAO,CACV,CAAC;EACDR,SAAS,CAAC,MAAM;IACd,IAAIO,MAAM,EAAE;MACVJ,GAAG,CAACY,YAAY,CAACX,OAAO,EAAEO,EAAE,CAAC,CAACJ,MAAM,CAAC;IACvC;EACF,CAAC,EAAE,CAACI,EAAE,EAAEJ,MAAM,CAAC,CAAC;EAChB,OAAOE,KAAK;AACd,CAAC"}
1
+ {"version":3,"names":["useCallback","useEffect","useState","Skia","Rea","runtime","createWorkletRuntime","useVideoLoading","source","runOnJS","video","setVideo","cb","src","vid","Video","runOnRuntime"],"sources":["useVideoLoading.ts"],"sourcesContent":["import { useCallback, useEffect, useState } from \"react\";\n\nimport type { Video } from \"../../skia/types\";\nimport { Skia } from \"../../skia\";\n\nimport Rea from \"./ReanimatedProxy\";\n\nconst runtime = Rea.createWorkletRuntime(\"video-metadata-runtime\");\n\ntype VideoSource = string | null;\n\nexport const useVideoLoading = (source: VideoSource) => {\n const { runOnJS } = Rea;\n const [video, setVideo] = useState<Video | null>(null);\n const cb = useCallback(\n (src: string) => {\n \"worklet\";\n const vid = Skia.Video(src) as Video;\n runOnJS(setVideo)(vid);\n },\n [runOnJS]\n );\n useEffect(() => {\n if (source) {\n Rea.runOnRuntime(runtime, cb)(source);\n }\n }, [cb, source]);\n return video;\n};\n"],"mappings":"AAAA,SAASA,WAAW,EAAEC,SAAS,EAAEC,QAAQ,QAAQ,OAAO;AAGxD,SAASC,IAAI,QAAQ,YAAY;AAEjC,OAAOC,GAAG,MAAM,mBAAmB;AAEnC,MAAMC,OAAO,GAAGD,GAAG,CAACE,oBAAoB,CAAC,wBAAwB,CAAC;AAIlE,OAAO,MAAMC,eAAe,GAAIC,MAAmB,IAAK;EACtD,MAAM;IAAEC;EAAQ,CAAC,GAAGL,GAAG;EACvB,MAAM,CAACM,KAAK,EAAEC,QAAQ,CAAC,GAAGT,QAAQ,CAAe,IAAI,CAAC;EACtD,MAAMU,EAAE,GAAGZ,WAAW,CACnBa,GAAW,IAAK;IACf,SAAS;;IACT,MAAMC,GAAG,GAAGX,IAAI,CAACY,KAAK,CAACF,GAAG,CAAU;IACpCJ,OAAO,CAACE,QAAQ,CAAC,CAACG,GAAG,CAAC;EACxB,CAAC,EACD,CAACL,OAAO,CACV,CAAC;EACDR,SAAS,CAAC,MAAM;IACd,IAAIO,MAAM,EAAE;MACVJ,GAAG,CAACY,YAAY,CAACX,OAAO,EAAEO,EAAE,CAAC,CAACJ,MAAM,CAAC;IACvC;EACF,CAAC,EAAE,CAACI,EAAE,EAAEJ,MAAM,CAAC,CAAC;EAChB,OAAOE,KAAK;AACd,CAAC","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":["useEffect","useState","Skia","useVideoLoading","source","video","setVideo","vid","Video","then","v"],"sources":["useVideoLoading.web.ts"],"sourcesContent":["import { useEffect, useState } from \"react\";\n\nimport type { Video } from \"../../skia/types\";\nimport { Skia } from \"../../skia\";\n\ntype VideoSource = string | null;\n\nexport const useVideoLoading = (source: VideoSource) => {\n const [video, setVideo] = useState<Video | null>(null);\n useEffect(() => {\n if (source) {\n const vid = Skia.Video(source) as Promise<Video>;\n vid.then((v) => setVideo(v));\n }\n }, [source]);\n return video;\n};\n"],"mappings":"AAAA,SAASA,SAAS,EAAEC,QAAQ,QAAQ,OAAO;AAG3C,SAASC,IAAI,QAAQ,YAAY;AAIjC,OAAO,MAAMC,eAAe,GAAIC,MAAmB,IAAK;EACtD,MAAM,CAACC,KAAK,EAAEC,QAAQ,CAAC,GAAGL,QAAQ,CAAe,IAAI,CAAC;EACtDD,SAAS,CAAC,MAAM;IACd,IAAII,MAAM,EAAE;MACV,MAAMG,GAAG,GAAGL,IAAI,CAACM,KAAK,CAACJ,MAAM,CAAmB;MAChDG,GAAG,CAACE,IAAI,CAAEC,CAAC,IAAKJ,QAAQ,CAACI,CAAC,CAAC,CAAC;IAC9B;EACF,CAAC,EAAE,CAACN,MAAM,CAAC,CAAC;EACZ,OAAOC,KAAK;AACd,CAAC"}
1
+ {"version":3,"names":["useEffect","useState","Skia","useVideoLoading","source","video","setVideo","vid","Video","then","v"],"sources":["useVideoLoading.web.ts"],"sourcesContent":["import { useEffect, useState } from \"react\";\n\nimport type { Video } from \"../../skia/types\";\nimport { Skia } from \"../../skia\";\n\ntype VideoSource = string | null;\n\nexport const useVideoLoading = (source: VideoSource) => {\n const [video, setVideo] = useState<Video | null>(null);\n useEffect(() => {\n if (source) {\n const vid = Skia.Video(source) as Promise<Video>;\n vid.then((v) => setVideo(v));\n }\n }, [source]);\n return video;\n};\n"],"mappings":"AAAA,SAASA,SAAS,EAAEC,QAAQ,QAAQ,OAAO;AAG3C,SAASC,IAAI,QAAQ,YAAY;AAIjC,OAAO,MAAMC,eAAe,GAAIC,MAAmB,IAAK;EACtD,MAAM,CAACC,KAAK,EAAEC,QAAQ,CAAC,GAAGL,QAAQ,CAAe,IAAI,CAAC;EACtDD,SAAS,CAAC,MAAM;IACd,IAAII,MAAM,EAAE;MACV,MAAMG,GAAG,GAAGL,IAAI,CAACM,KAAK,CAACJ,MAAM,CAAmB;MAChDG,GAAG,CAACE,IAAI,CAAEC,CAAC,IAAKJ,QAAQ,CAACI,CAAC,CAAC,CAAC;IAC9B;EACF,CAAC,EAAE,CAACN,MAAM,CAAC,CAAC;EACZ,OAAOC,KAAK;AACd,CAAC","ignoreList":[]}