@shopify/react-native-skia 1.3.10 → 1.3.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1662) hide show
  1. package/android/CMakeLists.txt +2 -0
  2. package/android/build.gradle +4 -2
  3. package/android/cpp/jni/JniSkiaManager.cpp +15 -4
  4. package/cpp/api/JsiSkAnimatedImage.h +6 -1
  5. package/cpp/api/JsiSkParagraph.h +10 -1
  6. package/cpp/jsi/JsiHostObject.h +9 -15
  7. package/lib/commonjs/Platform/IPlatform.d.ts +0 -1
  8. package/lib/commonjs/Platform/IPlatform.js.map +1 -1
  9. package/lib/commonjs/Platform/Platform.js.map +1 -1
  10. package/lib/commonjs/Platform/Platform.web.js +5 -1
  11. package/lib/commonjs/Platform/Platform.web.js.map +1 -1
  12. package/lib/commonjs/Platform/index.js.map +1 -1
  13. package/lib/commonjs/animation/functions/index.js.map +1 -1
  14. package/lib/commonjs/animation/functions/interpolate.js.map +1 -1
  15. package/lib/commonjs/animation/functions/interpolateColors.js.map +1 -1
  16. package/lib/commonjs/animation/functions/interpolatePaths.js.map +1 -1
  17. package/lib/commonjs/animation/functions/interpolateVector.js.map +1 -1
  18. package/lib/commonjs/animation/index.js.map +1 -1
  19. package/lib/commonjs/dom/nodes/DrawingNode.js +2 -2
  20. package/lib/commonjs/dom/nodes/DrawingNode.js.map +1 -1
  21. package/lib/commonjs/dom/nodes/GroupNode.js.map +1 -1
  22. package/lib/commonjs/dom/nodes/JsiSkDOM.js.map +1 -1
  23. package/lib/commonjs/dom/nodes/LayerNode.js.map +1 -1
  24. package/lib/commonjs/dom/nodes/Node.js +2 -2
  25. package/lib/commonjs/dom/nodes/Node.js.map +1 -1
  26. package/lib/commonjs/dom/nodes/PaintNode.js.map +1 -1
  27. package/lib/commonjs/dom/nodes/RenderNode.js +2 -2
  28. package/lib/commonjs/dom/nodes/RenderNode.js.map +1 -1
  29. package/lib/commonjs/dom/nodes/datatypes/Circle.js.map +1 -1
  30. package/lib/commonjs/dom/nodes/datatypes/Enum.js.map +1 -1
  31. package/lib/commonjs/dom/nodes/datatypes/Fitting.js.map +1 -1
  32. package/lib/commonjs/dom/nodes/datatypes/Gradient.js.map +1 -1
  33. package/lib/commonjs/dom/nodes/datatypes/Path.js.map +1 -1
  34. package/lib/commonjs/dom/nodes/datatypes/Radius.js.map +1 -1
  35. package/lib/commonjs/dom/nodes/datatypes/Rect.js.map +1 -1
  36. package/lib/commonjs/dom/nodes/datatypes/Transform.js.map +1 -1
  37. package/lib/commonjs/dom/nodes/datatypes/index.js.map +1 -1
  38. package/lib/commonjs/dom/nodes/drawings/AtlasNode.js.map +1 -1
  39. package/lib/commonjs/dom/nodes/drawings/BackdropFilterNode.js.map +1 -1
  40. package/lib/commonjs/dom/nodes/drawings/Box.js.map +1 -1
  41. package/lib/commonjs/dom/nodes/drawings/CircleNode.js.map +1 -1
  42. package/lib/commonjs/dom/nodes/drawings/DiffRectNode.js.map +1 -1
  43. package/lib/commonjs/dom/nodes/drawings/FillNode.js.map +1 -1
  44. package/lib/commonjs/dom/nodes/drawings/ImageNode.js.map +1 -1
  45. package/lib/commonjs/dom/nodes/drawings/ImageSVG.js.map +1 -1
  46. package/lib/commonjs/dom/nodes/drawings/LineNode.js.map +1 -1
  47. package/lib/commonjs/dom/nodes/drawings/OvalNode.js.map +1 -1
  48. package/lib/commonjs/dom/nodes/drawings/ParagraphNode.js.map +1 -1
  49. package/lib/commonjs/dom/nodes/drawings/PatchNode.js.map +1 -1
  50. package/lib/commonjs/dom/nodes/drawings/PathNode.js.map +1 -1
  51. package/lib/commonjs/dom/nodes/drawings/PictureNode.js.map +1 -1
  52. package/lib/commonjs/dom/nodes/drawings/PointsNode.js.map +1 -1
  53. package/lib/commonjs/dom/nodes/drawings/RRectNode.js +2 -2
  54. package/lib/commonjs/dom/nodes/drawings/RRectNode.js.map +1 -1
  55. package/lib/commonjs/dom/nodes/drawings/RectNode.js.map +1 -1
  56. package/lib/commonjs/dom/nodes/drawings/Text.js.map +1 -1
  57. package/lib/commonjs/dom/nodes/drawings/VerticesNode.js.map +1 -1
  58. package/lib/commonjs/dom/nodes/drawings/index.js.map +1 -1
  59. package/lib/commonjs/dom/nodes/index.js.map +1 -1
  60. package/lib/commonjs/dom/nodes/paint/BlendNode.js.map +1 -1
  61. package/lib/commonjs/dom/nodes/paint/ColorFilters.js.map +1 -1
  62. package/lib/commonjs/dom/nodes/paint/ImageFilters.js.map +1 -1
  63. package/lib/commonjs/dom/nodes/paint/MaskFilters.js.map +1 -1
  64. package/lib/commonjs/dom/nodes/paint/PathEffects.js.map +1 -1
  65. package/lib/commonjs/dom/nodes/paint/Shaders.js.map +1 -1
  66. package/lib/commonjs/dom/nodes/paint/index.js.map +1 -1
  67. package/lib/commonjs/dom/types/ColorFilters.js.map +1 -1
  68. package/lib/commonjs/dom/types/Common.js.map +1 -1
  69. package/lib/commonjs/dom/types/DeclarationContext.js +2 -2
  70. package/lib/commonjs/dom/types/DeclarationContext.js.map +1 -1
  71. package/lib/commonjs/dom/types/DrawingContext.js +2 -2
  72. package/lib/commonjs/dom/types/DrawingContext.js.map +1 -1
  73. package/lib/commonjs/dom/types/Drawings.js.map +1 -1
  74. package/lib/commonjs/dom/types/ImageFilters.js.map +1 -1
  75. package/lib/commonjs/dom/types/MaskFilters.js.map +1 -1
  76. package/lib/commonjs/dom/types/Node.js.map +1 -1
  77. package/lib/commonjs/dom/types/NodeType.js.map +1 -1
  78. package/lib/commonjs/dom/types/Paragraph.js.map +1 -1
  79. package/lib/commonjs/dom/types/PathEffects.js.map +1 -1
  80. package/lib/commonjs/dom/types/Shaders.js.map +1 -1
  81. package/lib/commonjs/dom/types/SkDOM.js.map +1 -1
  82. package/lib/commonjs/dom/types/index.js.map +1 -1
  83. package/lib/commonjs/external/ModuleProxy.js.map +1 -1
  84. package/lib/commonjs/external/index.js.map +1 -1
  85. package/lib/commonjs/external/reanimated/ReanimatedProxy.js.map +1 -1
  86. package/lib/commonjs/external/reanimated/buffers.d.ts +4 -4
  87. package/lib/commonjs/external/reanimated/buffers.js +1 -1
  88. package/lib/commonjs/external/reanimated/buffers.js.map +1 -1
  89. package/lib/commonjs/external/reanimated/index.js.map +1 -1
  90. package/lib/commonjs/external/reanimated/interpolators.js +1 -1
  91. package/lib/commonjs/external/reanimated/interpolators.js.map +1 -1
  92. package/lib/commonjs/external/reanimated/renderHelpers.js +1 -1
  93. package/lib/commonjs/external/reanimated/renderHelpers.js.map +1 -1
  94. package/lib/commonjs/external/reanimated/textures.js +1 -1
  95. package/lib/commonjs/external/reanimated/textures.js.map +1 -1
  96. package/lib/commonjs/external/reanimated/useAnimatedImageValue.js +1 -1
  97. package/lib/commonjs/external/reanimated/useAnimatedImageValue.js.map +1 -1
  98. package/lib/commonjs/external/reanimated/useDerivedValueOnJS.js +1 -1
  99. package/lib/commonjs/external/reanimated/useDerivedValueOnJS.js.map +1 -1
  100. package/lib/commonjs/external/reanimated/useVideo.js +1 -1
  101. package/lib/commonjs/external/reanimated/useVideo.js.map +1 -1
  102. package/lib/commonjs/external/reanimated/useVideoLoading.js +1 -1
  103. package/lib/commonjs/external/reanimated/useVideoLoading.js.map +1 -1
  104. package/lib/commonjs/external/reanimated/useVideoLoading.web.js.map +1 -1
  105. package/lib/commonjs/headless/index.js.map +1 -1
  106. package/lib/commonjs/index.js.map +1 -1
  107. package/lib/commonjs/mock/index.js +4 -0
  108. package/lib/commonjs/mock/index.js.map +1 -1
  109. package/lib/commonjs/renderer/Canvas.d.ts +2 -2
  110. package/lib/commonjs/renderer/Canvas.js +2 -2
  111. package/lib/commonjs/renderer/Canvas.js.map +1 -1
  112. package/lib/commonjs/renderer/Container.d.ts +1 -0
  113. package/lib/commonjs/renderer/Container.js +3 -2
  114. package/lib/commonjs/renderer/Container.js.map +1 -1
  115. package/lib/commonjs/renderer/DrawingContext.js.map +1 -1
  116. package/lib/commonjs/renderer/HostComponents.js.map +1 -1
  117. package/lib/commonjs/renderer/HostConfig.d.ts +0 -1
  118. package/lib/commonjs/renderer/HostConfig.js +7 -3
  119. package/lib/commonjs/renderer/HostConfig.js.map +1 -1
  120. package/lib/commonjs/renderer/Offscreen.js.map +1 -1
  121. package/lib/commonjs/renderer/Reconciler.js +4 -3
  122. package/lib/commonjs/renderer/Reconciler.js.map +1 -1
  123. package/lib/commonjs/renderer/components/Blend.js +1 -1
  124. package/lib/commonjs/renderer/components/Blend.js.map +1 -1
  125. package/lib/commonjs/renderer/components/Group.js +3 -3
  126. package/lib/commonjs/renderer/components/Group.js.map +1 -1
  127. package/lib/commonjs/renderer/components/Mask.js +1 -1
  128. package/lib/commonjs/renderer/components/Mask.js.map +1 -1
  129. package/lib/commonjs/renderer/components/Paint.js +1 -1
  130. package/lib/commonjs/renderer/components/Paint.js.map +1 -1
  131. package/lib/commonjs/renderer/components/Picture.js +1 -1
  132. package/lib/commonjs/renderer/components/Picture.js.map +1 -1
  133. package/lib/commonjs/renderer/components/backdrop/BackdropBlur.js +2 -2
  134. package/lib/commonjs/renderer/components/backdrop/BackdropBlur.js.map +1 -1
  135. package/lib/commonjs/renderer/components/backdrop/BackdropFilter.js +1 -1
  136. package/lib/commonjs/renderer/components/backdrop/BackdropFilter.js.map +1 -1
  137. package/lib/commonjs/renderer/components/backdrop/index.js.map +1 -1
  138. package/lib/commonjs/renderer/components/colorFilters/BlendColor.js +1 -1
  139. package/lib/commonjs/renderer/components/colorFilters/BlendColor.js.map +1 -1
  140. package/lib/commonjs/renderer/components/colorFilters/Lerp.js +1 -1
  141. package/lib/commonjs/renderer/components/colorFilters/Lerp.js.map +1 -1
  142. package/lib/commonjs/renderer/components/colorFilters/LinearToSRGBGamma.js +1 -1
  143. package/lib/commonjs/renderer/components/colorFilters/LinearToSRGBGamma.js.map +1 -1
  144. package/lib/commonjs/renderer/components/colorFilters/LumaColorFilter.js +1 -1
  145. package/lib/commonjs/renderer/components/colorFilters/LumaColorFilter.js.map +1 -1
  146. package/lib/commonjs/renderer/components/colorFilters/Matrix.js +1 -1
  147. package/lib/commonjs/renderer/components/colorFilters/Matrix.js.map +1 -1
  148. package/lib/commonjs/renderer/components/colorFilters/SRGBToLinearGamma.js +1 -1
  149. package/lib/commonjs/renderer/components/colorFilters/SRGBToLinearGamma.js.map +1 -1
  150. package/lib/commonjs/renderer/components/colorFilters/index.js.map +1 -1
  151. package/lib/commonjs/renderer/components/image/Image.js +1 -1
  152. package/lib/commonjs/renderer/components/image/Image.js.map +1 -1
  153. package/lib/commonjs/renderer/components/image/ImageSVG.js +1 -1
  154. package/lib/commonjs/renderer/components/image/ImageSVG.js.map +1 -1
  155. package/lib/commonjs/renderer/components/image/ImageShader.js +2 -2
  156. package/lib/commonjs/renderer/components/image/ImageShader.js.map +1 -1
  157. package/lib/commonjs/renderer/components/image/index.js.map +1 -1
  158. package/lib/commonjs/renderer/components/imageFilters/Blur.js +2 -2
  159. package/lib/commonjs/renderer/components/imageFilters/Blur.js.map +1 -1
  160. package/lib/commonjs/renderer/components/imageFilters/DisplacementMap.js +1 -1
  161. package/lib/commonjs/renderer/components/imageFilters/DisplacementMap.js.map +1 -1
  162. package/lib/commonjs/renderer/components/imageFilters/Morphology.js +2 -2
  163. package/lib/commonjs/renderer/components/imageFilters/Morphology.js.map +1 -1
  164. package/lib/commonjs/renderer/components/imageFilters/Offset.js +2 -2
  165. package/lib/commonjs/renderer/components/imageFilters/Offset.js.map +1 -1
  166. package/lib/commonjs/renderer/components/imageFilters/RuntimeShader.js +1 -1
  167. package/lib/commonjs/renderer/components/imageFilters/RuntimeShader.js.map +1 -1
  168. package/lib/commonjs/renderer/components/imageFilters/Shadow.js +1 -1
  169. package/lib/commonjs/renderer/components/imageFilters/Shadow.js.map +1 -1
  170. package/lib/commonjs/renderer/components/imageFilters/index.js.map +1 -1
  171. package/lib/commonjs/renderer/components/index.js.map +1 -1
  172. package/lib/commonjs/renderer/components/maskFilters/Blur.js +2 -2
  173. package/lib/commonjs/renderer/components/maskFilters/Blur.js.map +1 -1
  174. package/lib/commonjs/renderer/components/maskFilters/index.js.map +1 -1
  175. package/lib/commonjs/renderer/components/paragraph/Paragraph.js +1 -1
  176. package/lib/commonjs/renderer/components/paragraph/Paragraph.js.map +1 -1
  177. package/lib/commonjs/renderer/components/paragraph/index.js.map +1 -1
  178. package/lib/commonjs/renderer/components/pathEffects/Corner.js +1 -1
  179. package/lib/commonjs/renderer/components/pathEffects/Corner.js.map +1 -1
  180. package/lib/commonjs/renderer/components/pathEffects/Dash.js +1 -1
  181. package/lib/commonjs/renderer/components/pathEffects/Dash.js.map +1 -1
  182. package/lib/commonjs/renderer/components/pathEffects/Discrete.js +2 -2
  183. package/lib/commonjs/renderer/components/pathEffects/Discrete.js.map +1 -1
  184. package/lib/commonjs/renderer/components/pathEffects/Line2D.js +1 -1
  185. package/lib/commonjs/renderer/components/pathEffects/Line2D.js.map +1 -1
  186. package/lib/commonjs/renderer/components/pathEffects/Path1D.js +1 -1
  187. package/lib/commonjs/renderer/components/pathEffects/Path1D.js.map +1 -1
  188. package/lib/commonjs/renderer/components/pathEffects/Path2D.js +1 -1
  189. package/lib/commonjs/renderer/components/pathEffects/Path2D.js.map +1 -1
  190. package/lib/commonjs/renderer/components/pathEffects/Sum.js +1 -1
  191. package/lib/commonjs/renderer/components/pathEffects/Sum.js.map +1 -1
  192. package/lib/commonjs/renderer/components/pathEffects/index.js.map +1 -1
  193. package/lib/commonjs/renderer/components/shaders/Color.js +1 -1
  194. package/lib/commonjs/renderer/components/shaders/Color.js.map +1 -1
  195. package/lib/commonjs/renderer/components/shaders/FractalNoise.js +2 -2
  196. package/lib/commonjs/renderer/components/shaders/FractalNoise.js.map +1 -1
  197. package/lib/commonjs/renderer/components/shaders/LinearGradient.js +1 -1
  198. package/lib/commonjs/renderer/components/shaders/LinearGradient.js.map +1 -1
  199. package/lib/commonjs/renderer/components/shaders/RadialGradient.js +1 -1
  200. package/lib/commonjs/renderer/components/shaders/RadialGradient.js.map +1 -1
  201. package/lib/commonjs/renderer/components/shaders/Shader.js +2 -2
  202. package/lib/commonjs/renderer/components/shaders/Shader.js.map +1 -1
  203. package/lib/commonjs/renderer/components/shaders/ShaderLib.js.map +1 -1
  204. package/lib/commonjs/renderer/components/shaders/SweepGradient.js +1 -1
  205. package/lib/commonjs/renderer/components/shaders/SweepGradient.js.map +1 -1
  206. package/lib/commonjs/renderer/components/shaders/Turbulence.js +2 -2
  207. package/lib/commonjs/renderer/components/shaders/Turbulence.js.map +1 -1
  208. package/lib/commonjs/renderer/components/shaders/TwoPointConicalGradient.js +1 -1
  209. package/lib/commonjs/renderer/components/shaders/TwoPointConicalGradient.js.map +1 -1
  210. package/lib/commonjs/renderer/components/shaders/index.js.map +1 -1
  211. package/lib/commonjs/renderer/components/shapes/Atlas.js +1 -1
  212. package/lib/commonjs/renderer/components/shapes/Atlas.js.map +1 -1
  213. package/lib/commonjs/renderer/components/shapes/Box.js +1 -1
  214. package/lib/commonjs/renderer/components/shapes/Box.js.map +1 -1
  215. package/lib/commonjs/renderer/components/shapes/Circle.js +1 -1
  216. package/lib/commonjs/renderer/components/shapes/Circle.js.map +1 -1
  217. package/lib/commonjs/renderer/components/shapes/DiffRect.js +1 -1
  218. package/lib/commonjs/renderer/components/shapes/DiffRect.js.map +1 -1
  219. package/lib/commonjs/renderer/components/shapes/Fill.js +1 -1
  220. package/lib/commonjs/renderer/components/shapes/Fill.js.map +1 -1
  221. package/lib/commonjs/renderer/components/shapes/FitBox.js +1 -1
  222. package/lib/commonjs/renderer/components/shapes/FitBox.js.map +1 -1
  223. package/lib/commonjs/renderer/components/shapes/Line.js +1 -1
  224. package/lib/commonjs/renderer/components/shapes/Line.js.map +1 -1
  225. package/lib/commonjs/renderer/components/shapes/Oval.js +1 -1
  226. package/lib/commonjs/renderer/components/shapes/Oval.js.map +1 -1
  227. package/lib/commonjs/renderer/components/shapes/Patch.js +1 -1
  228. package/lib/commonjs/renderer/components/shapes/Patch.js.map +1 -1
  229. package/lib/commonjs/renderer/components/shapes/Path.js +2 -2
  230. package/lib/commonjs/renderer/components/shapes/Path.js.map +1 -1
  231. package/lib/commonjs/renderer/components/shapes/Points.js +2 -2
  232. package/lib/commonjs/renderer/components/shapes/Points.js.map +1 -1
  233. package/lib/commonjs/renderer/components/shapes/Rect.js +1 -1
  234. package/lib/commonjs/renderer/components/shapes/Rect.js.map +1 -1
  235. package/lib/commonjs/renderer/components/shapes/RoundedRect.js +1 -1
  236. package/lib/commonjs/renderer/components/shapes/RoundedRect.js.map +1 -1
  237. package/lib/commonjs/renderer/components/shapes/Vertices.js +2 -2
  238. package/lib/commonjs/renderer/components/shapes/Vertices.js.map +1 -1
  239. package/lib/commonjs/renderer/components/shapes/index.js.map +1 -1
  240. package/lib/commonjs/renderer/components/text/Glyphs.js +2 -2
  241. package/lib/commonjs/renderer/components/text/Glyphs.js.map +1 -1
  242. package/lib/commonjs/renderer/components/text/Text.js +2 -2
  243. package/lib/commonjs/renderer/components/text/Text.js.map +1 -1
  244. package/lib/commonjs/renderer/components/text/TextBlob.js +2 -2
  245. package/lib/commonjs/renderer/components/text/TextBlob.js.map +1 -1
  246. package/lib/commonjs/renderer/components/text/TextPath.js +2 -2
  247. package/lib/commonjs/renderer/components/text/TextPath.js.map +1 -1
  248. package/lib/commonjs/renderer/components/text/index.js.map +1 -1
  249. package/lib/commonjs/renderer/index.js.map +1 -1
  250. package/lib/commonjs/renderer/processors/Animations/Animations.js.map +1 -1
  251. package/lib/commonjs/renderer/processors/Animations/index.js.map +1 -1
  252. package/lib/commonjs/renderer/processors/index.js.map +1 -1
  253. package/lib/commonjs/renderer/processors/math/Coordinates.js.map +1 -1
  254. package/lib/commonjs/renderer/processors/math/Math.js.map +1 -1
  255. package/lib/commonjs/renderer/processors/math/Transforms.js.map +1 -1
  256. package/lib/commonjs/renderer/processors/math/index.js.map +1 -1
  257. package/lib/commonjs/renderer/typeddash.js.map +1 -1
  258. package/lib/commonjs/skia/NativeSetup.js +1 -1
  259. package/lib/commonjs/skia/NativeSetup.js.map +1 -1
  260. package/lib/commonjs/skia/Skia.js.map +1 -1
  261. package/lib/commonjs/skia/Skia.web.js.map +1 -1
  262. package/lib/commonjs/skia/core/AnimatedImage.d.ts +1 -1
  263. package/lib/commonjs/skia/core/AnimatedImage.js.map +1 -1
  264. package/lib/commonjs/skia/core/Data.d.ts +3 -3
  265. package/lib/commonjs/skia/core/Data.js.map +1 -1
  266. package/lib/commonjs/skia/core/Font.d.ts +1 -1
  267. package/lib/commonjs/skia/core/Font.js.map +1 -1
  268. package/lib/commonjs/skia/core/Image.d.ts +2 -3
  269. package/lib/commonjs/skia/core/Image.js.map +1 -1
  270. package/lib/commonjs/skia/core/Matrix.js.map +1 -1
  271. package/lib/commonjs/skia/core/Picture.d.ts +1 -1
  272. package/lib/commonjs/skia/core/Picture.js.map +1 -1
  273. package/lib/commonjs/skia/core/RRect.js.map +1 -1
  274. package/lib/commonjs/skia/core/Rect.js.map +1 -1
  275. package/lib/commonjs/skia/core/SVG.d.ts +1 -1
  276. package/lib/commonjs/skia/core/SVG.js.map +1 -1
  277. package/lib/commonjs/skia/core/SVG.web.d.ts +1 -1
  278. package/lib/commonjs/skia/core/SVG.web.js.map +1 -1
  279. package/lib/commonjs/skia/core/Typeface.d.ts +1 -1
  280. package/lib/commonjs/skia/core/Typeface.js.map +1 -1
  281. package/lib/commonjs/skia/core/Vector.js.map +1 -1
  282. package/lib/commonjs/skia/core/index.js.map +1 -1
  283. package/lib/commonjs/skia/index.js.map +1 -1
  284. package/lib/commonjs/skia/types/AnimatedImage/AnimatedImage.d.ts +5 -0
  285. package/lib/commonjs/skia/types/AnimatedImage/AnimatedImage.js.map +1 -1
  286. package/lib/commonjs/skia/types/AnimatedImage/AnimatedImageFactory.js.map +1 -1
  287. package/lib/commonjs/skia/types/AnimatedImage/index.js.map +1 -1
  288. package/lib/commonjs/skia/types/Canvas.js.map +1 -1
  289. package/lib/commonjs/skia/types/Color.js.map +1 -1
  290. package/lib/commonjs/skia/types/ColorFilter/ColorFilter.js.map +1 -1
  291. package/lib/commonjs/skia/types/ColorFilter/ColorFilterFactory.js.map +1 -1
  292. package/lib/commonjs/skia/types/ColorFilter/index.js.map +1 -1
  293. package/lib/commonjs/skia/types/ContourMeasure.js.map +1 -1
  294. package/lib/commonjs/skia/types/Data/Data.d.ts +1 -1
  295. package/lib/commonjs/skia/types/Data/Data.js.map +1 -1
  296. package/lib/commonjs/skia/types/Data/DataFactory.js.map +1 -1
  297. package/lib/commonjs/skia/types/Data/index.js.map +1 -1
  298. package/lib/commonjs/skia/types/Font/Font.js.map +1 -1
  299. package/lib/commonjs/skia/types/Font/FontMgr.js.map +1 -1
  300. package/lib/commonjs/skia/types/Font/FontMgrFactory.js.map +1 -1
  301. package/lib/commonjs/skia/types/Font/index.js.map +1 -1
  302. package/lib/commonjs/skia/types/Image/Image.js.map +1 -1
  303. package/lib/commonjs/skia/types/Image/ImageFactory.d.ts +16 -16
  304. package/lib/commonjs/skia/types/Image/ImageFactory.js.map +1 -1
  305. package/lib/commonjs/skia/types/Image/index.js.map +1 -1
  306. package/lib/commonjs/skia/types/ImageFilter/ImageFilter.js.map +1 -1
  307. package/lib/commonjs/skia/types/ImageFilter/ImageFilterFactory.js.map +1 -1
  308. package/lib/commonjs/skia/types/ImageFilter/index.js.map +1 -1
  309. package/lib/commonjs/skia/types/JsiInstance.js.map +1 -1
  310. package/lib/commonjs/skia/types/MaskFilter.d.ts +3 -3
  311. package/lib/commonjs/skia/types/MaskFilter.js.map +1 -1
  312. package/lib/commonjs/skia/types/Matrix.js.map +1 -1
  313. package/lib/commonjs/skia/types/Matrix4.js.map +1 -1
  314. package/lib/commonjs/skia/types/NativeBuffer/NativeBufferFactory.d.ts +3 -3
  315. package/lib/commonjs/skia/types/NativeBuffer/NativeBufferFactory.js.map +1 -1
  316. package/lib/commonjs/skia/types/NativeBuffer/index.js.map +1 -1
  317. package/lib/commonjs/skia/types/Paint/BlendMode.d.ts +28 -28
  318. package/lib/commonjs/skia/types/Paint/BlendMode.js.map +1 -1
  319. package/lib/commonjs/skia/types/Paint/Paint.js.map +1 -1
  320. package/lib/commonjs/skia/types/Paint/index.js.map +1 -1
  321. package/lib/commonjs/skia/types/Paragraph/Paragraph.js.map +1 -1
  322. package/lib/commonjs/skia/types/Paragraph/ParagraphBuilder.js.map +1 -1
  323. package/lib/commonjs/skia/types/Paragraph/ParagraphStyle.js.map +1 -1
  324. package/lib/commonjs/skia/types/Paragraph/TextStyle.js.map +1 -1
  325. package/lib/commonjs/skia/types/Paragraph/TypefaceFontProvider.js.map +1 -1
  326. package/lib/commonjs/skia/types/Paragraph/TypefaceFontProviderFactory.js.map +1 -1
  327. package/lib/commonjs/skia/types/Paragraph/index.js.map +1 -1
  328. package/lib/commonjs/skia/types/Path/Path.d.ts +4 -4
  329. package/lib/commonjs/skia/types/Path/Path.js.map +1 -1
  330. package/lib/commonjs/skia/types/Path/PathFactory.js.map +1 -1
  331. package/lib/commonjs/skia/types/Path/index.js.map +1 -1
  332. package/lib/commonjs/skia/types/PathEffect.js.map +1 -1
  333. package/lib/commonjs/skia/types/Picture/Picture.js.map +1 -1
  334. package/lib/commonjs/skia/types/Picture/PictureFactory.js.map +1 -1
  335. package/lib/commonjs/skia/types/Picture/PictureRecorder.js.map +1 -1
  336. package/lib/commonjs/skia/types/Picture/index.js.map +1 -1
  337. package/lib/commonjs/skia/types/Point.js.map +1 -1
  338. package/lib/commonjs/skia/types/RRect.js.map +1 -1
  339. package/lib/commonjs/skia/types/RSXform.js.map +1 -1
  340. package/lib/commonjs/skia/types/Rect.js.map +1 -1
  341. package/lib/commonjs/skia/types/RuntimeEffect/RuntimeEffect.js.map +1 -1
  342. package/lib/commonjs/skia/types/RuntimeEffect/RuntimeEffectFactory.js.map +1 -1
  343. package/lib/commonjs/skia/types/RuntimeEffect/index.js.map +1 -1
  344. package/lib/commonjs/skia/types/SVG/SVG.js.map +1 -1
  345. package/lib/commonjs/skia/types/SVG/SVGFactory.js.map +1 -1
  346. package/lib/commonjs/skia/types/SVG/index.js.map +1 -1
  347. package/lib/commonjs/skia/types/Shader/Shader.js.map +1 -1
  348. package/lib/commonjs/skia/types/Shader/ShaderFactory.js.map +1 -1
  349. package/lib/commonjs/skia/types/Shader/index.js.map +1 -1
  350. package/lib/commonjs/skia/types/Size.js.map +1 -1
  351. package/lib/commonjs/skia/types/Skia.js.map +1 -1
  352. package/lib/commonjs/skia/types/Surface/Surface.js.map +1 -1
  353. package/lib/commonjs/skia/types/Surface/SurfaceFactory.js.map +1 -1
  354. package/lib/commonjs/skia/types/Surface/index.js.map +1 -1
  355. package/lib/commonjs/skia/types/TextBlob.js.map +1 -1
  356. package/lib/commonjs/skia/types/Typeface/Typeface.js.map +1 -1
  357. package/lib/commonjs/skia/types/Typeface/TypefaceFactory.js.map +1 -1
  358. package/lib/commonjs/skia/types/Typeface/index.js.map +1 -1
  359. package/lib/commonjs/skia/types/Vertices/Vertices.d.ts +1 -1
  360. package/lib/commonjs/skia/types/Vertices/Vertices.js +1 -1
  361. package/lib/commonjs/skia/types/Vertices/Vertices.js.map +1 -1
  362. package/lib/commonjs/skia/types/Vertices/index.js.map +1 -1
  363. package/lib/commonjs/skia/types/Video/Video.js.map +1 -1
  364. package/lib/commonjs/skia/types/Video/index.js.map +1 -1
  365. package/lib/commonjs/skia/types/index.js.map +1 -1
  366. package/lib/commonjs/skia/web/CanvasKitWebGLBufferImpl.js +2 -2
  367. package/lib/commonjs/skia/web/CanvasKitWebGLBufferImpl.js.map +1 -1
  368. package/lib/commonjs/skia/web/Host.js +2 -2
  369. package/lib/commonjs/skia/web/Host.js.map +1 -1
  370. package/lib/commonjs/skia/web/JsiSkAnimatedImage.d.ts +1 -0
  371. package/lib/commonjs/skia/web/JsiSkAnimatedImage.js +5 -2
  372. package/lib/commonjs/skia/web/JsiSkAnimatedImage.js.map +1 -1
  373. package/lib/commonjs/skia/web/JsiSkAnimatedImageFactory.js.map +1 -1
  374. package/lib/commonjs/skia/web/JsiSkCanvas.d.ts +1 -1
  375. package/lib/commonjs/skia/web/JsiSkCanvas.js +2 -2
  376. package/lib/commonjs/skia/web/JsiSkCanvas.js.map +1 -1
  377. package/lib/commonjs/skia/web/JsiSkColor.js.map +1 -1
  378. package/lib/commonjs/skia/web/JsiSkColorFilter.js +2 -2
  379. package/lib/commonjs/skia/web/JsiSkColorFilter.js.map +1 -1
  380. package/lib/commonjs/skia/web/JsiSkColorFilterFactory.js.map +1 -1
  381. package/lib/commonjs/skia/web/JsiSkContourMeasure.js +2 -2
  382. package/lib/commonjs/skia/web/JsiSkContourMeasure.js.map +1 -1
  383. package/lib/commonjs/skia/web/JsiSkContourMeasureIter.js +2 -2
  384. package/lib/commonjs/skia/web/JsiSkContourMeasureIter.js.map +1 -1
  385. package/lib/commonjs/skia/web/JsiSkData.js +2 -2
  386. package/lib/commonjs/skia/web/JsiSkData.js.map +1 -1
  387. package/lib/commonjs/skia/web/JsiSkDataFactory.js.map +1 -1
  388. package/lib/commonjs/skia/web/JsiSkFont.js +2 -2
  389. package/lib/commonjs/skia/web/JsiSkFont.js.map +1 -1
  390. package/lib/commonjs/skia/web/JsiSkFontMgr.js.map +1 -1
  391. package/lib/commonjs/skia/web/JsiSkFontMgrFactory.js.map +1 -1
  392. package/lib/commonjs/skia/web/JsiSkImage.js +2 -2
  393. package/lib/commonjs/skia/web/JsiSkImage.js.map +1 -1
  394. package/lib/commonjs/skia/web/JsiSkImageFactory.js.map +1 -1
  395. package/lib/commonjs/skia/web/JsiSkImageFilter.js +2 -2
  396. package/lib/commonjs/skia/web/JsiSkImageFilter.js.map +1 -1
  397. package/lib/commonjs/skia/web/JsiSkImageFilterFactory.js.map +1 -1
  398. package/lib/commonjs/skia/web/JsiSkMaskFilter.js +2 -2
  399. package/lib/commonjs/skia/web/JsiSkMaskFilter.js.map +1 -1
  400. package/lib/commonjs/skia/web/JsiSkMaskFilterFactory.js.map +1 -1
  401. package/lib/commonjs/skia/web/JsiSkMatrix.js +2 -2
  402. package/lib/commonjs/skia/web/JsiSkMatrix.js.map +1 -1
  403. package/lib/commonjs/skia/web/JsiSkNativeBufferFactory.d.ts +1 -1
  404. package/lib/commonjs/skia/web/JsiSkNativeBufferFactory.js.map +1 -1
  405. package/lib/commonjs/skia/web/JsiSkPaint.js +2 -2
  406. package/lib/commonjs/skia/web/JsiSkPaint.js.map +1 -1
  407. package/lib/commonjs/skia/web/JsiSkParagraph.js.map +1 -1
  408. package/lib/commonjs/skia/web/JsiSkParagraphBuilder.js.map +1 -1
  409. package/lib/commonjs/skia/web/JsiSkParagraphBuilderFactory.js.map +1 -1
  410. package/lib/commonjs/skia/web/JsiSkParagraphStyle.d.ts +1 -1
  411. package/lib/commonjs/skia/web/JsiSkParagraphStyle.js.map +1 -1
  412. package/lib/commonjs/skia/web/JsiSkPath.js +2 -2
  413. package/lib/commonjs/skia/web/JsiSkPath.js.map +1 -1
  414. package/lib/commonjs/skia/web/JsiSkPathEffect.js +2 -2
  415. package/lib/commonjs/skia/web/JsiSkPathEffect.js.map +1 -1
  416. package/lib/commonjs/skia/web/JsiSkPathEffectFactory.js.map +1 -1
  417. package/lib/commonjs/skia/web/JsiSkPathFactory.js.map +1 -1
  418. package/lib/commonjs/skia/web/JsiSkPicture.js +2 -2
  419. package/lib/commonjs/skia/web/JsiSkPicture.js.map +1 -1
  420. package/lib/commonjs/skia/web/JsiSkPictureFactory.js.map +1 -1
  421. package/lib/commonjs/skia/web/JsiSkPictureRecorder.js +2 -2
  422. package/lib/commonjs/skia/web/JsiSkPictureRecorder.js.map +1 -1
  423. package/lib/commonjs/skia/web/JsiSkPoint.js +2 -2
  424. package/lib/commonjs/skia/web/JsiSkPoint.js.map +1 -1
  425. package/lib/commonjs/skia/web/JsiSkRRect.js +2 -2
  426. package/lib/commonjs/skia/web/JsiSkRRect.js.map +1 -1
  427. package/lib/commonjs/skia/web/JsiSkRSXform.js +2 -2
  428. package/lib/commonjs/skia/web/JsiSkRSXform.js.map +1 -1
  429. package/lib/commonjs/skia/web/JsiSkRect.js +2 -2
  430. package/lib/commonjs/skia/web/JsiSkRect.js.map +1 -1
  431. package/lib/commonjs/skia/web/JsiSkRuntimeEffect.js +2 -2
  432. package/lib/commonjs/skia/web/JsiSkRuntimeEffect.js.map +1 -1
  433. package/lib/commonjs/skia/web/JsiSkRuntimeEffectFactory.js.map +1 -1
  434. package/lib/commonjs/skia/web/JsiSkSVG.js +2 -2
  435. package/lib/commonjs/skia/web/JsiSkSVG.js.map +1 -1
  436. package/lib/commonjs/skia/web/JsiSkSVGFactory.js.map +1 -1
  437. package/lib/commonjs/skia/web/JsiSkShader.js +2 -2
  438. package/lib/commonjs/skia/web/JsiSkShader.js.map +1 -1
  439. package/lib/commonjs/skia/web/JsiSkShaderFactory.js.map +1 -1
  440. package/lib/commonjs/skia/web/JsiSkSurface.js +2 -2
  441. package/lib/commonjs/skia/web/JsiSkSurface.js.map +1 -1
  442. package/lib/commonjs/skia/web/JsiSkSurfaceFactory.js.map +1 -1
  443. package/lib/commonjs/skia/web/JsiSkTextBlob.js +2 -2
  444. package/lib/commonjs/skia/web/JsiSkTextBlob.js.map +1 -1
  445. package/lib/commonjs/skia/web/JsiSkTextBlobFactory.js.map +1 -1
  446. package/lib/commonjs/skia/web/JsiSkTextStyle.js.map +1 -1
  447. package/lib/commonjs/skia/web/JsiSkTypeface.js +2 -2
  448. package/lib/commonjs/skia/web/JsiSkTypeface.js.map +1 -1
  449. package/lib/commonjs/skia/web/JsiSkTypefaceFactory.js.map +1 -1
  450. package/lib/commonjs/skia/web/JsiSkTypefaceFontProvider.js +2 -2
  451. package/lib/commonjs/skia/web/JsiSkTypefaceFontProvider.js.map +1 -1
  452. package/lib/commonjs/skia/web/JsiSkTypefaceFontProviderFactory.js.map +1 -1
  453. package/lib/commonjs/skia/web/JsiSkVertices.js +2 -2
  454. package/lib/commonjs/skia/web/JsiSkVertices.js.map +1 -1
  455. package/lib/commonjs/skia/web/JsiSkVerticesFactory.js.map +1 -1
  456. package/lib/commonjs/skia/web/JsiSkia.js.map +1 -1
  457. package/lib/commonjs/skia/web/JsiVideo.js +2 -2
  458. package/lib/commonjs/skia/web/JsiVideo.js.map +1 -1
  459. package/lib/commonjs/skia/web/index.js.map +1 -1
  460. package/lib/commonjs/specs/NativeSkiaModule.js.map +1 -1
  461. package/lib/commonjs/specs/NativeSkiaModule.web.js.map +1 -1
  462. package/lib/commonjs/specs/SkiaDomViewNativeComponent.d.ts +0 -1
  463. package/lib/commonjs/specs/SkiaDomViewNativeComponent.js +1 -1
  464. package/lib/commonjs/specs/SkiaDomViewNativeComponent.js.map +1 -1
  465. package/lib/commonjs/specs/SkiaPictureViewNativeComponent.d.ts +0 -1
  466. package/lib/commonjs/specs/SkiaPictureViewNativeComponent.js +1 -1
  467. package/lib/commonjs/specs/SkiaPictureViewNativeComponent.js.map +1 -1
  468. package/lib/commonjs/views/SkiaBaseWebView.js +4 -4
  469. package/lib/commonjs/views/SkiaBaseWebView.js.map +1 -1
  470. package/lib/commonjs/views/SkiaDomView.d.ts +0 -4
  471. package/lib/commonjs/views/SkiaDomView.js +4 -12
  472. package/lib/commonjs/views/SkiaDomView.js.map +1 -1
  473. package/lib/commonjs/views/SkiaDomView.web.js.map +1 -1
  474. package/lib/commonjs/views/SkiaJSDomView.js +4 -4
  475. package/lib/commonjs/views/SkiaJSDomView.js.map +1 -1
  476. package/lib/commonjs/views/SkiaJSDomView.web.js.map +1 -1
  477. package/lib/commonjs/views/SkiaPictureView.js +4 -4
  478. package/lib/commonjs/views/SkiaPictureView.js.map +1 -1
  479. package/lib/commonjs/views/SkiaPictureView.web.js.map +1 -1
  480. package/lib/commonjs/views/SkiaViewNativeId.js.map +1 -1
  481. package/lib/commonjs/views/api.js.map +1 -1
  482. package/lib/commonjs/views/index.js.map +1 -1
  483. package/lib/commonjs/views/types.js.map +1 -1
  484. package/lib/commonjs/views/useTouchHandler.js.map +1 -1
  485. package/lib/commonjs/web/LoadSkiaWeb.js +1 -1
  486. package/lib/commonjs/web/LoadSkiaWeb.js.map +1 -1
  487. package/lib/commonjs/web/WithSkiaWeb.js +1 -1
  488. package/lib/commonjs/web/WithSkiaWeb.js.map +1 -1
  489. package/lib/commonjs/web/index.js.map +1 -1
  490. package/lib/module/Platform/IPlatform.d.ts +0 -1
  491. package/lib/module/Platform/IPlatform.js.map +1 -1
  492. package/lib/module/Platform/Platform.js.map +1 -1
  493. package/lib/module/Platform/Platform.web.js +4 -0
  494. package/lib/module/Platform/Platform.web.js.map +1 -1
  495. package/lib/module/Platform/index.js.map +1 -1
  496. package/lib/module/animation/functions/index.js.map +1 -1
  497. package/lib/module/animation/functions/interpolate.js.map +1 -1
  498. package/lib/module/animation/functions/interpolateColors.js.map +1 -1
  499. package/lib/module/animation/functions/interpolatePaths.js.map +1 -1
  500. package/lib/module/animation/functions/interpolateVector.js.map +1 -1
  501. package/lib/module/animation/index.js.map +1 -1
  502. package/lib/module/dom/nodes/DrawingNode.js +2 -2
  503. package/lib/module/dom/nodes/DrawingNode.js.map +1 -1
  504. package/lib/module/dom/nodes/GroupNode.js.map +1 -1
  505. package/lib/module/dom/nodes/JsiSkDOM.js.map +1 -1
  506. package/lib/module/dom/nodes/LayerNode.js.map +1 -1
  507. package/lib/module/dom/nodes/Node.js +2 -2
  508. package/lib/module/dom/nodes/Node.js.map +1 -1
  509. package/lib/module/dom/nodes/PaintNode.js.map +1 -1
  510. package/lib/module/dom/nodes/RenderNode.js +2 -2
  511. package/lib/module/dom/nodes/RenderNode.js.map +1 -1
  512. package/lib/module/dom/nodes/datatypes/Circle.js.map +1 -1
  513. package/lib/module/dom/nodes/datatypes/Enum.js.map +1 -1
  514. package/lib/module/dom/nodes/datatypes/Fitting.js.map +1 -1
  515. package/lib/module/dom/nodes/datatypes/Gradient.js.map +1 -1
  516. package/lib/module/dom/nodes/datatypes/Path.js.map +1 -1
  517. package/lib/module/dom/nodes/datatypes/Radius.js.map +1 -1
  518. package/lib/module/dom/nodes/datatypes/Rect.js.map +1 -1
  519. package/lib/module/dom/nodes/datatypes/Transform.js.map +1 -1
  520. package/lib/module/dom/nodes/datatypes/index.js.map +1 -1
  521. package/lib/module/dom/nodes/drawings/AtlasNode.js.map +1 -1
  522. package/lib/module/dom/nodes/drawings/BackdropFilterNode.js.map +1 -1
  523. package/lib/module/dom/nodes/drawings/Box.js.map +1 -1
  524. package/lib/module/dom/nodes/drawings/CircleNode.js.map +1 -1
  525. package/lib/module/dom/nodes/drawings/DiffRectNode.js.map +1 -1
  526. package/lib/module/dom/nodes/drawings/FillNode.js.map +1 -1
  527. package/lib/module/dom/nodes/drawings/ImageNode.js.map +1 -1
  528. package/lib/module/dom/nodes/drawings/ImageSVG.js.map +1 -1
  529. package/lib/module/dom/nodes/drawings/LineNode.js.map +1 -1
  530. package/lib/module/dom/nodes/drawings/OvalNode.js.map +1 -1
  531. package/lib/module/dom/nodes/drawings/ParagraphNode.js.map +1 -1
  532. package/lib/module/dom/nodes/drawings/PatchNode.js.map +1 -1
  533. package/lib/module/dom/nodes/drawings/PathNode.js.map +1 -1
  534. package/lib/module/dom/nodes/drawings/PictureNode.js.map +1 -1
  535. package/lib/module/dom/nodes/drawings/PointsNode.js.map +1 -1
  536. package/lib/module/dom/nodes/drawings/RRectNode.js +2 -2
  537. package/lib/module/dom/nodes/drawings/RRectNode.js.map +1 -1
  538. package/lib/module/dom/nodes/drawings/RectNode.js.map +1 -1
  539. package/lib/module/dom/nodes/drawings/Text.js.map +1 -1
  540. package/lib/module/dom/nodes/drawings/VerticesNode.js.map +1 -1
  541. package/lib/module/dom/nodes/drawings/index.js.map +1 -1
  542. package/lib/module/dom/nodes/index.js.map +1 -1
  543. package/lib/module/dom/nodes/paint/BlendNode.js.map +1 -1
  544. package/lib/module/dom/nodes/paint/ColorFilters.js.map +1 -1
  545. package/lib/module/dom/nodes/paint/ImageFilters.js.map +1 -1
  546. package/lib/module/dom/nodes/paint/MaskFilters.js.map +1 -1
  547. package/lib/module/dom/nodes/paint/PathEffects.js.map +1 -1
  548. package/lib/module/dom/nodes/paint/Shaders.js.map +1 -1
  549. package/lib/module/dom/nodes/paint/index.js.map +1 -1
  550. package/lib/module/dom/types/ColorFilters.js.map +1 -1
  551. package/lib/module/dom/types/Common.js.map +1 -1
  552. package/lib/module/dom/types/DeclarationContext.js +2 -2
  553. package/lib/module/dom/types/DeclarationContext.js.map +1 -1
  554. package/lib/module/dom/types/DrawingContext.js +2 -2
  555. package/lib/module/dom/types/DrawingContext.js.map +1 -1
  556. package/lib/module/dom/types/Drawings.js.map +1 -1
  557. package/lib/module/dom/types/ImageFilters.js.map +1 -1
  558. package/lib/module/dom/types/MaskFilters.js.map +1 -1
  559. package/lib/module/dom/types/Node.js.map +1 -1
  560. package/lib/module/dom/types/NodeType.js.map +1 -1
  561. package/lib/module/dom/types/Paragraph.js.map +1 -1
  562. package/lib/module/dom/types/PathEffects.js.map +1 -1
  563. package/lib/module/dom/types/Shaders.js.map +1 -1
  564. package/lib/module/dom/types/SkDOM.js.map +1 -1
  565. package/lib/module/dom/types/index.js.map +1 -1
  566. package/lib/module/external/ModuleProxy.js.map +1 -1
  567. package/lib/module/external/index.js.map +1 -1
  568. package/lib/module/external/reanimated/ReanimatedProxy.js.map +1 -1
  569. package/lib/module/external/reanimated/buffers.d.ts +4 -4
  570. package/lib/module/external/reanimated/buffers.js.map +1 -1
  571. package/lib/module/external/reanimated/index.js.map +1 -1
  572. package/lib/module/external/reanimated/interpolators.js.map +1 -1
  573. package/lib/module/external/reanimated/renderHelpers.js.map +1 -1
  574. package/lib/module/external/reanimated/textures.js.map +1 -1
  575. package/lib/module/external/reanimated/useAnimatedImageValue.js.map +1 -1
  576. package/lib/module/external/reanimated/useDerivedValueOnJS.js.map +1 -1
  577. package/lib/module/external/reanimated/useVideo.js.map +1 -1
  578. package/lib/module/external/reanimated/useVideoLoading.js.map +1 -1
  579. package/lib/module/external/reanimated/useVideoLoading.web.js.map +1 -1
  580. package/lib/module/headless/index.js.map +1 -1
  581. package/lib/module/index.js.map +1 -1
  582. package/lib/module/mock/index.js +4 -0
  583. package/lib/module/mock/index.js.map +1 -1
  584. package/lib/module/renderer/Canvas.d.ts +2 -2
  585. package/lib/module/renderer/Canvas.js +1 -1
  586. package/lib/module/renderer/Canvas.js.map +1 -1
  587. package/lib/module/renderer/Container.d.ts +1 -0
  588. package/lib/module/renderer/Container.js +3 -2
  589. package/lib/module/renderer/Container.js.map +1 -1
  590. package/lib/module/renderer/DrawingContext.js.map +1 -1
  591. package/lib/module/renderer/HostComponents.js.map +1 -1
  592. package/lib/module/renderer/HostConfig.d.ts +0 -1
  593. package/lib/module/renderer/HostConfig.js +7 -3
  594. package/lib/module/renderer/HostConfig.js.map +1 -1
  595. package/lib/module/renderer/Offscreen.js.map +1 -1
  596. package/lib/module/renderer/Reconciler.js +3 -2
  597. package/lib/module/renderer/Reconciler.js.map +1 -1
  598. package/lib/module/renderer/components/Blend.js.map +1 -1
  599. package/lib/module/renderer/components/Group.js +2 -2
  600. package/lib/module/renderer/components/Group.js.map +1 -1
  601. package/lib/module/renderer/components/Mask.js.map +1 -1
  602. package/lib/module/renderer/components/Paint.js.map +1 -1
  603. package/lib/module/renderer/components/Picture.js.map +1 -1
  604. package/lib/module/renderer/components/backdrop/BackdropBlur.js +1 -1
  605. package/lib/module/renderer/components/backdrop/BackdropBlur.js.map +1 -1
  606. package/lib/module/renderer/components/backdrop/BackdropFilter.js.map +1 -1
  607. package/lib/module/renderer/components/backdrop/index.js.map +1 -1
  608. package/lib/module/renderer/components/colorFilters/BlendColor.js.map +1 -1
  609. package/lib/module/renderer/components/colorFilters/Lerp.js.map +1 -1
  610. package/lib/module/renderer/components/colorFilters/LinearToSRGBGamma.js.map +1 -1
  611. package/lib/module/renderer/components/colorFilters/LumaColorFilter.js.map +1 -1
  612. package/lib/module/renderer/components/colorFilters/Matrix.js.map +1 -1
  613. package/lib/module/renderer/components/colorFilters/SRGBToLinearGamma.js.map +1 -1
  614. package/lib/module/renderer/components/colorFilters/index.js.map +1 -1
  615. package/lib/module/renderer/components/image/Image.js.map +1 -1
  616. package/lib/module/renderer/components/image/ImageSVG.js.map +1 -1
  617. package/lib/module/renderer/components/image/ImageShader.js +1 -1
  618. package/lib/module/renderer/components/image/ImageShader.js.map +1 -1
  619. package/lib/module/renderer/components/image/index.js.map +1 -1
  620. package/lib/module/renderer/components/imageFilters/Blur.js +1 -1
  621. package/lib/module/renderer/components/imageFilters/Blur.js.map +1 -1
  622. package/lib/module/renderer/components/imageFilters/DisplacementMap.js.map +1 -1
  623. package/lib/module/renderer/components/imageFilters/Morphology.js +1 -1
  624. package/lib/module/renderer/components/imageFilters/Morphology.js.map +1 -1
  625. package/lib/module/renderer/components/imageFilters/Offset.js +1 -1
  626. package/lib/module/renderer/components/imageFilters/Offset.js.map +1 -1
  627. package/lib/module/renderer/components/imageFilters/RuntimeShader.js.map +1 -1
  628. package/lib/module/renderer/components/imageFilters/Shadow.js.map +1 -1
  629. package/lib/module/renderer/components/imageFilters/index.js.map +1 -1
  630. package/lib/module/renderer/components/index.js.map +1 -1
  631. package/lib/module/renderer/components/maskFilters/Blur.js +1 -1
  632. package/lib/module/renderer/components/maskFilters/Blur.js.map +1 -1
  633. package/lib/module/renderer/components/maskFilters/index.js.map +1 -1
  634. package/lib/module/renderer/components/paragraph/Paragraph.js.map +1 -1
  635. package/lib/module/renderer/components/paragraph/index.js.map +1 -1
  636. package/lib/module/renderer/components/pathEffects/Corner.js.map +1 -1
  637. package/lib/module/renderer/components/pathEffects/Dash.js.map +1 -1
  638. package/lib/module/renderer/components/pathEffects/Discrete.js +1 -1
  639. package/lib/module/renderer/components/pathEffects/Discrete.js.map +1 -1
  640. package/lib/module/renderer/components/pathEffects/Line2D.js.map +1 -1
  641. package/lib/module/renderer/components/pathEffects/Path1D.js.map +1 -1
  642. package/lib/module/renderer/components/pathEffects/Path2D.js.map +1 -1
  643. package/lib/module/renderer/components/pathEffects/Sum.js.map +1 -1
  644. package/lib/module/renderer/components/pathEffects/index.js.map +1 -1
  645. package/lib/module/renderer/components/shaders/Color.js.map +1 -1
  646. package/lib/module/renderer/components/shaders/FractalNoise.js +1 -1
  647. package/lib/module/renderer/components/shaders/FractalNoise.js.map +1 -1
  648. package/lib/module/renderer/components/shaders/LinearGradient.js.map +1 -1
  649. package/lib/module/renderer/components/shaders/RadialGradient.js.map +1 -1
  650. package/lib/module/renderer/components/shaders/Shader.js +1 -1
  651. package/lib/module/renderer/components/shaders/Shader.js.map +1 -1
  652. package/lib/module/renderer/components/shaders/ShaderLib.js.map +1 -1
  653. package/lib/module/renderer/components/shaders/SweepGradient.js.map +1 -1
  654. package/lib/module/renderer/components/shaders/Turbulence.js +1 -1
  655. package/lib/module/renderer/components/shaders/Turbulence.js.map +1 -1
  656. package/lib/module/renderer/components/shaders/TwoPointConicalGradient.js.map +1 -1
  657. package/lib/module/renderer/components/shaders/index.js.map +1 -1
  658. package/lib/module/renderer/components/shapes/Atlas.js.map +1 -1
  659. package/lib/module/renderer/components/shapes/Box.js.map +1 -1
  660. package/lib/module/renderer/components/shapes/Circle.js.map +1 -1
  661. package/lib/module/renderer/components/shapes/DiffRect.js.map +1 -1
  662. package/lib/module/renderer/components/shapes/Fill.js.map +1 -1
  663. package/lib/module/renderer/components/shapes/FitBox.js.map +1 -1
  664. package/lib/module/renderer/components/shapes/Line.js.map +1 -1
  665. package/lib/module/renderer/components/shapes/Oval.js.map +1 -1
  666. package/lib/module/renderer/components/shapes/Patch.js.map +1 -1
  667. package/lib/module/renderer/components/shapes/Path.js +1 -1
  668. package/lib/module/renderer/components/shapes/Path.js.map +1 -1
  669. package/lib/module/renderer/components/shapes/Points.js +1 -1
  670. package/lib/module/renderer/components/shapes/Points.js.map +1 -1
  671. package/lib/module/renderer/components/shapes/Rect.js.map +1 -1
  672. package/lib/module/renderer/components/shapes/RoundedRect.js.map +1 -1
  673. package/lib/module/renderer/components/shapes/Vertices.js +1 -1
  674. package/lib/module/renderer/components/shapes/Vertices.js.map +1 -1
  675. package/lib/module/renderer/components/shapes/index.js.map +1 -1
  676. package/lib/module/renderer/components/text/Glyphs.js +1 -1
  677. package/lib/module/renderer/components/text/Glyphs.js.map +1 -1
  678. package/lib/module/renderer/components/text/Text.js +1 -1
  679. package/lib/module/renderer/components/text/Text.js.map +1 -1
  680. package/lib/module/renderer/components/text/TextBlob.js +1 -1
  681. package/lib/module/renderer/components/text/TextBlob.js.map +1 -1
  682. package/lib/module/renderer/components/text/TextPath.js +1 -1
  683. package/lib/module/renderer/components/text/TextPath.js.map +1 -1
  684. package/lib/module/renderer/components/text/index.js.map +1 -1
  685. package/lib/module/renderer/index.js.map +1 -1
  686. package/lib/module/renderer/processors/Animations/Animations.js.map +1 -1
  687. package/lib/module/renderer/processors/Animations/index.js.map +1 -1
  688. package/lib/module/renderer/processors/index.js.map +1 -1
  689. package/lib/module/renderer/processors/math/Coordinates.js.map +1 -1
  690. package/lib/module/renderer/processors/math/Math.js.map +1 -1
  691. package/lib/module/renderer/processors/math/Transforms.js.map +1 -1
  692. package/lib/module/renderer/processors/math/index.js.map +1 -1
  693. package/lib/module/renderer/typeddash.js.map +1 -1
  694. package/lib/module/skia/NativeSetup.js.map +1 -1
  695. package/lib/module/skia/Skia.js.map +1 -1
  696. package/lib/module/skia/Skia.web.js.map +1 -1
  697. package/lib/module/skia/core/AnimatedImage.d.ts +1 -1
  698. package/lib/module/skia/core/AnimatedImage.js.map +1 -1
  699. package/lib/module/skia/core/Data.d.ts +3 -3
  700. package/lib/module/skia/core/Data.js.map +1 -1
  701. package/lib/module/skia/core/Font.d.ts +1 -1
  702. package/lib/module/skia/core/Font.js.map +1 -1
  703. package/lib/module/skia/core/Image.d.ts +2 -3
  704. package/lib/module/skia/core/Image.js.map +1 -1
  705. package/lib/module/skia/core/Matrix.js.map +1 -1
  706. package/lib/module/skia/core/Picture.d.ts +1 -1
  707. package/lib/module/skia/core/Picture.js.map +1 -1
  708. package/lib/module/skia/core/RRect.js.map +1 -1
  709. package/lib/module/skia/core/Rect.js.map +1 -1
  710. package/lib/module/skia/core/SVG.d.ts +1 -1
  711. package/lib/module/skia/core/SVG.js.map +1 -1
  712. package/lib/module/skia/core/SVG.web.d.ts +1 -1
  713. package/lib/module/skia/core/SVG.web.js.map +1 -1
  714. package/lib/module/skia/core/Typeface.d.ts +1 -1
  715. package/lib/module/skia/core/Typeface.js.map +1 -1
  716. package/lib/module/skia/core/Vector.js.map +1 -1
  717. package/lib/module/skia/core/index.js.map +1 -1
  718. package/lib/module/skia/index.js.map +1 -1
  719. package/lib/module/skia/types/AnimatedImage/AnimatedImage.d.ts +5 -0
  720. package/lib/module/skia/types/AnimatedImage/AnimatedImage.js.map +1 -1
  721. package/lib/module/skia/types/AnimatedImage/AnimatedImageFactory.js.map +1 -1
  722. package/lib/module/skia/types/AnimatedImage/index.js.map +1 -1
  723. package/lib/module/skia/types/Canvas.js.map +1 -1
  724. package/lib/module/skia/types/Color.js.map +1 -1
  725. package/lib/module/skia/types/ColorFilter/ColorFilter.js.map +1 -1
  726. package/lib/module/skia/types/ColorFilter/ColorFilterFactory.js.map +1 -1
  727. package/lib/module/skia/types/ColorFilter/index.js.map +1 -1
  728. package/lib/module/skia/types/ContourMeasure.js.map +1 -1
  729. package/lib/module/skia/types/Data/Data.d.ts +1 -1
  730. package/lib/module/skia/types/Data/Data.js.map +1 -1
  731. package/lib/module/skia/types/Data/DataFactory.js.map +1 -1
  732. package/lib/module/skia/types/Data/index.js.map +1 -1
  733. package/lib/module/skia/types/Font/Font.js.map +1 -1
  734. package/lib/module/skia/types/Font/FontMgr.js.map +1 -1
  735. package/lib/module/skia/types/Font/FontMgrFactory.js.map +1 -1
  736. package/lib/module/skia/types/Font/index.js.map +1 -1
  737. package/lib/module/skia/types/Image/Image.js.map +1 -1
  738. package/lib/module/skia/types/Image/ImageFactory.d.ts +16 -16
  739. package/lib/module/skia/types/Image/ImageFactory.js.map +1 -1
  740. package/lib/module/skia/types/Image/index.js.map +1 -1
  741. package/lib/module/skia/types/ImageFilter/ImageFilter.js.map +1 -1
  742. package/lib/module/skia/types/ImageFilter/ImageFilterFactory.js.map +1 -1
  743. package/lib/module/skia/types/ImageFilter/index.js.map +1 -1
  744. package/lib/module/skia/types/JsiInstance.js.map +1 -1
  745. package/lib/module/skia/types/MaskFilter.d.ts +3 -3
  746. package/lib/module/skia/types/MaskFilter.js.map +1 -1
  747. package/lib/module/skia/types/Matrix.js.map +1 -1
  748. package/lib/module/skia/types/Matrix4.js.map +1 -1
  749. package/lib/module/skia/types/NativeBuffer/NativeBufferFactory.d.ts +3 -3
  750. package/lib/module/skia/types/NativeBuffer/NativeBufferFactory.js.map +1 -1
  751. package/lib/module/skia/types/NativeBuffer/index.js.map +1 -1
  752. package/lib/module/skia/types/Paint/BlendMode.d.ts +28 -28
  753. package/lib/module/skia/types/Paint/BlendMode.js.map +1 -1
  754. package/lib/module/skia/types/Paint/Paint.js.map +1 -1
  755. package/lib/module/skia/types/Paint/index.js.map +1 -1
  756. package/lib/module/skia/types/Paragraph/Paragraph.js.map +1 -1
  757. package/lib/module/skia/types/Paragraph/ParagraphBuilder.js.map +1 -1
  758. package/lib/module/skia/types/Paragraph/ParagraphStyle.js.map +1 -1
  759. package/lib/module/skia/types/Paragraph/TextStyle.js.map +1 -1
  760. package/lib/module/skia/types/Paragraph/TypefaceFontProvider.js.map +1 -1
  761. package/lib/module/skia/types/Paragraph/TypefaceFontProviderFactory.js.map +1 -1
  762. package/lib/module/skia/types/Paragraph/index.js.map +1 -1
  763. package/lib/module/skia/types/Path/Path.d.ts +4 -4
  764. package/lib/module/skia/types/Path/Path.js.map +1 -1
  765. package/lib/module/skia/types/Path/PathFactory.js.map +1 -1
  766. package/lib/module/skia/types/Path/index.js.map +1 -1
  767. package/lib/module/skia/types/PathEffect.js.map +1 -1
  768. package/lib/module/skia/types/Picture/Picture.js.map +1 -1
  769. package/lib/module/skia/types/Picture/PictureFactory.js.map +1 -1
  770. package/lib/module/skia/types/Picture/PictureRecorder.js.map +1 -1
  771. package/lib/module/skia/types/Picture/index.js.map +1 -1
  772. package/lib/module/skia/types/Point.js.map +1 -1
  773. package/lib/module/skia/types/RRect.js.map +1 -1
  774. package/lib/module/skia/types/RSXform.js.map +1 -1
  775. package/lib/module/skia/types/Rect.js.map +1 -1
  776. package/lib/module/skia/types/RuntimeEffect/RuntimeEffect.js.map +1 -1
  777. package/lib/module/skia/types/RuntimeEffect/RuntimeEffectFactory.js.map +1 -1
  778. package/lib/module/skia/types/RuntimeEffect/index.js.map +1 -1
  779. package/lib/module/skia/types/SVG/SVG.js.map +1 -1
  780. package/lib/module/skia/types/SVG/SVGFactory.js.map +1 -1
  781. package/lib/module/skia/types/SVG/index.js.map +1 -1
  782. package/lib/module/skia/types/Shader/Shader.js.map +1 -1
  783. package/lib/module/skia/types/Shader/ShaderFactory.js.map +1 -1
  784. package/lib/module/skia/types/Shader/index.js.map +1 -1
  785. package/lib/module/skia/types/Size.js.map +1 -1
  786. package/lib/module/skia/types/Skia.js.map +1 -1
  787. package/lib/module/skia/types/Surface/Surface.js.map +1 -1
  788. package/lib/module/skia/types/Surface/SurfaceFactory.js.map +1 -1
  789. package/lib/module/skia/types/Surface/index.js.map +1 -1
  790. package/lib/module/skia/types/TextBlob.js.map +1 -1
  791. package/lib/module/skia/types/Typeface/Typeface.js.map +1 -1
  792. package/lib/module/skia/types/Typeface/TypefaceFactory.js.map +1 -1
  793. package/lib/module/skia/types/Typeface/index.js.map +1 -1
  794. package/lib/module/skia/types/Vertices/Vertices.d.ts +1 -1
  795. package/lib/module/skia/types/Vertices/Vertices.js +1 -1
  796. package/lib/module/skia/types/Vertices/Vertices.js.map +1 -1
  797. package/lib/module/skia/types/Vertices/index.js.map +1 -1
  798. package/lib/module/skia/types/Video/Video.js.map +1 -1
  799. package/lib/module/skia/types/Video/index.js.map +1 -1
  800. package/lib/module/skia/types/index.js.map +1 -1
  801. package/lib/module/skia/web/CanvasKitWebGLBufferImpl.js +2 -2
  802. package/lib/module/skia/web/CanvasKitWebGLBufferImpl.js.map +1 -1
  803. package/lib/module/skia/web/Host.js +2 -2
  804. package/lib/module/skia/web/Host.js.map +1 -1
  805. package/lib/module/skia/web/JsiSkAnimatedImage.d.ts +1 -0
  806. package/lib/module/skia/web/JsiSkAnimatedImage.js +5 -2
  807. package/lib/module/skia/web/JsiSkAnimatedImage.js.map +1 -1
  808. package/lib/module/skia/web/JsiSkAnimatedImageFactory.js.map +1 -1
  809. package/lib/module/skia/web/JsiSkCanvas.d.ts +1 -1
  810. package/lib/module/skia/web/JsiSkCanvas.js +2 -2
  811. package/lib/module/skia/web/JsiSkCanvas.js.map +1 -1
  812. package/lib/module/skia/web/JsiSkColor.js.map +1 -1
  813. package/lib/module/skia/web/JsiSkColorFilter.js +2 -2
  814. package/lib/module/skia/web/JsiSkColorFilter.js.map +1 -1
  815. package/lib/module/skia/web/JsiSkColorFilterFactory.js.map +1 -1
  816. package/lib/module/skia/web/JsiSkContourMeasure.js +2 -2
  817. package/lib/module/skia/web/JsiSkContourMeasure.js.map +1 -1
  818. package/lib/module/skia/web/JsiSkContourMeasureIter.js +2 -2
  819. package/lib/module/skia/web/JsiSkContourMeasureIter.js.map +1 -1
  820. package/lib/module/skia/web/JsiSkData.js +2 -2
  821. package/lib/module/skia/web/JsiSkData.js.map +1 -1
  822. package/lib/module/skia/web/JsiSkDataFactory.js.map +1 -1
  823. package/lib/module/skia/web/JsiSkFont.js +2 -2
  824. package/lib/module/skia/web/JsiSkFont.js.map +1 -1
  825. package/lib/module/skia/web/JsiSkFontMgr.js.map +1 -1
  826. package/lib/module/skia/web/JsiSkFontMgrFactory.js.map +1 -1
  827. package/lib/module/skia/web/JsiSkImage.js +2 -2
  828. package/lib/module/skia/web/JsiSkImage.js.map +1 -1
  829. package/lib/module/skia/web/JsiSkImageFactory.js.map +1 -1
  830. package/lib/module/skia/web/JsiSkImageFilter.js +2 -2
  831. package/lib/module/skia/web/JsiSkImageFilter.js.map +1 -1
  832. package/lib/module/skia/web/JsiSkImageFilterFactory.js.map +1 -1
  833. package/lib/module/skia/web/JsiSkMaskFilter.js +2 -2
  834. package/lib/module/skia/web/JsiSkMaskFilter.js.map +1 -1
  835. package/lib/module/skia/web/JsiSkMaskFilterFactory.js.map +1 -1
  836. package/lib/module/skia/web/JsiSkMatrix.js +2 -2
  837. package/lib/module/skia/web/JsiSkMatrix.js.map +1 -1
  838. package/lib/module/skia/web/JsiSkNativeBufferFactory.d.ts +1 -1
  839. package/lib/module/skia/web/JsiSkNativeBufferFactory.js.map +1 -1
  840. package/lib/module/skia/web/JsiSkPaint.js +2 -2
  841. package/lib/module/skia/web/JsiSkPaint.js.map +1 -1
  842. package/lib/module/skia/web/JsiSkParagraph.js.map +1 -1
  843. package/lib/module/skia/web/JsiSkParagraphBuilder.js.map +1 -1
  844. package/lib/module/skia/web/JsiSkParagraphBuilderFactory.js.map +1 -1
  845. package/lib/module/skia/web/JsiSkParagraphStyle.d.ts +1 -1
  846. package/lib/module/skia/web/JsiSkParagraphStyle.js.map +1 -1
  847. package/lib/module/skia/web/JsiSkPath.js +2 -2
  848. package/lib/module/skia/web/JsiSkPath.js.map +1 -1
  849. package/lib/module/skia/web/JsiSkPathEffect.js +2 -2
  850. package/lib/module/skia/web/JsiSkPathEffect.js.map +1 -1
  851. package/lib/module/skia/web/JsiSkPathEffectFactory.js.map +1 -1
  852. package/lib/module/skia/web/JsiSkPathFactory.js.map +1 -1
  853. package/lib/module/skia/web/JsiSkPicture.js +2 -2
  854. package/lib/module/skia/web/JsiSkPicture.js.map +1 -1
  855. package/lib/module/skia/web/JsiSkPictureFactory.js.map +1 -1
  856. package/lib/module/skia/web/JsiSkPictureRecorder.js +2 -2
  857. package/lib/module/skia/web/JsiSkPictureRecorder.js.map +1 -1
  858. package/lib/module/skia/web/JsiSkPoint.js +2 -2
  859. package/lib/module/skia/web/JsiSkPoint.js.map +1 -1
  860. package/lib/module/skia/web/JsiSkRRect.js +2 -2
  861. package/lib/module/skia/web/JsiSkRRect.js.map +1 -1
  862. package/lib/module/skia/web/JsiSkRSXform.js +2 -2
  863. package/lib/module/skia/web/JsiSkRSXform.js.map +1 -1
  864. package/lib/module/skia/web/JsiSkRect.js +2 -2
  865. package/lib/module/skia/web/JsiSkRect.js.map +1 -1
  866. package/lib/module/skia/web/JsiSkRuntimeEffect.js +2 -2
  867. package/lib/module/skia/web/JsiSkRuntimeEffect.js.map +1 -1
  868. package/lib/module/skia/web/JsiSkRuntimeEffectFactory.js.map +1 -1
  869. package/lib/module/skia/web/JsiSkSVG.js +2 -2
  870. package/lib/module/skia/web/JsiSkSVG.js.map +1 -1
  871. package/lib/module/skia/web/JsiSkSVGFactory.js.map +1 -1
  872. package/lib/module/skia/web/JsiSkShader.js +2 -2
  873. package/lib/module/skia/web/JsiSkShader.js.map +1 -1
  874. package/lib/module/skia/web/JsiSkShaderFactory.js.map +1 -1
  875. package/lib/module/skia/web/JsiSkSurface.js +2 -2
  876. package/lib/module/skia/web/JsiSkSurface.js.map +1 -1
  877. package/lib/module/skia/web/JsiSkSurfaceFactory.js.map +1 -1
  878. package/lib/module/skia/web/JsiSkTextBlob.js +2 -2
  879. package/lib/module/skia/web/JsiSkTextBlob.js.map +1 -1
  880. package/lib/module/skia/web/JsiSkTextBlobFactory.js.map +1 -1
  881. package/lib/module/skia/web/JsiSkTextStyle.js.map +1 -1
  882. package/lib/module/skia/web/JsiSkTypeface.js +2 -2
  883. package/lib/module/skia/web/JsiSkTypeface.js.map +1 -1
  884. package/lib/module/skia/web/JsiSkTypefaceFactory.js.map +1 -1
  885. package/lib/module/skia/web/JsiSkTypefaceFontProvider.js +2 -2
  886. package/lib/module/skia/web/JsiSkTypefaceFontProvider.js.map +1 -1
  887. package/lib/module/skia/web/JsiSkTypefaceFontProviderFactory.js.map +1 -1
  888. package/lib/module/skia/web/JsiSkVertices.js +2 -2
  889. package/lib/module/skia/web/JsiSkVertices.js.map +1 -1
  890. package/lib/module/skia/web/JsiSkVerticesFactory.js.map +1 -1
  891. package/lib/module/skia/web/JsiSkia.js.map +1 -1
  892. package/lib/module/skia/web/JsiVideo.js +2 -2
  893. package/lib/module/skia/web/JsiVideo.js.map +1 -1
  894. package/lib/module/skia/web/index.js.map +1 -1
  895. package/lib/module/specs/NativeSkiaModule.js.map +1 -1
  896. package/lib/module/specs/NativeSkiaModule.web.js.map +1 -1
  897. package/lib/module/specs/SkiaDomViewNativeComponent.d.ts +0 -1
  898. package/lib/module/specs/SkiaDomViewNativeComponent.js.map +1 -1
  899. package/lib/module/specs/SkiaPictureViewNativeComponent.d.ts +0 -1
  900. package/lib/module/specs/SkiaPictureViewNativeComponent.js.map +1 -1
  901. package/lib/module/views/SkiaBaseWebView.js +3 -3
  902. package/lib/module/views/SkiaBaseWebView.js.map +1 -1
  903. package/lib/module/views/SkiaDomView.d.ts +0 -4
  904. package/lib/module/views/SkiaDomView.js +3 -11
  905. package/lib/module/views/SkiaDomView.js.map +1 -1
  906. package/lib/module/views/SkiaDomView.web.js.map +1 -1
  907. package/lib/module/views/SkiaJSDomView.js +3 -3
  908. package/lib/module/views/SkiaJSDomView.js.map +1 -1
  909. package/lib/module/views/SkiaJSDomView.web.js.map +1 -1
  910. package/lib/module/views/SkiaPictureView.js +3 -3
  911. package/lib/module/views/SkiaPictureView.js.map +1 -1
  912. package/lib/module/views/SkiaPictureView.web.js.map +1 -1
  913. package/lib/module/views/SkiaViewNativeId.js.map +1 -1
  914. package/lib/module/views/api.js.map +1 -1
  915. package/lib/module/views/index.js.map +1 -1
  916. package/lib/module/views/types.js.map +1 -1
  917. package/lib/module/views/useTouchHandler.js.map +1 -1
  918. package/lib/module/web/LoadSkiaWeb.js.map +1 -1
  919. package/lib/module/web/WithSkiaWeb.js.map +1 -1
  920. package/lib/module/web/index.js.map +1 -1
  921. package/lib/typescript/jest.config.d.ts +2 -0
  922. package/lib/typescript/lib/commonjs/Platform/IPlatform.d.ts +1 -0
  923. package/lib/typescript/lib/commonjs/Platform/Platform.d.ts +9 -0
  924. package/lib/typescript/lib/commonjs/Platform/Platform.web.d.ts +14 -0
  925. package/lib/typescript/lib/commonjs/Platform/index.d.ts +1 -0
  926. package/lib/typescript/lib/commonjs/animation/functions/index.d.ts +1 -0
  927. package/lib/typescript/lib/commonjs/animation/functions/interpolate.d.ts +7 -0
  928. package/lib/typescript/lib/commonjs/animation/functions/interpolateColors.d.ts +3 -0
  929. package/lib/typescript/lib/commonjs/animation/functions/interpolatePaths.d.ts +18 -0
  930. package/lib/typescript/lib/commonjs/animation/functions/interpolateVector.d.ts +9 -0
  931. package/lib/typescript/lib/commonjs/animation/index.d.ts +1 -0
  932. package/lib/typescript/lib/commonjs/dom/nodes/DrawingNode.d.ts +6 -0
  933. package/lib/typescript/lib/commonjs/dom/nodes/GroupNode.d.ts +6 -0
  934. package/lib/typescript/lib/commonjs/dom/nodes/JsiSkDOM.d.ts +70 -0
  935. package/lib/typescript/lib/commonjs/dom/nodes/LayerNode.d.ts +6 -0
  936. package/lib/typescript/lib/commonjs/dom/nodes/Node.d.ts +20 -0
  937. package/lib/typescript/lib/commonjs/dom/nodes/PaintNode.d.ts +6 -0
  938. package/lib/typescript/lib/commonjs/dom/nodes/RenderNode.d.ts +16 -0
  939. package/lib/typescript/lib/commonjs/dom/nodes/datatypes/Circle.d.ts +3 -0
  940. package/lib/typescript/lib/commonjs/dom/nodes/datatypes/Enum.d.ts +2 -0
  941. package/lib/typescript/lib/commonjs/dom/nodes/datatypes/Fitting.d.ts +45 -0
  942. package/lib/typescript/lib/commonjs/dom/nodes/datatypes/Gradient.d.ts +16 -0
  943. package/lib/typescript/lib/commonjs/dom/nodes/datatypes/Path.d.ts +3 -0
  944. package/lib/typescript/lib/commonjs/dom/nodes/datatypes/Radius.d.ts +2 -0
  945. package/lib/typescript/lib/commonjs/dom/nodes/datatypes/Rect.d.ts +4 -0
  946. package/lib/typescript/lib/commonjs/dom/nodes/datatypes/Transform.d.ts +2 -0
  947. package/lib/typescript/lib/commonjs/dom/nodes/datatypes/index.d.ts +1 -0
  948. package/lib/typescript/lib/commonjs/dom/nodes/drawings/AtlasNode.d.ts +10 -0
  949. package/lib/typescript/lib/commonjs/dom/nodes/drawings/BackdropFilterNode.d.ts +10 -0
  950. package/lib/typescript/lib/commonjs/dom/nodes/drawings/Box.d.ts +15 -0
  951. package/lib/typescript/lib/commonjs/dom/nodes/drawings/CircleNode.d.ts +10 -0
  952. package/lib/typescript/lib/commonjs/dom/nodes/drawings/DiffRectNode.d.ts +10 -0
  953. package/lib/typescript/lib/commonjs/dom/nodes/drawings/FillNode.d.ts +10 -0
  954. package/lib/typescript/lib/commonjs/dom/nodes/drawings/ImageNode.d.ts +13 -0
  955. package/lib/typescript/lib/commonjs/dom/nodes/drawings/ImageSVG.d.ts +9 -0
  956. package/lib/typescript/lib/commonjs/dom/nodes/drawings/LineNode.d.ts +10 -0
  957. package/lib/typescript/lib/commonjs/dom/nodes/drawings/OvalNode.d.ts +10 -0
  958. package/lib/typescript/lib/commonjs/dom/nodes/drawings/ParagraphNode.d.ts +9 -0
  959. package/lib/typescript/lib/commonjs/dom/nodes/drawings/PatchNode.d.ts +14 -0
  960. package/lib/typescript/lib/commonjs/dom/nodes/drawings/PathNode.d.ts +10 -0
  961. package/lib/typescript/lib/commonjs/dom/nodes/drawings/PictureNode.d.ts +9 -0
  962. package/lib/typescript/lib/commonjs/dom/nodes/drawings/PointsNode.d.ts +10 -0
  963. package/lib/typescript/lib/commonjs/dom/nodes/drawings/RRectNode.d.ts +10 -0
  964. package/lib/typescript/lib/commonjs/dom/nodes/drawings/RectNode.d.ts +10 -0
  965. package/lib/typescript/lib/commonjs/dom/nodes/drawings/Text.d.ts +34 -0
  966. package/lib/typescript/lib/commonjs/dom/nodes/drawings/VerticesNode.d.ts +10 -0
  967. package/lib/typescript/lib/commonjs/dom/nodes/drawings/index.d.ts +1 -0
  968. package/lib/typescript/lib/commonjs/dom/nodes/index.d.ts +1 -0
  969. package/lib/typescript/lib/commonjs/dom/nodes/paint/BlendNode.d.ts +6 -0
  970. package/lib/typescript/lib/commonjs/dom/nodes/paint/ColorFilters.d.ts +29 -0
  971. package/lib/typescript/lib/commonjs/dom/nodes/paint/ImageFilters.d.ts +35 -0
  972. package/lib/typescript/lib/commonjs/dom/nodes/paint/MaskFilters.d.ts +6 -0
  973. package/lib/typescript/lib/commonjs/dom/nodes/paint/PathEffects.d.ts +34 -0
  974. package/lib/typescript/lib/commonjs/dom/nodes/paint/Shaders.d.ts +40 -0
  975. package/lib/typescript/lib/commonjs/dom/nodes/paint/index.d.ts +1 -0
  976. package/lib/typescript/lib/commonjs/dom/types/ColorFilters.d.ts +1 -0
  977. package/lib/typescript/lib/commonjs/dom/types/Common.d.ts +1 -0
  978. package/lib/typescript/lib/commonjs/dom/types/DeclarationContext.d.ts +26 -0
  979. package/lib/typescript/lib/commonjs/dom/types/DrawingContext.d.ts +13 -0
  980. package/lib/typescript/lib/commonjs/dom/types/Drawings.d.ts +1 -0
  981. package/lib/typescript/lib/commonjs/dom/types/ImageFilters.d.ts +1 -0
  982. package/lib/typescript/lib/commonjs/dom/types/MaskFilters.d.ts +1 -0
  983. package/lib/typescript/lib/commonjs/dom/types/Node.d.ts +1 -0
  984. package/lib/typescript/lib/commonjs/dom/types/NodeType.d.ts +2 -0
  985. package/lib/typescript/lib/commonjs/dom/types/Paragraph.d.ts +1 -0
  986. package/lib/typescript/lib/commonjs/dom/types/PathEffects.d.ts +1 -0
  987. package/lib/typescript/lib/commonjs/dom/types/Shaders.d.ts +1 -0
  988. package/lib/typescript/lib/commonjs/dom/types/SkDOM.d.ts +1 -0
  989. package/lib/typescript/lib/commonjs/dom/types/index.d.ts +1 -0
  990. package/lib/typescript/lib/commonjs/external/ModuleProxy.d.ts +11 -0
  991. package/lib/typescript/lib/commonjs/external/index.d.ts +1 -0
  992. package/lib/typescript/lib/commonjs/external/reanimated/ReanimatedProxy.d.ts +5 -0
  993. package/lib/typescript/lib/commonjs/external/reanimated/buffers.d.ts +5 -0
  994. package/lib/typescript/lib/commonjs/external/reanimated/index.d.ts +1 -0
  995. package/lib/typescript/lib/commonjs/external/reanimated/interpolators.d.ts +6 -0
  996. package/lib/typescript/lib/commonjs/external/reanimated/renderHelpers.d.ts +4 -0
  997. package/lib/typescript/lib/commonjs/external/reanimated/textures.d.ts +6 -0
  998. package/lib/typescript/lib/commonjs/external/reanimated/useAnimatedImageValue.d.ts +2 -0
  999. package/lib/typescript/lib/commonjs/external/reanimated/useDerivedValueOnJS.d.ts +2 -0
  1000. package/lib/typescript/lib/commonjs/external/reanimated/useVideo.d.ts +9 -0
  1001. package/lib/typescript/lib/commonjs/external/reanimated/useVideoLoading.d.ts +2 -0
  1002. package/lib/typescript/lib/commonjs/external/reanimated/useVideoLoading.web.d.ts +2 -0
  1003. package/lib/typescript/lib/commonjs/headless/index.d.ts +6 -0
  1004. package/lib/typescript/lib/commonjs/index.d.ts +3 -0
  1005. package/lib/typescript/lib/commonjs/mock/index.d.ts +64 -0
  1006. package/lib/typescript/lib/commonjs/renderer/Canvas.d.ts +3 -0
  1007. package/lib/typescript/lib/commonjs/renderer/Container.d.ts +10 -0
  1008. package/lib/typescript/lib/commonjs/renderer/DrawingContext.d.ts +1 -0
  1009. package/lib/typescript/lib/commonjs/renderer/HostComponents.d.ts +3 -0
  1010. package/lib/typescript/lib/commonjs/renderer/HostConfig.d.ts +38 -0
  1011. package/lib/typescript/lib/commonjs/renderer/Offscreen.d.ts +5 -0
  1012. package/lib/typescript/lib/commonjs/renderer/Reconciler.d.ts +10 -0
  1013. package/lib/typescript/lib/commonjs/renderer/components/Blend.d.ts +2 -0
  1014. package/lib/typescript/lib/commonjs/renderer/components/Group.d.ts +5 -0
  1015. package/lib/typescript/lib/commonjs/renderer/components/Mask.d.ts +7 -0
  1016. package/lib/typescript/lib/commonjs/renderer/components/Paint.d.ts +2 -0
  1017. package/lib/typescript/lib/commonjs/renderer/components/Picture.d.ts +2 -0
  1018. package/lib/typescript/lib/commonjs/renderer/components/backdrop/BackdropBlur.d.ts +6 -0
  1019. package/lib/typescript/lib/commonjs/renderer/components/backdrop/BackdropFilter.d.ts +6 -0
  1020. package/lib/typescript/lib/commonjs/renderer/components/backdrop/index.d.ts +1 -0
  1021. package/lib/typescript/lib/commonjs/renderer/components/colorFilters/BlendColor.d.ts +2 -0
  1022. package/lib/typescript/lib/commonjs/renderer/components/colorFilters/Lerp.d.ts +2 -0
  1023. package/lib/typescript/lib/commonjs/renderer/components/colorFilters/LinearToSRGBGamma.d.ts +2 -0
  1024. package/lib/typescript/lib/commonjs/renderer/components/colorFilters/LumaColorFilter.d.ts +2 -0
  1025. package/lib/typescript/lib/commonjs/renderer/components/colorFilters/Matrix.d.ts +3 -0
  1026. package/lib/typescript/lib/commonjs/renderer/components/colorFilters/SRGBToLinearGamma.d.ts +2 -0
  1027. package/lib/typescript/lib/commonjs/renderer/components/colorFilters/index.d.ts +1 -0
  1028. package/lib/typescript/lib/commonjs/renderer/components/image/Image.d.ts +2 -0
  1029. package/lib/typescript/lib/commonjs/renderer/components/image/ImageSVG.d.ts +2 -0
  1030. package/lib/typescript/lib/commonjs/renderer/components/image/ImageShader.d.ts +10 -0
  1031. package/lib/typescript/lib/commonjs/renderer/components/image/index.d.ts +1 -0
  1032. package/lib/typescript/lib/commonjs/renderer/components/imageFilters/Blur.d.ts +5 -0
  1033. package/lib/typescript/lib/commonjs/renderer/components/imageFilters/DisplacementMap.d.ts +2 -0
  1034. package/lib/typescript/lib/commonjs/renderer/components/imageFilters/Morphology.d.ts +5 -0
  1035. package/lib/typescript/lib/commonjs/renderer/components/imageFilters/Offset.d.ts +6 -0
  1036. package/lib/typescript/lib/commonjs/renderer/components/imageFilters/RuntimeShader.d.ts +2 -0
  1037. package/lib/typescript/lib/commonjs/renderer/components/imageFilters/Shadow.d.ts +2 -0
  1038. package/lib/typescript/lib/commonjs/renderer/components/imageFilters/index.d.ts +1 -0
  1039. package/lib/typescript/lib/commonjs/renderer/components/index.d.ts +1 -0
  1040. package/lib/typescript/lib/commonjs/renderer/components/maskFilters/Blur.d.ts +6 -0
  1041. package/lib/typescript/lib/commonjs/renderer/components/maskFilters/index.d.ts +1 -0
  1042. package/lib/typescript/lib/commonjs/renderer/components/paragraph/Paragraph.d.ts +2 -0
  1043. package/lib/typescript/lib/commonjs/renderer/components/paragraph/index.d.ts +1 -0
  1044. package/lib/typescript/lib/commonjs/renderer/components/pathEffects/Corner.d.ts +2 -0
  1045. package/lib/typescript/lib/commonjs/renderer/components/pathEffects/Dash.d.ts +2 -0
  1046. package/lib/typescript/lib/commonjs/renderer/components/pathEffects/Discrete.d.ts +5 -0
  1047. package/lib/typescript/lib/commonjs/renderer/components/pathEffects/Line2D.d.ts +2 -0
  1048. package/lib/typescript/lib/commonjs/renderer/components/pathEffects/Path1D.d.ts +2 -0
  1049. package/lib/typescript/lib/commonjs/renderer/components/pathEffects/Path2D.d.ts +2 -0
  1050. package/lib/typescript/lib/commonjs/renderer/components/pathEffects/Sum.d.ts +2 -0
  1051. package/lib/typescript/lib/commonjs/renderer/components/pathEffects/index.d.ts +1 -0
  1052. package/lib/typescript/lib/commonjs/renderer/components/shaders/Color.d.ts +2 -0
  1053. package/lib/typescript/lib/commonjs/renderer/components/shaders/FractalNoise.d.ts +7 -0
  1054. package/lib/typescript/lib/commonjs/renderer/components/shaders/LinearGradient.d.ts +2 -0
  1055. package/lib/typescript/lib/commonjs/renderer/components/shaders/RadialGradient.d.ts +2 -0
  1056. package/lib/typescript/lib/commonjs/renderer/components/shaders/Shader.d.ts +5 -0
  1057. package/lib/typescript/lib/commonjs/renderer/components/shaders/ShaderLib.d.ts +8 -0
  1058. package/lib/typescript/lib/commonjs/renderer/components/shaders/SweepGradient.d.ts +2 -0
  1059. package/lib/typescript/lib/commonjs/renderer/components/shaders/Turbulence.d.ts +7 -0
  1060. package/lib/typescript/lib/commonjs/renderer/components/shaders/TwoPointConicalGradient.d.ts +2 -0
  1061. package/lib/typescript/lib/commonjs/renderer/components/shaders/index.d.ts +1 -0
  1062. package/lib/typescript/lib/commonjs/renderer/components/shapes/Atlas.d.ts +2 -0
  1063. package/lib/typescript/lib/commonjs/renderer/components/shapes/Box.d.ts +3 -0
  1064. package/lib/typescript/lib/commonjs/renderer/components/shapes/Circle.d.ts +2 -0
  1065. package/lib/typescript/lib/commonjs/renderer/components/shapes/DiffRect.d.ts +2 -0
  1066. package/lib/typescript/lib/commonjs/renderer/components/shapes/Fill.d.ts +2 -0
  1067. package/lib/typescript/lib/commonjs/renderer/components/shapes/FitBox.d.ts +8 -0
  1068. package/lib/typescript/lib/commonjs/renderer/components/shapes/Line.d.ts +2 -0
  1069. package/lib/typescript/lib/commonjs/renderer/components/shapes/Oval.d.ts +2 -0
  1070. package/lib/typescript/lib/commonjs/renderer/components/shapes/Patch.d.ts +2 -0
  1071. package/lib/typescript/lib/commonjs/renderer/components/shapes/Path.d.ts +6 -0
  1072. package/lib/typescript/lib/commonjs/renderer/components/shapes/Points.d.ts +5 -0
  1073. package/lib/typescript/lib/commonjs/renderer/components/shapes/Rect.d.ts +2 -0
  1074. package/lib/typescript/lib/commonjs/renderer/components/shapes/RoundedRect.d.ts +2 -0
  1075. package/lib/typescript/lib/commonjs/renderer/components/shapes/Vertices.d.ts +5 -0
  1076. package/lib/typescript/lib/commonjs/renderer/components/shapes/index.d.ts +1 -0
  1077. package/lib/typescript/lib/commonjs/renderer/components/text/Glyphs.d.ts +6 -0
  1078. package/lib/typescript/lib/commonjs/renderer/components/text/Text.d.ts +6 -0
  1079. package/lib/typescript/lib/commonjs/renderer/components/text/TextBlob.d.ts +6 -0
  1080. package/lib/typescript/lib/commonjs/renderer/components/text/TextPath.d.ts +5 -0
  1081. package/lib/typescript/lib/commonjs/renderer/components/text/index.d.ts +1 -0
  1082. package/lib/typescript/lib/commonjs/renderer/index.d.ts +1 -0
  1083. package/lib/typescript/lib/commonjs/renderer/processors/Animations/Animations.d.ts +0 -0
  1084. package/lib/typescript/lib/commonjs/renderer/processors/Animations/index.d.ts +1 -0
  1085. package/lib/typescript/lib/commonjs/renderer/processors/index.d.ts +1 -0
  1086. package/lib/typescript/lib/commonjs/renderer/processors/math/Coordinates.d.ts +25 -0
  1087. package/lib/typescript/lib/commonjs/renderer/processors/math/Math.d.ts +10 -0
  1088. package/lib/typescript/lib/commonjs/renderer/processors/math/Transforms.d.ts +5 -0
  1089. package/lib/typescript/lib/commonjs/renderer/processors/math/index.d.ts +1 -0
  1090. package/lib/typescript/lib/commonjs/renderer/typeddash.d.ts +4 -0
  1091. package/lib/typescript/lib/commonjs/skia/NativeSetup.d.ts +1 -0
  1092. package/lib/typescript/lib/commonjs/skia/Skia.d.ts +2 -0
  1093. package/lib/typescript/lib/commonjs/skia/Skia.web.d.ts +2 -0
  1094. package/lib/typescript/lib/commonjs/skia/core/AnimatedImage.d.ts +5 -0
  1095. package/lib/typescript/lib/commonjs/skia/core/Data.d.ts +5 -0
  1096. package/lib/typescript/lib/commonjs/skia/core/Font.d.ts +8 -0
  1097. package/lib/typescript/lib/commonjs/skia/core/Image.d.ts +6 -0
  1098. package/lib/typescript/lib/commonjs/skia/core/Matrix.d.ts +2 -0
  1099. package/lib/typescript/lib/commonjs/skia/core/Picture.d.ts +8 -0
  1100. package/lib/typescript/lib/commonjs/skia/core/RRect.d.ts +2 -0
  1101. package/lib/typescript/lib/commonjs/skia/core/Rect.d.ts +8 -0
  1102. package/lib/typescript/lib/commonjs/skia/core/SVG.d.ts +2 -0
  1103. package/lib/typescript/lib/commonjs/skia/core/SVG.web.d.ts +2 -0
  1104. package/lib/typescript/lib/commonjs/skia/core/Typeface.d.ts +5 -0
  1105. package/lib/typescript/lib/commonjs/skia/core/Vector.d.ts +7 -0
  1106. package/lib/typescript/lib/commonjs/skia/core/index.d.ts +1 -0
  1107. package/lib/typescript/lib/commonjs/skia/index.d.ts +2 -0
  1108. package/lib/typescript/lib/commonjs/skia/types/AnimatedImage/AnimatedImage.d.ts +1 -0
  1109. package/lib/typescript/lib/commonjs/skia/types/AnimatedImage/AnimatedImageFactory.d.ts +1 -0
  1110. package/lib/typescript/lib/commonjs/skia/types/AnimatedImage/index.d.ts +1 -0
  1111. package/lib/typescript/lib/commonjs/skia/types/Canvas.d.ts +3 -0
  1112. package/lib/typescript/lib/commonjs/skia/types/Color.d.ts +0 -0
  1113. package/lib/typescript/lib/commonjs/skia/types/ColorFilter/ColorFilter.d.ts +2 -0
  1114. package/lib/typescript/lib/commonjs/skia/types/ColorFilter/ColorFilterFactory.d.ts +1 -0
  1115. package/lib/typescript/lib/commonjs/skia/types/ColorFilter/index.d.ts +1 -0
  1116. package/lib/typescript/lib/commonjs/skia/types/ContourMeasure.d.ts +1 -0
  1117. package/lib/typescript/lib/commonjs/skia/types/Data/Data.d.ts +2 -0
  1118. package/lib/typescript/lib/commonjs/skia/types/Data/DataFactory.d.ts +1 -0
  1119. package/lib/typescript/lib/commonjs/skia/types/Data/index.d.ts +1 -0
  1120. package/lib/typescript/lib/commonjs/skia/types/Font/Font.d.ts +16 -0
  1121. package/lib/typescript/lib/commonjs/skia/types/Font/FontMgr.d.ts +1 -0
  1122. package/lib/typescript/lib/commonjs/skia/types/Font/FontMgrFactory.d.ts +1 -0
  1123. package/lib/typescript/lib/commonjs/skia/types/Font/index.d.ts +1 -0
  1124. package/lib/typescript/lib/commonjs/skia/types/Image/Image.d.ts +4 -0
  1125. package/lib/typescript/lib/commonjs/skia/types/Image/ImageFactory.d.ts +3 -0
  1126. package/lib/typescript/lib/commonjs/skia/types/Image/index.d.ts +1 -0
  1127. package/lib/typescript/lib/commonjs/skia/types/ImageFilter/ImageFilter.d.ts +3 -0
  1128. package/lib/typescript/lib/commonjs/skia/types/ImageFilter/ImageFilterFactory.d.ts +2 -0
  1129. package/lib/typescript/lib/commonjs/skia/types/ImageFilter/index.d.ts +1 -0
  1130. package/lib/typescript/lib/commonjs/skia/types/JsiInstance.d.ts +0 -0
  1131. package/lib/typescript/lib/commonjs/skia/types/MaskFilter.d.ts +3 -0
  1132. package/lib/typescript/lib/commonjs/skia/types/Matrix.d.ts +4 -0
  1133. package/lib/typescript/lib/commonjs/skia/types/Matrix4.d.ts +31 -0
  1134. package/lib/typescript/lib/commonjs/skia/types/NativeBuffer/NativeBufferFactory.d.ts +6 -0
  1135. package/lib/typescript/lib/commonjs/skia/types/NativeBuffer/index.d.ts +1 -0
  1136. package/lib/typescript/lib/commonjs/skia/types/Paint/BlendMode.d.ts +2 -0
  1137. package/lib/typescript/lib/commonjs/skia/types/Paint/Paint.d.ts +5 -0
  1138. package/lib/typescript/lib/commonjs/skia/types/Paint/index.d.ts +1 -0
  1139. package/lib/typescript/lib/commonjs/skia/types/Paragraph/Paragraph.d.ts +1 -0
  1140. package/lib/typescript/lib/commonjs/skia/types/Paragraph/ParagraphBuilder.d.ts +2 -0
  1141. package/lib/typescript/lib/commonjs/skia/types/Paragraph/ParagraphStyle.d.ts +4 -0
  1142. package/lib/typescript/lib/commonjs/skia/types/Paragraph/TextStyle.d.ts +4 -0
  1143. package/lib/typescript/lib/commonjs/skia/types/Paragraph/TypefaceFontProvider.d.ts +1 -0
  1144. package/lib/typescript/lib/commonjs/skia/types/Paragraph/TypefaceFontProviderFactory.d.ts +1 -0
  1145. package/lib/typescript/lib/commonjs/skia/types/Paragraph/index.d.ts +1 -0
  1146. package/lib/typescript/lib/commonjs/skia/types/Path/Path.d.ts +5 -0
  1147. package/lib/typescript/lib/commonjs/skia/types/Path/PathFactory.d.ts +1 -0
  1148. package/lib/typescript/lib/commonjs/skia/types/Path/index.d.ts +1 -0
  1149. package/lib/typescript/lib/commonjs/skia/types/PathEffect.d.ts +3 -0
  1150. package/lib/typescript/lib/commonjs/skia/types/Picture/Picture.d.ts +1 -0
  1151. package/lib/typescript/lib/commonjs/skia/types/Picture/PictureFactory.d.ts +1 -0
  1152. package/lib/typescript/lib/commonjs/skia/types/Picture/PictureRecorder.d.ts +1 -0
  1153. package/lib/typescript/lib/commonjs/skia/types/Picture/index.d.ts +1 -0
  1154. package/lib/typescript/lib/commonjs/skia/types/Point.d.ts +2 -0
  1155. package/lib/typescript/lib/commonjs/skia/types/RRect.d.ts +2 -0
  1156. package/lib/typescript/lib/commonjs/skia/types/RSXform.d.ts +1 -0
  1157. package/lib/typescript/lib/commonjs/skia/types/Rect.d.ts +2 -0
  1158. package/lib/typescript/lib/commonjs/skia/types/RuntimeEffect/RuntimeEffect.d.ts +1 -0
  1159. package/lib/typescript/lib/commonjs/skia/types/RuntimeEffect/RuntimeEffectFactory.d.ts +1 -0
  1160. package/lib/typescript/lib/commonjs/skia/types/RuntimeEffect/index.d.ts +1 -0
  1161. package/lib/typescript/lib/commonjs/skia/types/SVG/SVG.d.ts +1 -0
  1162. package/lib/typescript/lib/commonjs/skia/types/SVG/SVGFactory.d.ts +1 -0
  1163. package/lib/typescript/lib/commonjs/skia/types/SVG/index.d.ts +1 -0
  1164. package/lib/typescript/lib/commonjs/skia/types/Shader/Shader.d.ts +3 -0
  1165. package/lib/typescript/lib/commonjs/skia/types/Shader/ShaderFactory.d.ts +1 -0
  1166. package/lib/typescript/lib/commonjs/skia/types/Shader/index.d.ts +1 -0
  1167. package/lib/typescript/lib/commonjs/skia/types/Size.d.ts +0 -0
  1168. package/lib/typescript/lib/commonjs/skia/types/Skia.d.ts +1 -0
  1169. package/lib/typescript/lib/commonjs/skia/types/Surface/Surface.d.ts +1 -0
  1170. package/lib/typescript/lib/commonjs/skia/types/Surface/SurfaceFactory.d.ts +1 -0
  1171. package/lib/typescript/lib/commonjs/skia/types/Surface/index.d.ts +1 -0
  1172. package/lib/typescript/lib/commonjs/skia/types/TextBlob.d.ts +1 -0
  1173. package/lib/typescript/lib/commonjs/skia/types/Typeface/Typeface.d.ts +1 -0
  1174. package/lib/typescript/lib/commonjs/skia/types/Typeface/TypefaceFactory.d.ts +1 -0
  1175. package/lib/typescript/lib/commonjs/skia/types/Typeface/index.d.ts +1 -0
  1176. package/lib/typescript/lib/commonjs/skia/types/Vertices/Vertices.d.ts +2 -0
  1177. package/lib/typescript/lib/commonjs/skia/types/Vertices/index.d.ts +1 -0
  1178. package/lib/typescript/lib/commonjs/skia/types/Video/Video.d.ts +1 -0
  1179. package/lib/typescript/lib/commonjs/skia/types/Video/index.d.ts +1 -0
  1180. package/lib/typescript/lib/commonjs/skia/types/index.d.ts +1 -0
  1181. package/lib/typescript/lib/commonjs/skia/web/CanvasKitWebGLBufferImpl.d.ts +8 -0
  1182. package/lib/typescript/lib/commonjs/skia/web/Host.d.ts +18 -0
  1183. package/lib/typescript/lib/commonjs/skia/web/JsiSkAnimatedImage.d.ts +10 -0
  1184. package/lib/typescript/lib/commonjs/skia/web/JsiSkAnimatedImageFactory.d.ts +6 -0
  1185. package/lib/typescript/lib/commonjs/skia/web/JsiSkCanvas.d.ts +45 -0
  1186. package/lib/typescript/lib/commonjs/skia/web/JsiSkColor.d.ts +2 -0
  1187. package/lib/typescript/lib/commonjs/skia/web/JsiSkColorFilter.d.ts +5 -0
  1188. package/lib/typescript/lib/commonjs/skia/web/JsiSkColorFilterFactory.d.ts +12 -0
  1189. package/lib/typescript/lib/commonjs/skia/web/JsiSkContourMeasure.d.ts +11 -0
  1190. package/lib/typescript/lib/commonjs/skia/web/JsiSkContourMeasureIter.d.ts +7 -0
  1191. package/lib/typescript/lib/commonjs/skia/web/JsiSkData.d.ts +5 -0
  1192. package/lib/typescript/lib/commonjs/skia/web/JsiSkDataFactory.d.ts +16 -0
  1193. package/lib/typescript/lib/commonjs/skia/web/JsiSkFont.d.ts +33 -0
  1194. package/lib/typescript/lib/commonjs/skia/web/JsiSkFontMgr.d.ts +9 -0
  1195. package/lib/typescript/lib/commonjs/skia/web/JsiSkFontMgrFactory.d.ts +6 -0
  1196. package/lib/typescript/lib/commonjs/skia/web/JsiSkImage.d.ts +21 -0
  1197. package/lib/typescript/lib/commonjs/skia/web/JsiSkImageFactory.d.ts +9 -0
  1198. package/lib/typescript/lib/commonjs/skia/web/JsiSkImageFilter.d.ts +5 -0
  1199. package/lib/typescript/lib/commonjs/skia/web/JsiSkImageFilterFactory.d.ts +17 -0
  1200. package/lib/typescript/lib/commonjs/skia/web/JsiSkMaskFilter.d.ts +5 -0
  1201. package/lib/typescript/lib/commonjs/skia/web/JsiSkMaskFilterFactory.d.ts +6 -0
  1202. package/lib/typescript/lib/commonjs/skia/web/JsiSkMatrix.d.ts +18 -0
  1203. package/lib/typescript/lib/commonjs/skia/web/JsiSkNativeBufferFactory.d.ts +6 -0
  1204. package/lib/typescript/lib/commonjs/skia/web/JsiSkPaint.d.ts +28 -0
  1205. package/lib/typescript/lib/commonjs/skia/web/JsiSkParagraph.d.ts +17 -0
  1206. package/lib/typescript/lib/commonjs/skia/web/JsiSkParagraphBuilder.d.ts +14 -0
  1207. package/lib/typescript/lib/commonjs/skia/web/JsiSkParagraphBuilderFactory.d.ts +6 -0
  1208. package/lib/typescript/lib/commonjs/skia/web/JsiSkParagraphStyle.d.ts +4 -0
  1209. package/lib/typescript/lib/commonjs/skia/web/JsiSkPath.d.ts +56 -0
  1210. package/lib/typescript/lib/commonjs/skia/web/JsiSkPathEffect.d.ts +5 -0
  1211. package/lib/typescript/lib/commonjs/skia/web/JsiSkPathEffectFactory.d.ts +13 -0
  1212. package/lib/typescript/lib/commonjs/skia/web/JsiSkPathFactory.d.ts +10 -0
  1213. package/lib/typescript/lib/commonjs/skia/web/JsiSkPicture.d.ts +8 -0
  1214. package/lib/typescript/lib/commonjs/skia/web/JsiSkPictureFactory.d.ts +6 -0
  1215. package/lib/typescript/lib/commonjs/skia/web/JsiSkPictureRecorder.d.ts +9 -0
  1216. package/lib/typescript/lib/commonjs/skia/web/JsiSkPoint.d.ts +8 -0
  1217. package/lib/typescript/lib/commonjs/skia/web/JsiSkRRect.d.ts +10 -0
  1218. package/lib/typescript/lib/commonjs/skia/web/JsiSkRSXform.d.ts +11 -0
  1219. package/lib/typescript/lib/commonjs/skia/web/JsiSkRect.d.ts +11 -0
  1220. package/lib/typescript/lib/commonjs/skia/web/JsiSkRuntimeEffect.d.ts +13 -0
  1221. package/lib/typescript/lib/commonjs/skia/web/JsiSkRuntimeEffectFactory.d.ts +6 -0
  1222. package/lib/typescript/lib/commonjs/skia/web/JsiSkSVG.d.ts +7 -0
  1223. package/lib/typescript/lib/commonjs/skia/web/JsiSkSVGFactory.d.ts +7 -0
  1224. package/lib/typescript/lib/commonjs/skia/web/JsiSkShader.d.ts +5 -0
  1225. package/lib/typescript/lib/commonjs/skia/web/JsiSkShaderFactory.d.ts +13 -0
  1226. package/lib/typescript/lib/commonjs/skia/web/JsiSkSurface.d.ts +12 -0
  1227. package/lib/typescript/lib/commonjs/skia/web/JsiSkSurfaceFactory.d.ts +7 -0
  1228. package/lib/typescript/lib/commonjs/skia/web/JsiSkTextBlob.d.ts +5 -0
  1229. package/lib/typescript/lib/commonjs/skia/web/JsiSkTextBlobFactory.d.ts +9 -0
  1230. package/lib/typescript/lib/commonjs/skia/web/JsiSkTextStyle.d.ts +38 -0
  1231. package/lib/typescript/lib/commonjs/skia/web/JsiSkTypeface.d.ts +8 -0
  1232. package/lib/typescript/lib/commonjs/skia/web/JsiSkTypefaceFactory.d.ts +6 -0
  1233. package/lib/typescript/lib/commonjs/skia/web/JsiSkTypefaceFontProvider.d.ts +10 -0
  1234. package/lib/typescript/lib/commonjs/skia/web/JsiSkTypefaceFontProviderFactory.d.ts +6 -0
  1235. package/lib/typescript/lib/commonjs/skia/web/JsiSkVertices.d.ts +8 -0
  1236. package/lib/typescript/lib/commonjs/skia/web/JsiSkVerticesFactory.d.ts +3 -0
  1237. package/lib/typescript/lib/commonjs/skia/web/JsiSkia.d.ts +64 -0
  1238. package/lib/typescript/lib/commonjs/skia/web/JsiVideo.d.ts +23 -0
  1239. package/lib/typescript/lib/commonjs/skia/web/index.d.ts +1 -0
  1240. package/lib/typescript/lib/commonjs/specs/NativeSkiaModule.d.ts +4 -0
  1241. package/lib/typescript/lib/commonjs/specs/NativeSkiaModule.web.d.ts +0 -0
  1242. package/lib/typescript/lib/commonjs/specs/SkiaDomViewNativeComponent.d.ts +3 -0
  1243. package/lib/typescript/lib/commonjs/specs/SkiaPictureViewNativeComponent.d.ts +3 -0
  1244. package/lib/typescript/lib/commonjs/views/SkiaBaseWebView.d.ts +53 -0
  1245. package/lib/typescript/lib/commonjs/views/SkiaDomView.d.ts +27 -0
  1246. package/lib/typescript/lib/commonjs/views/SkiaDomView.web.d.ts +5 -0
  1247. package/lib/typescript/lib/commonjs/views/SkiaJSDomView.d.ts +26 -0
  1248. package/lib/typescript/lib/commonjs/views/SkiaJSDomView.web.d.ts +3 -0
  1249. package/lib/typescript/lib/commonjs/views/SkiaPictureView.d.ts +21 -0
  1250. package/lib/typescript/lib/commonjs/views/SkiaPictureView.web.d.ts +5 -0
  1251. package/lib/typescript/lib/commonjs/views/SkiaViewNativeId.d.ts +4 -0
  1252. package/lib/typescript/lib/commonjs/views/api.d.ts +2 -0
  1253. package/lib/typescript/lib/commonjs/views/index.d.ts +1 -0
  1254. package/lib/typescript/lib/commonjs/views/types.d.ts +2 -0
  1255. package/lib/typescript/lib/commonjs/views/useTouchHandler.d.ts +12 -0
  1256. package/lib/typescript/lib/commonjs/web/LoadSkiaWeb.d.ts +3 -0
  1257. package/lib/typescript/lib/commonjs/web/WithSkiaWeb.d.ts +6 -0
  1258. package/lib/typescript/lib/commonjs/web/index.d.ts +1 -0
  1259. package/lib/typescript/lib/module/Platform/IPlatform.d.ts +1 -0
  1260. package/lib/typescript/lib/module/Platform/Platform.d.ts +9 -0
  1261. package/lib/typescript/lib/module/Platform/Platform.web.d.ts +17 -0
  1262. package/lib/typescript/lib/module/Platform/index.d.ts +1 -0
  1263. package/lib/typescript/lib/module/animation/functions/index.d.ts +4 -0
  1264. package/lib/typescript/lib/module/animation/functions/interpolate.d.ts +6 -0
  1265. package/lib/typescript/lib/module/animation/functions/interpolateColors.d.ts +2 -0
  1266. package/lib/typescript/lib/module/animation/functions/interpolatePaths.d.ts +1 -0
  1267. package/lib/typescript/lib/module/animation/functions/interpolateVector.d.ts +8 -0
  1268. package/lib/typescript/lib/module/animation/index.d.ts +1 -0
  1269. package/lib/typescript/lib/module/dom/nodes/DrawingNode.d.ts +5 -0
  1270. package/lib/typescript/lib/module/dom/nodes/GroupNode.d.ts +5 -0
  1271. package/lib/typescript/lib/module/dom/nodes/JsiSkDOM.d.ts +119 -0
  1272. package/lib/typescript/lib/module/dom/nodes/LayerNode.d.ts +5 -0
  1273. package/lib/typescript/lib/module/dom/nodes/Node.d.ts +19 -0
  1274. package/lib/typescript/lib/module/dom/nodes/PaintNode.d.ts +5 -0
  1275. package/lib/typescript/lib/module/dom/nodes/RenderNode.d.ts +15 -0
  1276. package/lib/typescript/lib/module/dom/nodes/datatypes/Circle.d.ts +2 -0
  1277. package/lib/typescript/lib/module/dom/nodes/datatypes/Enum.d.ts +1 -0
  1278. package/lib/typescript/lib/module/dom/nodes/datatypes/Fitting.d.ts +44 -0
  1279. package/lib/typescript/lib/module/dom/nodes/datatypes/Gradient.d.ts +15 -0
  1280. package/lib/typescript/lib/module/dom/nodes/datatypes/Path.d.ts +2 -0
  1281. package/lib/typescript/lib/module/dom/nodes/datatypes/Radius.d.ts +1 -0
  1282. package/lib/typescript/lib/module/dom/nodes/datatypes/Rect.d.ts +3 -0
  1283. package/lib/typescript/lib/module/dom/nodes/datatypes/Transform.d.ts +1 -0
  1284. package/lib/typescript/lib/module/dom/nodes/datatypes/index.d.ts +8 -0
  1285. package/lib/typescript/lib/module/dom/nodes/drawings/AtlasNode.d.ts +9 -0
  1286. package/lib/typescript/lib/module/dom/nodes/drawings/BackdropFilterNode.d.ts +9 -0
  1287. package/lib/typescript/lib/module/dom/nodes/drawings/Box.d.ts +14 -0
  1288. package/lib/typescript/lib/module/dom/nodes/drawings/CircleNode.d.ts +9 -0
  1289. package/lib/typescript/lib/module/dom/nodes/drawings/DiffRectNode.d.ts +9 -0
  1290. package/lib/typescript/lib/module/dom/nodes/drawings/FillNode.d.ts +9 -0
  1291. package/lib/typescript/lib/module/dom/nodes/drawings/ImageNode.d.ts +22 -0
  1292. package/lib/typescript/lib/module/dom/nodes/drawings/ImageSVG.d.ts +8 -0
  1293. package/lib/typescript/lib/module/dom/nodes/drawings/LineNode.d.ts +9 -0
  1294. package/lib/typescript/lib/module/dom/nodes/drawings/OvalNode.d.ts +9 -0
  1295. package/lib/typescript/lib/module/dom/nodes/drawings/ParagraphNode.d.ts +8 -0
  1296. package/lib/typescript/lib/module/dom/nodes/drawings/PatchNode.d.ts +13 -0
  1297. package/lib/typescript/lib/module/dom/nodes/drawings/PathNode.d.ts +9 -0
  1298. package/lib/typescript/lib/module/dom/nodes/drawings/PictureNode.d.ts +8 -0
  1299. package/lib/typescript/lib/module/dom/nodes/drawings/PointsNode.d.ts +9 -0
  1300. package/lib/typescript/lib/module/dom/nodes/drawings/RRectNode.d.ts +9 -0
  1301. package/lib/typescript/lib/module/dom/nodes/drawings/RectNode.d.ts +9 -0
  1302. package/lib/typescript/lib/module/dom/nodes/drawings/Text.d.ts +33 -0
  1303. package/lib/typescript/lib/module/dom/nodes/drawings/VerticesNode.d.ts +9 -0
  1304. package/lib/typescript/lib/module/dom/nodes/drawings/index.d.ts +18 -0
  1305. package/lib/typescript/lib/module/dom/nodes/index.d.ts +3 -0
  1306. package/lib/typescript/lib/module/dom/nodes/paint/BlendNode.d.ts +5 -0
  1307. package/lib/typescript/lib/module/dom/nodes/paint/ColorFilters.d.ts +28 -0
  1308. package/lib/typescript/lib/module/dom/nodes/paint/ImageFilters.d.ts +34 -0
  1309. package/lib/typescript/lib/module/dom/nodes/paint/MaskFilters.d.ts +5 -0
  1310. package/lib/typescript/lib/module/dom/nodes/paint/PathEffects.d.ts +33 -0
  1311. package/lib/typescript/lib/module/dom/nodes/paint/Shaders.d.ts +39 -0
  1312. package/lib/typescript/lib/module/dom/nodes/paint/index.d.ts +6 -0
  1313. package/lib/typescript/lib/module/dom/types/ColorFilters.d.ts +1 -0
  1314. package/lib/typescript/lib/module/dom/types/Common.d.ts +1 -0
  1315. package/lib/typescript/lib/module/dom/types/DeclarationContext.d.ts +25 -0
  1316. package/lib/typescript/lib/module/dom/types/DrawingContext.d.ts +12 -0
  1317. package/lib/typescript/lib/module/dom/types/Drawings.d.ts +1 -0
  1318. package/lib/typescript/lib/module/dom/types/ImageFilters.d.ts +1 -0
  1319. package/lib/typescript/lib/module/dom/types/MaskFilters.d.ts +1 -0
  1320. package/lib/typescript/lib/module/dom/types/Node.d.ts +1 -0
  1321. package/lib/typescript/lib/module/dom/types/NodeType.d.ts +1 -0
  1322. package/lib/typescript/lib/module/dom/types/Paragraph.d.ts +1 -0
  1323. package/lib/typescript/lib/module/dom/types/PathEffects.d.ts +1 -0
  1324. package/lib/typescript/lib/module/dom/types/Shaders.d.ts +1 -0
  1325. package/lib/typescript/lib/module/dom/types/SkDOM.d.ts +1 -0
  1326. package/lib/typescript/lib/module/dom/types/index.d.ts +13 -0
  1327. package/lib/typescript/lib/module/external/ModuleProxy.d.ts +6 -0
  1328. package/lib/typescript/lib/module/external/index.d.ts +1 -0
  1329. package/lib/typescript/lib/module/external/reanimated/ReanimatedProxy.d.ts +4 -0
  1330. package/lib/typescript/lib/module/external/reanimated/buffers.d.ts +4 -0
  1331. package/lib/typescript/lib/module/external/reanimated/index.d.ts +7 -0
  1332. package/lib/typescript/lib/module/external/reanimated/interpolators.d.ts +5 -0
  1333. package/lib/typescript/lib/module/external/reanimated/renderHelpers.d.ts +3 -0
  1334. package/lib/typescript/lib/module/external/reanimated/textures.d.ts +5 -0
  1335. package/lib/typescript/lib/module/external/reanimated/useAnimatedImageValue.d.ts +1 -0
  1336. package/lib/typescript/lib/module/external/reanimated/useDerivedValueOnJS.d.ts +1 -0
  1337. package/lib/typescript/lib/module/external/reanimated/useVideo.d.ts +8 -0
  1338. package/lib/typescript/lib/module/external/reanimated/useVideoLoading.d.ts +1 -0
  1339. package/lib/typescript/lib/module/external/reanimated/useVideoLoading.web.d.ts +1 -0
  1340. package/lib/typescript/lib/module/headless/index.d.ts +6 -0
  1341. package/lib/typescript/lib/module/index.d.ts +10 -0
  1342. package/lib/typescript/lib/module/mock/index.d.ts +474 -0
  1343. package/lib/typescript/lib/module/renderer/Canvas.d.ts +3 -0
  1344. package/lib/typescript/lib/module/renderer/Container.d.ts +10 -0
  1345. package/lib/typescript/lib/module/renderer/DrawingContext.d.ts +1 -0
  1346. package/lib/typescript/lib/module/renderer/HostComponents.d.ts +2 -0
  1347. package/lib/typescript/lib/module/renderer/HostConfig.d.ts +37 -0
  1348. package/lib/typescript/lib/module/renderer/Offscreen.d.ts +4 -0
  1349. package/lib/typescript/lib/module/renderer/Reconciler.d.ts +9 -0
  1350. package/lib/typescript/lib/module/renderer/components/Blend.d.ts +2 -0
  1351. package/lib/typescript/lib/module/renderer/components/Group.d.ts +5 -0
  1352. package/lib/typescript/lib/module/renderer/components/Mask.d.ts +10 -0
  1353. package/lib/typescript/lib/module/renderer/components/Paint.d.ts +2 -0
  1354. package/lib/typescript/lib/module/renderer/components/Picture.d.ts +2 -0
  1355. package/lib/typescript/lib/module/renderer/components/backdrop/BackdropBlur.d.ts +10 -0
  1356. package/lib/typescript/lib/module/renderer/components/backdrop/BackdropFilter.d.ts +6 -0
  1357. package/lib/typescript/lib/module/renderer/components/backdrop/index.d.ts +2 -0
  1358. package/lib/typescript/lib/module/renderer/components/colorFilters/BlendColor.d.ts +2 -0
  1359. package/lib/typescript/lib/module/renderer/components/colorFilters/Lerp.d.ts +2 -0
  1360. package/lib/typescript/lib/module/renderer/components/colorFilters/LinearToSRGBGamma.d.ts +2 -0
  1361. package/lib/typescript/lib/module/renderer/components/colorFilters/LumaColorFilter.d.ts +2 -0
  1362. package/lib/typescript/lib/module/renderer/components/colorFilters/Matrix.d.ts +3 -0
  1363. package/lib/typescript/lib/module/renderer/components/colorFilters/SRGBToLinearGamma.d.ts +2 -0
  1364. package/lib/typescript/lib/module/renderer/components/colorFilters/index.d.ts +6 -0
  1365. package/lib/typescript/lib/module/renderer/components/image/Image.d.ts +2 -0
  1366. package/lib/typescript/lib/module/renderer/components/image/ImageSVG.d.ts +2 -0
  1367. package/lib/typescript/lib/module/renderer/components/image/ImageShader.d.ts +10 -0
  1368. package/lib/typescript/lib/module/renderer/components/image/index.d.ts +3 -0
  1369. package/lib/typescript/lib/module/renderer/components/imageFilters/Blur.d.ts +5 -0
  1370. package/lib/typescript/lib/module/renderer/components/imageFilters/DisplacementMap.d.ts +2 -0
  1371. package/lib/typescript/lib/module/renderer/components/imageFilters/Morphology.d.ts +5 -0
  1372. package/lib/typescript/lib/module/renderer/components/imageFilters/Offset.d.ts +6 -0
  1373. package/lib/typescript/lib/module/renderer/components/imageFilters/RuntimeShader.d.ts +2 -0
  1374. package/lib/typescript/lib/module/renderer/components/imageFilters/Shadow.d.ts +2 -0
  1375. package/lib/typescript/lib/module/renderer/components/imageFilters/index.d.ts +6 -0
  1376. package/lib/typescript/lib/module/renderer/components/index.d.ts +16 -0
  1377. package/lib/typescript/lib/module/renderer/components/maskFilters/Blur.d.ts +6 -0
  1378. package/lib/typescript/lib/module/renderer/components/maskFilters/index.d.ts +1 -0
  1379. package/lib/typescript/lib/module/renderer/components/paragraph/Paragraph.d.ts +2 -0
  1380. package/lib/typescript/lib/module/renderer/components/paragraph/index.d.ts +1 -0
  1381. package/lib/typescript/lib/module/renderer/components/pathEffects/Corner.d.ts +2 -0
  1382. package/lib/typescript/lib/module/renderer/components/pathEffects/Dash.d.ts +2 -0
  1383. package/lib/typescript/lib/module/renderer/components/pathEffects/Discrete.d.ts +5 -0
  1384. package/lib/typescript/lib/module/renderer/components/pathEffects/Line2D.d.ts +2 -0
  1385. package/lib/typescript/lib/module/renderer/components/pathEffects/Path1D.d.ts +2 -0
  1386. package/lib/typescript/lib/module/renderer/components/pathEffects/Path2D.d.ts +2 -0
  1387. package/lib/typescript/lib/module/renderer/components/pathEffects/Sum.d.ts +2 -0
  1388. package/lib/typescript/lib/module/renderer/components/pathEffects/index.d.ts +7 -0
  1389. package/lib/typescript/lib/module/renderer/components/shaders/Color.d.ts +2 -0
  1390. package/lib/typescript/lib/module/renderer/components/shaders/FractalNoise.d.ts +7 -0
  1391. package/lib/typescript/lib/module/renderer/components/shaders/LinearGradient.d.ts +2 -0
  1392. package/lib/typescript/lib/module/renderer/components/shaders/RadialGradient.d.ts +2 -0
  1393. package/lib/typescript/lib/module/renderer/components/shaders/Shader.d.ts +5 -0
  1394. package/lib/typescript/lib/module/renderer/components/shaders/ShaderLib.d.ts +7 -0
  1395. package/lib/typescript/lib/module/renderer/components/shaders/SweepGradient.d.ts +2 -0
  1396. package/lib/typescript/lib/module/renderer/components/shaders/Turbulence.d.ts +7 -0
  1397. package/lib/typescript/lib/module/renderer/components/shaders/TwoPointConicalGradient.d.ts +2 -0
  1398. package/lib/typescript/lib/module/renderer/components/shaders/index.d.ts +9 -0
  1399. package/lib/typescript/lib/module/renderer/components/shapes/Atlas.d.ts +2 -0
  1400. package/lib/typescript/lib/module/renderer/components/shapes/Box.d.ts +3 -0
  1401. package/lib/typescript/lib/module/renderer/components/shapes/Circle.d.ts +2 -0
  1402. package/lib/typescript/lib/module/renderer/components/shapes/DiffRect.d.ts +2 -0
  1403. package/lib/typescript/lib/module/renderer/components/shapes/Fill.d.ts +2 -0
  1404. package/lib/typescript/lib/module/renderer/components/shapes/FitBox.d.ts +34 -0
  1405. package/lib/typescript/lib/module/renderer/components/shapes/Line.d.ts +2 -0
  1406. package/lib/typescript/lib/module/renderer/components/shapes/Oval.d.ts +2 -0
  1407. package/lib/typescript/lib/module/renderer/components/shapes/Patch.d.ts +2 -0
  1408. package/lib/typescript/lib/module/renderer/components/shapes/Path.d.ts +6 -0
  1409. package/lib/typescript/lib/module/renderer/components/shapes/Points.d.ts +5 -0
  1410. package/lib/typescript/lib/module/renderer/components/shapes/Rect.d.ts +2 -0
  1411. package/lib/typescript/lib/module/renderer/components/shapes/RoundedRect.d.ts +2 -0
  1412. package/lib/typescript/lib/module/renderer/components/shapes/Vertices.d.ts +5 -0
  1413. package/lib/typescript/lib/module/renderer/components/shapes/index.d.ts +14 -0
  1414. package/lib/typescript/lib/module/renderer/components/text/Glyphs.d.ts +6 -0
  1415. package/lib/typescript/lib/module/renderer/components/text/Text.d.ts +6 -0
  1416. package/lib/typescript/lib/module/renderer/components/text/TextBlob.d.ts +6 -0
  1417. package/lib/typescript/lib/module/renderer/components/text/TextPath.d.ts +5 -0
  1418. package/lib/typescript/lib/module/renderer/components/text/index.d.ts +4 -0
  1419. package/lib/typescript/lib/module/renderer/index.d.ts +1 -0
  1420. package/lib/typescript/lib/module/renderer/processors/Animations/Animations.d.ts +0 -0
  1421. package/lib/typescript/lib/module/renderer/processors/Animations/index.d.ts +1 -0
  1422. package/lib/typescript/lib/module/renderer/processors/index.d.ts +2 -0
  1423. package/lib/typescript/lib/module/renderer/processors/math/Coordinates.d.ts +24 -0
  1424. package/lib/typescript/lib/module/renderer/processors/math/Math.d.ts +3 -0
  1425. package/lib/typescript/lib/module/renderer/processors/math/Transforms.d.ts +4 -0
  1426. package/lib/typescript/lib/module/renderer/processors/math/index.d.ts +3 -0
  1427. package/lib/typescript/lib/module/renderer/typeddash.d.ts +3 -0
  1428. package/lib/typescript/lib/module/skia/NativeSetup.d.ts +1 -0
  1429. package/lib/typescript/lib/module/skia/Skia.d.ts +4 -0
  1430. package/lib/typescript/lib/module/skia/Skia.web.d.ts +35 -0
  1431. package/lib/typescript/lib/module/skia/core/AnimatedImage.d.ts +1 -0
  1432. package/lib/typescript/lib/module/skia/core/Data.d.ts +4 -0
  1433. package/lib/typescript/lib/module/skia/core/Font.d.ts +4 -0
  1434. package/lib/typescript/lib/module/skia/core/Image.d.ts +2 -0
  1435. package/lib/typescript/lib/module/skia/core/Matrix.d.ts +1 -0
  1436. package/lib/typescript/lib/module/skia/core/Picture.d.ts +1 -0
  1437. package/lib/typescript/lib/module/skia/core/RRect.d.ts +1 -0
  1438. package/lib/typescript/lib/module/skia/core/Rect.d.ts +7 -0
  1439. package/lib/typescript/lib/module/skia/core/SVG.d.ts +1 -0
  1440. package/lib/typescript/lib/module/skia/core/SVG.web.d.ts +1 -0
  1441. package/lib/typescript/lib/module/skia/core/Typeface.d.ts +1 -0
  1442. package/lib/typescript/lib/module/skia/core/Vector.d.ts +6 -0
  1443. package/lib/typescript/lib/module/skia/core/index.d.ts +11 -0
  1444. package/lib/typescript/lib/module/skia/index.d.ts +3 -0
  1445. package/lib/typescript/lib/module/skia/types/AnimatedImage/AnimatedImage.d.ts +1 -0
  1446. package/lib/typescript/lib/module/skia/types/AnimatedImage/AnimatedImageFactory.d.ts +1 -0
  1447. package/lib/typescript/lib/module/skia/types/AnimatedImage/index.d.ts +2 -0
  1448. package/lib/typescript/lib/module/skia/types/Canvas.d.ts +2 -0
  1449. package/lib/typescript/lib/module/skia/types/Color.d.ts +0 -0
  1450. package/lib/typescript/lib/module/skia/types/ColorFilter/ColorFilter.d.ts +1 -0
  1451. package/lib/typescript/lib/module/skia/types/ColorFilter/ColorFilterFactory.d.ts +1 -0
  1452. package/lib/typescript/lib/module/skia/types/ColorFilter/index.d.ts +2 -0
  1453. package/lib/typescript/lib/module/skia/types/ContourMeasure.d.ts +1 -0
  1454. package/lib/typescript/lib/module/skia/types/Data/Data.d.ts +1 -0
  1455. package/lib/typescript/lib/module/skia/types/Data/DataFactory.d.ts +1 -0
  1456. package/lib/typescript/lib/module/skia/types/Data/index.d.ts +2 -0
  1457. package/lib/typescript/lib/module/skia/types/Font/Font.d.ts +15 -0
  1458. package/lib/typescript/lib/module/skia/types/Font/FontMgr.d.ts +1 -0
  1459. package/lib/typescript/lib/module/skia/types/Font/FontMgrFactory.d.ts +1 -0
  1460. package/lib/typescript/lib/module/skia/types/Font/index.d.ts +3 -0
  1461. package/lib/typescript/lib/module/skia/types/Image/Image.d.ts +3 -0
  1462. package/lib/typescript/lib/module/skia/types/Image/ImageFactory.d.ts +2 -0
  1463. package/lib/typescript/lib/module/skia/types/Image/index.d.ts +2 -0
  1464. package/lib/typescript/lib/module/skia/types/ImageFilter/ImageFilter.d.ts +2 -0
  1465. package/lib/typescript/lib/module/skia/types/ImageFilter/ImageFilterFactory.d.ts +1 -0
  1466. package/lib/typescript/lib/module/skia/types/ImageFilter/index.d.ts +2 -0
  1467. package/lib/typescript/lib/module/skia/types/JsiInstance.d.ts +0 -0
  1468. package/lib/typescript/lib/module/skia/types/MaskFilter.d.ts +2 -0
  1469. package/lib/typescript/lib/module/skia/types/Matrix.d.ts +3 -0
  1470. package/lib/typescript/lib/module/skia/types/Matrix4.d.ts +15 -0
  1471. package/lib/typescript/lib/module/skia/types/NativeBuffer/NativeBufferFactory.d.ts +5 -0
  1472. package/lib/typescript/lib/module/skia/types/NativeBuffer/index.d.ts +1 -0
  1473. package/lib/typescript/lib/module/skia/types/Paint/BlendMode.d.ts +28 -0
  1474. package/lib/typescript/lib/module/skia/types/Paint/Paint.d.ts +4 -0
  1475. package/lib/typescript/lib/module/skia/types/Paint/index.d.ts +2 -0
  1476. package/lib/typescript/lib/module/skia/types/Paragraph/Paragraph.d.ts +1 -0
  1477. package/lib/typescript/lib/module/skia/types/Paragraph/ParagraphBuilder.d.ts +1 -0
  1478. package/lib/typescript/lib/module/skia/types/Paragraph/ParagraphStyle.d.ts +3 -0
  1479. package/lib/typescript/lib/module/skia/types/Paragraph/TextStyle.d.ts +3 -0
  1480. package/lib/typescript/lib/module/skia/types/Paragraph/TypefaceFontProvider.d.ts +1 -0
  1481. package/lib/typescript/lib/module/skia/types/Paragraph/TypefaceFontProviderFactory.d.ts +1 -0
  1482. package/lib/typescript/lib/module/skia/types/Paragraph/index.d.ts +6 -0
  1483. package/lib/typescript/lib/module/skia/types/Path/Path.d.ts +7 -0
  1484. package/lib/typescript/lib/module/skia/types/Path/PathFactory.d.ts +1 -0
  1485. package/lib/typescript/lib/module/skia/types/Path/index.d.ts +2 -0
  1486. package/lib/typescript/lib/module/skia/types/PathEffect.d.ts +2 -0
  1487. package/lib/typescript/lib/module/skia/types/Picture/Picture.d.ts +1 -0
  1488. package/lib/typescript/lib/module/skia/types/Picture/PictureFactory.d.ts +1 -0
  1489. package/lib/typescript/lib/module/skia/types/Picture/PictureRecorder.d.ts +1 -0
  1490. package/lib/typescript/lib/module/skia/types/Picture/index.d.ts +3 -0
  1491. package/lib/typescript/lib/module/skia/types/Point.d.ts +1 -0
  1492. package/lib/typescript/lib/module/skia/types/RRect.d.ts +1 -0
  1493. package/lib/typescript/lib/module/skia/types/RSXform.d.ts +1 -0
  1494. package/lib/typescript/lib/module/skia/types/Rect.d.ts +1 -0
  1495. package/lib/typescript/lib/module/skia/types/RuntimeEffect/RuntimeEffect.d.ts +1 -0
  1496. package/lib/typescript/lib/module/skia/types/RuntimeEffect/RuntimeEffectFactory.d.ts +1 -0
  1497. package/lib/typescript/lib/module/skia/types/RuntimeEffect/index.d.ts +2 -0
  1498. package/lib/typescript/lib/module/skia/types/SVG/SVG.d.ts +1 -0
  1499. package/lib/typescript/lib/module/skia/types/SVG/SVGFactory.d.ts +1 -0
  1500. package/lib/typescript/lib/module/skia/types/SVG/index.d.ts +2 -0
  1501. package/lib/typescript/lib/module/skia/types/Shader/Shader.d.ts +2 -0
  1502. package/lib/typescript/lib/module/skia/types/Shader/ShaderFactory.d.ts +1 -0
  1503. package/lib/typescript/lib/module/skia/types/Shader/index.d.ts +2 -0
  1504. package/lib/typescript/lib/module/skia/types/Size.d.ts +0 -0
  1505. package/lib/typescript/lib/module/skia/types/Skia.d.ts +1 -0
  1506. package/lib/typescript/lib/module/skia/types/Surface/Surface.d.ts +1 -0
  1507. package/lib/typescript/lib/module/skia/types/Surface/SurfaceFactory.d.ts +1 -0
  1508. package/lib/typescript/lib/module/skia/types/Surface/index.d.ts +2 -0
  1509. package/lib/typescript/lib/module/skia/types/TextBlob.d.ts +1 -0
  1510. package/lib/typescript/lib/module/skia/types/Typeface/Typeface.d.ts +1 -0
  1511. package/lib/typescript/lib/module/skia/types/Typeface/TypefaceFactory.d.ts +1 -0
  1512. package/lib/typescript/lib/module/skia/types/Typeface/index.d.ts +2 -0
  1513. package/lib/typescript/lib/module/skia/types/Vertices/Vertices.d.ts +1 -0
  1514. package/lib/typescript/lib/module/skia/types/Vertices/index.d.ts +1 -0
  1515. package/lib/typescript/lib/module/skia/types/Video/Video.d.ts +1 -0
  1516. package/lib/typescript/lib/module/skia/types/Video/index.d.ts +1 -0
  1517. package/lib/typescript/lib/module/skia/types/index.d.ts +30 -0
  1518. package/lib/typescript/lib/module/skia/web/CanvasKitWebGLBufferImpl.d.ts +8 -0
  1519. package/lib/typescript/lib/module/skia/web/Host.d.ts +17 -0
  1520. package/lib/typescript/lib/module/skia/web/JsiSkAnimatedImage.d.ts +9 -0
  1521. package/lib/typescript/lib/module/skia/web/JsiSkAnimatedImageFactory.d.ts +5 -0
  1522. package/lib/typescript/lib/module/skia/web/JsiSkCanvas.d.ts +44 -0
  1523. package/lib/typescript/lib/module/skia/web/JsiSkColor.d.ts +1 -0
  1524. package/lib/typescript/lib/module/skia/web/JsiSkColorFilter.d.ts +4 -0
  1525. package/lib/typescript/lib/module/skia/web/JsiSkColorFilterFactory.d.ts +11 -0
  1526. package/lib/typescript/lib/module/skia/web/JsiSkContourMeasure.d.ts +10 -0
  1527. package/lib/typescript/lib/module/skia/web/JsiSkContourMeasureIter.d.ts +6 -0
  1528. package/lib/typescript/lib/module/skia/web/JsiSkData.d.ts +4 -0
  1529. package/lib/typescript/lib/module/skia/web/JsiSkDataFactory.d.ts +15 -0
  1530. package/lib/typescript/lib/module/skia/web/JsiSkFont.d.ts +32 -0
  1531. package/lib/typescript/lib/module/skia/web/JsiSkFontMgr.d.ts +8 -0
  1532. package/lib/typescript/lib/module/skia/web/JsiSkFontMgrFactory.d.ts +5 -0
  1533. package/lib/typescript/lib/module/skia/web/JsiSkImage.d.ts +20 -0
  1534. package/lib/typescript/lib/module/skia/web/JsiSkImageFactory.d.ts +8 -0
  1535. package/lib/typescript/lib/module/skia/web/JsiSkImageFilter.d.ts +4 -0
  1536. package/lib/typescript/lib/module/skia/web/JsiSkImageFilterFactory.d.ts +16 -0
  1537. package/lib/typescript/lib/module/skia/web/JsiSkMaskFilter.d.ts +4 -0
  1538. package/lib/typescript/lib/module/skia/web/JsiSkMaskFilterFactory.d.ts +5 -0
  1539. package/lib/typescript/lib/module/skia/web/JsiSkMatrix.d.ts +17 -0
  1540. package/lib/typescript/lib/module/skia/web/JsiSkNativeBufferFactory.d.ts +5 -0
  1541. package/lib/typescript/lib/module/skia/web/JsiSkPaint.d.ts +27 -0
  1542. package/lib/typescript/lib/module/skia/web/JsiSkParagraph.d.ts +16 -0
  1543. package/lib/typescript/lib/module/skia/web/JsiSkParagraphBuilder.d.ts +13 -0
  1544. package/lib/typescript/lib/module/skia/web/JsiSkParagraphBuilderFactory.d.ts +5 -0
  1545. package/lib/typescript/lib/module/skia/web/JsiSkParagraphStyle.d.ts +3 -0
  1546. package/lib/typescript/lib/module/skia/web/JsiSkPath.d.ts +55 -0
  1547. package/lib/typescript/lib/module/skia/web/JsiSkPathEffect.d.ts +4 -0
  1548. package/lib/typescript/lib/module/skia/web/JsiSkPathEffectFactory.d.ts +12 -0
  1549. package/lib/typescript/lib/module/skia/web/JsiSkPathFactory.d.ts +9 -0
  1550. package/lib/typescript/lib/module/skia/web/JsiSkPicture.d.ts +7 -0
  1551. package/lib/typescript/lib/module/skia/web/JsiSkPictureFactory.d.ts +5 -0
  1552. package/lib/typescript/lib/module/skia/web/JsiSkPictureRecorder.d.ts +8 -0
  1553. package/lib/typescript/lib/module/skia/web/JsiSkPoint.d.ts +7 -0
  1554. package/lib/typescript/lib/module/skia/web/JsiSkRRect.d.ts +9 -0
  1555. package/lib/typescript/lib/module/skia/web/JsiSkRSXform.d.ts +10 -0
  1556. package/lib/typescript/lib/module/skia/web/JsiSkRect.d.ts +10 -0
  1557. package/lib/typescript/lib/module/skia/web/JsiSkRuntimeEffect.d.ts +12 -0
  1558. package/lib/typescript/lib/module/skia/web/JsiSkRuntimeEffectFactory.d.ts +5 -0
  1559. package/lib/typescript/lib/module/skia/web/JsiSkSVG.d.ts +6 -0
  1560. package/lib/typescript/lib/module/skia/web/JsiSkSVGFactory.d.ts +6 -0
  1561. package/lib/typescript/lib/module/skia/web/JsiSkShader.d.ts +4 -0
  1562. package/lib/typescript/lib/module/skia/web/JsiSkShaderFactory.d.ts +12 -0
  1563. package/lib/typescript/lib/module/skia/web/JsiSkSurface.d.ts +11 -0
  1564. package/lib/typescript/lib/module/skia/web/JsiSkSurfaceFactory.d.ts +6 -0
  1565. package/lib/typescript/lib/module/skia/web/JsiSkTextBlob.d.ts +4 -0
  1566. package/lib/typescript/lib/module/skia/web/JsiSkTextBlobFactory.d.ts +8 -0
  1567. package/lib/typescript/lib/module/skia/web/JsiSkTextStyle.d.ts +37 -0
  1568. package/lib/typescript/lib/module/skia/web/JsiSkTypeface.d.ts +7 -0
  1569. package/lib/typescript/lib/module/skia/web/JsiSkTypefaceFactory.d.ts +5 -0
  1570. package/lib/typescript/lib/module/skia/web/JsiSkTypefaceFontProvider.d.ts +9 -0
  1571. package/lib/typescript/lib/module/skia/web/JsiSkTypefaceFontProviderFactory.d.ts +5 -0
  1572. package/lib/typescript/lib/module/skia/web/JsiSkVertices.d.ts +7 -0
  1573. package/lib/typescript/lib/module/skia/web/JsiSkVerticesFactory.d.ts +2 -0
  1574. package/lib/typescript/lib/module/skia/web/JsiSkia.d.ts +63 -0
  1575. package/lib/typescript/lib/module/skia/web/JsiVideo.d.ts +22 -0
  1576. package/lib/typescript/lib/module/skia/web/index.d.ts +1 -0
  1577. package/lib/typescript/lib/module/specs/NativeSkiaModule.d.ts +2 -0
  1578. package/lib/typescript/lib/module/specs/NativeSkiaModule.web.d.ts +0 -0
  1579. package/lib/typescript/lib/module/specs/SkiaDomViewNativeComponent.d.ts +2 -0
  1580. package/lib/typescript/lib/module/specs/SkiaPictureViewNativeComponent.d.ts +2 -0
  1581. package/lib/typescript/lib/module/views/SkiaBaseWebView.d.ts +50 -0
  1582. package/lib/typescript/lib/module/views/SkiaDomView.d.ts +24 -0
  1583. package/lib/typescript/lib/module/views/SkiaDomView.web.d.ts +4 -0
  1584. package/lib/typescript/lib/module/views/SkiaJSDomView.d.ts +23 -0
  1585. package/lib/typescript/lib/module/views/SkiaJSDomView.web.d.ts +1 -0
  1586. package/lib/typescript/lib/module/views/SkiaPictureView.d.ts +18 -0
  1587. package/lib/typescript/lib/module/views/SkiaPictureView.web.d.ts +4 -0
  1588. package/lib/typescript/lib/module/views/SkiaViewNativeId.d.ts +3 -0
  1589. package/lib/typescript/lib/module/views/api.d.ts +1 -0
  1590. package/lib/typescript/lib/module/views/index.d.ts +4 -0
  1591. package/lib/typescript/lib/module/views/types.d.ts +1 -0
  1592. package/lib/typescript/lib/module/views/useTouchHandler.d.ts +2 -0
  1593. package/lib/typescript/lib/module/web/LoadSkiaWeb.d.ts +2 -0
  1594. package/lib/typescript/lib/module/web/WithSkiaWeb.d.ts +6 -0
  1595. package/lib/typescript/lib/module/web/index.d.ts +2 -0
  1596. package/lib/typescript/src/Platform/IPlatform.d.ts +0 -1
  1597. package/lib/typescript/src/external/reanimated/buffers.d.ts +4 -4
  1598. package/lib/typescript/src/renderer/Canvas.d.ts +2 -2
  1599. package/lib/typescript/src/renderer/Container.d.ts +1 -0
  1600. package/lib/typescript/src/renderer/HostConfig.d.ts +0 -1
  1601. package/lib/typescript/src/skia/core/AnimatedImage.d.ts +1 -1
  1602. package/lib/typescript/src/skia/core/Data.d.ts +3 -3
  1603. package/lib/typescript/src/skia/core/Font.d.ts +1 -1
  1604. package/lib/typescript/src/skia/core/Image.d.ts +2 -3
  1605. package/lib/typescript/src/skia/core/Picture.d.ts +1 -1
  1606. package/lib/typescript/src/skia/core/SVG.d.ts +1 -1
  1607. package/lib/typescript/src/skia/core/SVG.web.d.ts +1 -1
  1608. package/lib/typescript/src/skia/core/Typeface.d.ts +1 -1
  1609. package/lib/typescript/src/skia/types/AnimatedImage/AnimatedImage.d.ts +5 -0
  1610. package/lib/typescript/src/skia/types/Data/Data.d.ts +1 -1
  1611. package/lib/typescript/src/skia/types/Image/ImageFactory.d.ts +16 -16
  1612. package/lib/typescript/src/skia/types/MaskFilter.d.ts +3 -3
  1613. package/lib/typescript/src/skia/types/NativeBuffer/NativeBufferFactory.d.ts +3 -3
  1614. package/lib/typescript/src/skia/types/Paint/BlendMode.d.ts +28 -28
  1615. package/lib/typescript/src/skia/types/Path/Path.d.ts +4 -4
  1616. package/lib/typescript/src/skia/types/Vertices/Vertices.d.ts +1 -1
  1617. package/lib/typescript/src/skia/web/JsiSkAnimatedImage.d.ts +1 -0
  1618. package/lib/typescript/src/skia/web/JsiSkCanvas.d.ts +1 -1
  1619. package/lib/typescript/src/skia/web/JsiSkNativeBufferFactory.d.ts +1 -1
  1620. package/lib/typescript/src/skia/web/JsiSkParagraphStyle.d.ts +1 -1
  1621. package/lib/typescript/src/specs/SkiaDomViewNativeComponent.d.ts +0 -1
  1622. package/lib/typescript/src/specs/SkiaPictureViewNativeComponent.d.ts +0 -1
  1623. package/lib/typescript/src/views/SkiaDomView.d.ts +0 -4
  1624. package/package.json +42 -19
  1625. package/scripts/setup-canvaskit.js +0 -0
  1626. package/src/Platform/Platform.web.tsx +4 -0
  1627. package/src/external/reanimated/buffers.ts +1 -1
  1628. package/src/mock/index.ts +4 -0
  1629. package/src/renderer/Container.tsx +1 -0
  1630. package/src/renderer/HostConfig.ts +7 -3
  1631. package/src/renderer/Reconciler.tsx +1 -0
  1632. package/src/skia/core/Picture.ts +2 -1
  1633. package/src/skia/types/AnimatedImage/AnimatedImage.ts +6 -0
  1634. package/src/skia/types/Matrix4.ts +2 -7
  1635. package/src/skia/types/Vertices/Vertices.tsx +1 -1
  1636. package/src/skia/web/JsiSkAnimatedImage.ts +4 -0
  1637. package/src/skia/web/JsiSkCanvas.ts +26 -26
  1638. package/src/skia/web/JsiSkNativeBufferFactory.ts +1 -5
  1639. package/src/skia/web/JsiSkParagraphStyle.ts +2 -1
  1640. package/src/views/SkiaDomView.tsx +0 -8
  1641. package/libs/ios/libskia.xcframework/Info.plist +0 -46
  1642. package/libs/ios/libskia.xcframework/ios-arm64_arm64e/libskia.a +0 -0
  1643. package/libs/ios/libskia.xcframework/ios-arm64_arm64e_x86_64-simulator/libskia.a +0 -0
  1644. package/libs/ios/libskottie.xcframework/Info.plist +0 -46
  1645. package/libs/ios/libskottie.xcframework/ios-arm64_arm64e/libskottie.a +0 -0
  1646. package/libs/ios/libskottie.xcframework/ios-arm64_arm64e_x86_64-simulator/libskottie.a +0 -0
  1647. package/libs/ios/libskparagraph.xcframework/Info.plist +0 -46
  1648. package/libs/ios/libskparagraph.xcframework/ios-arm64_arm64e/libskparagraph.a +0 -0
  1649. package/libs/ios/libskparagraph.xcframework/ios-arm64_arm64e_x86_64-simulator/libskparagraph.a +0 -0
  1650. package/libs/ios/libsksg.xcframework/Info.plist +0 -46
  1651. package/libs/ios/libsksg.xcframework/ios-arm64_arm64e/libsksg.a +0 -0
  1652. package/libs/ios/libsksg.xcframework/ios-arm64_arm64e_x86_64-simulator/libsksg.a +0 -0
  1653. package/libs/ios/libskshaper.xcframework/Info.plist +0 -46
  1654. package/libs/ios/libskshaper.xcframework/ios-arm64_arm64e/libskshaper.a +0 -0
  1655. package/libs/ios/libskshaper.xcframework/ios-arm64_arm64e_x86_64-simulator/libskshaper.a +0 -0
  1656. package/libs/ios/libskunicode.xcframework/Info.plist +0 -46
  1657. package/libs/ios/libskunicode.xcframework/ios-arm64_arm64e/libskunicode.a +0 -0
  1658. package/libs/ios/libskunicode.xcframework/ios-arm64_arm64e_x86_64-simulator/libskunicode.a +0 -0
  1659. package/libs/ios/libsvg.xcframework/Info.plist +0 -46
  1660. package/libs/ios/libsvg.xcframework/ios-arm64_arm64e/libsvg.a +0 -0
  1661. package/libs/ios/libsvg.xcframework/ios-arm64_arm64e_x86_64-simulator/libsvg.a +0 -0
  1662. /package/android/src/{reactnative69 → latest}/java/com/shopify/reactnative/skia/ReactNativeCompatible.java +0 -0
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_JsiSkSurface","_Platform","_types","obj","__esModule","default","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","_defineProperty","value","_toPropertyKey","defineProperty","enumerable","configurable","writable","t","_toPrimitive","String","r","e","Symbol","toPrimitive","TypeError","Number","pd","Platform","PixelRatio","SkiaBaseWebView","React","Component","constructor","props","_props$mode","createRef","createTouchHandler","TouchType","Start","Active","Cancelled","End","onLayoutEvent","_mode","mode","unsubscribeAll","_unsubscriptions","forEach","u","evt","CanvasKit","global","canvas","_canvasRef","current","width","clientWidth","height","clientHeight","surface","MakeWebGLCanvasSurface","Error","_surface","JsiSkSurface","_canvas","getCanvas","redraw","onLayout","getSize","componentDidMount","tick","componentDidUpdate","componentWillUnmount","cancelAnimationFrame","requestId","_this$_canvasRef$curr","getContext","getExtension","loseContext","makeImageSnapshot","rect","_this$_surface","_this$_surface2","clear","TRANSPARENT","renderInCanvas","ref","flush","_redrawRequests","_this$_surface3","touches","_touches","Float32Array","of","save","scale","restore","requestAnimationFrame","setDrawMode","handleTouchEvent","touchType","push","id","pointerId","x","clientX","currentTarget","getClientRects","left","y","clientY","top","force","pressure","type","timestamp","Date","now","render","debug","viewProps","createElement","View","style","display","flex","onPointerDown","onStart","onPointerMove","onActive","onPointerUp","onEnd","onPointerCancel","onCancel","onPointerLeave","onPointerOut","exports"],"sources":["SkiaBaseWebView.tsx"],"sourcesContent":["/* global HTMLCanvasElement */\nimport React from \"react\";\nimport type { PointerEvent } from \"react\";\nimport type { LayoutChangeEvent } from \"react-native\";\n\nimport type { SkRect, SkCanvas } from \"../skia/types\";\nimport { JsiSkSurface } from \"../skia/web/JsiSkSurface\";\nimport { Platform } from \"../Platform\";\n\nimport type { DrawMode, SkiaBaseViewProps, TouchInfo } from \"./types\";\nimport { TouchType } from \"./types\";\n\nconst pd = Platform.PixelRatio;\n\nexport abstract class SkiaBaseWebView<\n TProps extends SkiaBaseViewProps\n> extends React.Component<TProps> {\n constructor(props: TProps) {\n super(props);\n this._mode = props.mode ?? \"default\";\n }\n\n private _surface: JsiSkSurface | null = null;\n private _unsubscriptions: Array<() => void> = [];\n private _touches: Array<TouchInfo> = [];\n private _canvas: SkCanvas | null = null;\n private _canvasRef = React.createRef<HTMLCanvasElement>();\n private _mode: DrawMode;\n private _redrawRequests = 0;\n private requestId = 0;\n\n protected width = 0;\n protected height = 0;\n\n private unsubscribeAll() {\n this._unsubscriptions.forEach((u) => u());\n this._unsubscriptions = [];\n }\n\n private onLayoutEvent(evt: LayoutChangeEvent) {\n const { CanvasKit } = global;\n // Reset canvas / surface on layout change\n const canvas = this._canvasRef.current;\n if (canvas) {\n this.width = canvas.clientWidth;\n this.height = canvas.clientHeight;\n canvas.width = this.width * pd;\n canvas.height = this.height * pd;\n const surface = CanvasKit.MakeWebGLCanvasSurface(canvas);\n if (!surface) {\n throw new Error(\"Could not create surface\");\n }\n this._surface = new JsiSkSurface(CanvasKit, surface);\n this._canvas = this._surface.getCanvas();\n this.redraw();\n }\n // Call onLayout callback if it exists\n if (this.props.onLayout) {\n this.props.onLayout(evt);\n }\n }\n\n protected getSize() {\n return { width: this.width, height: this.height };\n }\n\n componentDidMount() {\n // Start render loop\n this.tick();\n }\n\n componentDidUpdate() {\n this.redraw();\n }\n\n componentWillUnmount() {\n this.unsubscribeAll();\n cancelAnimationFrame(this.requestId);\n // eslint-disable-next-line max-len\n // https://stackoverflow.com/questions/23598471/how-do-i-clean-up-and-unload-a-webgl-canvas-context-from-gpu-after-use\n // https://developer.mozilla.org/en-US/docs/Web/API/WEBGL_lose_context\n // We delete the context, only if the context has been intialized\n if (this._surface) {\n this._canvasRef.current\n ?.getContext(\"webgl2\")\n ?.getExtension(\"WEBGL_lose_context\")\n ?.loseContext();\n }\n }\n\n /**\n * Creates a snapshot from the canvas in the surface\n * @param rect Rect to use as bounds. Optional.\n * @returns An Image object.\n */\n public makeImageSnapshot(rect?: SkRect) {\n this._canvas!.clear(CanvasKit.TRANSPARENT);\n this.renderInCanvas(this._canvas!, []);\n this._surface?.ref.flush();\n return this._surface?.makeImageSnapshot(rect);\n }\n\n /**\n * Override to render\n */\n protected abstract renderInCanvas(\n canvas: SkCanvas,\n touches: TouchInfo[]\n ): void;\n\n /**\n * Sends a redraw request to the native SkiaView.\n */\n private tick() {\n if (this._mode === \"continuous\" || this._redrawRequests > 0) {\n this._redrawRequests = 0;\n if (this._canvas) {\n const touches = [...this._touches];\n this._touches = [];\n const canvas = this._canvas!;\n canvas.clear(Float32Array.of(0, 0, 0, 0));\n canvas.save();\n canvas.scale(pd, pd);\n this.renderInCanvas(canvas, touches);\n canvas.restore();\n this._surface?.ref.flush();\n }\n }\n this.requestId = requestAnimationFrame(this.tick.bind(this));\n }\n\n public redraw() {\n this._redrawRequests++;\n }\n\n /**\n * Updates the drawing mode for the skia view. This is the same\n * as declaratively setting the mode property on the SkiaView.\n * There are two drawing modes, \"continuous\" and \"default\",\n * where the continuous mode will continuously redraw the view and\n * the default mode will only redraw when any of the regular react\n * properties are changed like size and margins.\n * @param mode Drawing mode to use.\n */\n public setDrawMode(mode: DrawMode) {\n this._mode = mode;\n this.tick();\n }\n\n private handleTouchEvent(evt: PointerEvent, touchType: TouchType) {\n this._touches.push({\n id: evt.pointerId,\n x: evt.clientX - evt.currentTarget.getClientRects()[0].left,\n y: evt.clientY - evt.currentTarget.getClientRects()[0].top,\n force: evt.pressure,\n type: touchType,\n timestamp: Date.now(),\n });\n this.redraw();\n }\n\n createTouchHandler(touchType: TouchType) {\n return (evt: PointerEvent) => this.handleTouchEvent(evt, touchType);\n }\n\n private onStart = this.createTouchHandler(TouchType.Start);\n private onActive = this.createTouchHandler(TouchType.Active);\n private onCancel = this.createTouchHandler(TouchType.Cancelled);\n private onEnd = this.createTouchHandler(TouchType.End);\n private onLayout = this.onLayoutEvent.bind(this);\n\n render() {\n const { mode, debug = false, ...viewProps } = this.props;\n return (\n <Platform.View {...viewProps} onLayout={this.onLayout}>\n <canvas\n ref={this._canvasRef}\n style={{ display: \"flex\", flex: 1 }}\n onPointerDown={this.onStart}\n onPointerMove={this.onActive}\n onPointerUp={this.onEnd}\n onPointerCancel={this.onCancel}\n onPointerLeave={this.onEnd}\n onPointerOut={this.onEnd}\n />\n </Platform.View>\n );\n }\n}\n"],"mappings":"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"}
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_JsiSkSurface","_Platform","_types","e","__esModule","default","_extends","Object","assign","bind","n","arguments","length","t","r","hasOwnProperty","call","apply","_defineProperty","_toPropertyKey","defineProperty","value","enumerable","configurable","writable","i","_toPrimitive","Symbol","toPrimitive","TypeError","String","Number","pd","Platform","PixelRatio","SkiaBaseWebView","React","Component","constructor","props","_props$mode","createRef","createTouchHandler","TouchType","Start","Active","Cancelled","End","onLayoutEvent","_mode","mode","unsubscribeAll","_unsubscriptions","forEach","u","evt","CanvasKit","global","canvas","_canvasRef","current","width","clientWidth","height","clientHeight","surface","MakeWebGLCanvasSurface","Error","_surface","JsiSkSurface","_canvas","getCanvas","redraw","onLayout","getSize","componentDidMount","tick","componentDidUpdate","componentWillUnmount","cancelAnimationFrame","requestId","_this$_canvasRef$curr","getContext","getExtension","loseContext","makeImageSnapshot","rect","_this$_surface","_this$_surface2","clear","TRANSPARENT","renderInCanvas","ref","flush","_redrawRequests","_this$_surface3","touches","_touches","Float32Array","of","save","scale","restore","requestAnimationFrame","setDrawMode","handleTouchEvent","touchType","push","id","pointerId","x","clientX","currentTarget","getClientRects","left","y","clientY","top","force","pressure","type","timestamp","Date","now","render","debug","viewProps","createElement","View","style","display","flex","onPointerDown","onStart","onPointerMove","onActive","onPointerUp","onEnd","onPointerCancel","onCancel","onPointerLeave","onPointerOut","exports"],"sources":["SkiaBaseWebView.tsx"],"sourcesContent":["/* global HTMLCanvasElement */\nimport React from \"react\";\nimport type { PointerEvent } from \"react\";\nimport type { LayoutChangeEvent } from \"react-native\";\n\nimport type { SkRect, SkCanvas } from \"../skia/types\";\nimport { JsiSkSurface } from \"../skia/web/JsiSkSurface\";\nimport { Platform } from \"../Platform\";\n\nimport type { DrawMode, SkiaBaseViewProps, TouchInfo } from \"./types\";\nimport { TouchType } from \"./types\";\n\nconst pd = Platform.PixelRatio;\n\nexport abstract class SkiaBaseWebView<\n TProps extends SkiaBaseViewProps\n> extends React.Component<TProps> {\n constructor(props: TProps) {\n super(props);\n this._mode = props.mode ?? \"default\";\n }\n\n private _surface: JsiSkSurface | null = null;\n private _unsubscriptions: Array<() => void> = [];\n private _touches: Array<TouchInfo> = [];\n private _canvas: SkCanvas | null = null;\n private _canvasRef = React.createRef<HTMLCanvasElement>();\n private _mode: DrawMode;\n private _redrawRequests = 0;\n private requestId = 0;\n\n protected width = 0;\n protected height = 0;\n\n private unsubscribeAll() {\n this._unsubscriptions.forEach((u) => u());\n this._unsubscriptions = [];\n }\n\n private onLayoutEvent(evt: LayoutChangeEvent) {\n const { CanvasKit } = global;\n // Reset canvas / surface on layout change\n const canvas = this._canvasRef.current;\n if (canvas) {\n this.width = canvas.clientWidth;\n this.height = canvas.clientHeight;\n canvas.width = this.width * pd;\n canvas.height = this.height * pd;\n const surface = CanvasKit.MakeWebGLCanvasSurface(canvas);\n if (!surface) {\n throw new Error(\"Could not create surface\");\n }\n this._surface = new JsiSkSurface(CanvasKit, surface);\n this._canvas = this._surface.getCanvas();\n this.redraw();\n }\n // Call onLayout callback if it exists\n if (this.props.onLayout) {\n this.props.onLayout(evt);\n }\n }\n\n protected getSize() {\n return { width: this.width, height: this.height };\n }\n\n componentDidMount() {\n // Start render loop\n this.tick();\n }\n\n componentDidUpdate() {\n this.redraw();\n }\n\n componentWillUnmount() {\n this.unsubscribeAll();\n cancelAnimationFrame(this.requestId);\n // eslint-disable-next-line max-len\n // https://stackoverflow.com/questions/23598471/how-do-i-clean-up-and-unload-a-webgl-canvas-context-from-gpu-after-use\n // https://developer.mozilla.org/en-US/docs/Web/API/WEBGL_lose_context\n // We delete the context, only if the context has been intialized\n if (this._surface) {\n this._canvasRef.current\n ?.getContext(\"webgl2\")\n ?.getExtension(\"WEBGL_lose_context\")\n ?.loseContext();\n }\n }\n\n /**\n * Creates a snapshot from the canvas in the surface\n * @param rect Rect to use as bounds. Optional.\n * @returns An Image object.\n */\n public makeImageSnapshot(rect?: SkRect) {\n this._canvas!.clear(CanvasKit.TRANSPARENT);\n this.renderInCanvas(this._canvas!, []);\n this._surface?.ref.flush();\n return this._surface?.makeImageSnapshot(rect);\n }\n\n /**\n * Override to render\n */\n protected abstract renderInCanvas(\n canvas: SkCanvas,\n touches: TouchInfo[]\n ): void;\n\n /**\n * Sends a redraw request to the native SkiaView.\n */\n private tick() {\n if (this._mode === \"continuous\" || this._redrawRequests > 0) {\n this._redrawRequests = 0;\n if (this._canvas) {\n const touches = [...this._touches];\n this._touches = [];\n const canvas = this._canvas!;\n canvas.clear(Float32Array.of(0, 0, 0, 0));\n canvas.save();\n canvas.scale(pd, pd);\n this.renderInCanvas(canvas, touches);\n canvas.restore();\n this._surface?.ref.flush();\n }\n }\n this.requestId = requestAnimationFrame(this.tick.bind(this));\n }\n\n public redraw() {\n this._redrawRequests++;\n }\n\n /**\n * Updates the drawing mode for the skia view. This is the same\n * as declaratively setting the mode property on the SkiaView.\n * There are two drawing modes, \"continuous\" and \"default\",\n * where the continuous mode will continuously redraw the view and\n * the default mode will only redraw when any of the regular react\n * properties are changed like size and margins.\n * @param mode Drawing mode to use.\n */\n public setDrawMode(mode: DrawMode) {\n this._mode = mode;\n this.tick();\n }\n\n private handleTouchEvent(evt: PointerEvent, touchType: TouchType) {\n this._touches.push({\n id: evt.pointerId,\n x: evt.clientX - evt.currentTarget.getClientRects()[0].left,\n y: evt.clientY - evt.currentTarget.getClientRects()[0].top,\n force: evt.pressure,\n type: touchType,\n timestamp: Date.now(),\n });\n this.redraw();\n }\n\n createTouchHandler(touchType: TouchType) {\n return (evt: PointerEvent) => this.handleTouchEvent(evt, touchType);\n }\n\n private onStart = this.createTouchHandler(TouchType.Start);\n private onActive = this.createTouchHandler(TouchType.Active);\n private onCancel = this.createTouchHandler(TouchType.Cancelled);\n private onEnd = this.createTouchHandler(TouchType.End);\n private onLayout = this.onLayoutEvent.bind(this);\n\n render() {\n const { mode, debug = false, ...viewProps } = this.props;\n return (\n <Platform.View {...viewProps} onLayout={this.onLayout}>\n <canvas\n ref={this._canvasRef}\n style={{ display: \"flex\", flex: 1 }}\n onPointerDown={this.onStart}\n onPointerMove={this.onActive}\n onPointerUp={this.onEnd}\n onPointerCancel={this.onCancel}\n onPointerLeave={this.onEnd}\n onPointerOut={this.onEnd}\n />\n </Platform.View>\n );\n }\n}\n"],"mappings":"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","ignoreList":[]}
@@ -22,9 +22,5 @@ export declare class SkiaDomView extends React.Component<SkiaDomViewProps> {
22
22
  * Sends a redraw request to the native SkiaView.
23
23
  */
24
24
  redraw(): void;
25
- /**
26
- * Clear up the dom node when unmounting to release resources.
27
- */
28
- componentWillUnmount(): void;
29
25
  render(): React.JSX.Element;
30
26
  }
@@ -9,10 +9,10 @@ var _Platform = require("../Platform");
9
9
  var _SkiaDomViewNativeComponent = _interopRequireDefault(require("../specs/SkiaDomViewNativeComponent"));
10
10
  var _api = require("./api");
11
11
  var _SkiaViewNativeId = require("./SkiaViewNativeId");
12
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
13
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
14
- 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; }
15
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
12
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
13
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
14
+ 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; }
15
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
16
16
  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); }
17
17
  const NativeSkiaDomView = _Platform.Platform.OS !== "web" ? _SkiaDomViewNativeComponent.default :
18
18
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
@@ -92,14 +92,6 @@ See: https://shopify.github.io/react-native-skia/docs/animations/gestures`);
92
92
  assertSkiaViewApi();
93
93
  _api.SkiaViewApi.requestRedraw(this._nativeId);
94
94
  }
95
-
96
- /**
97
- * Clear up the dom node when unmounting to release resources.
98
- */
99
- componentWillUnmount() {
100
- assertSkiaViewApi();
101
- _api.SkiaViewApi.setJsiProperty(this._nativeId, "root", null);
102
- }
103
95
  render() {
104
96
  const {
105
97
  mode,
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_Platform","_SkiaDomViewNativeComponent","_api","_SkiaViewNativeId","obj","__esModule","default","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","_defineProperty","value","_toPropertyKey","defineProperty","enumerable","configurable","writable","t","_toPrimitive","String","r","e","Symbol","toPrimitive","TypeError","Number","NativeSkiaDomView","Platform","OS","SkiaDomViewNativeComponent","SkiaDomView","React","Component","constructor","props","_nativeId","SkiaViewNativeId","current","root","onTouch","onSize","assertSkiaViewApi","SkiaViewApi","setJsiProperty","console","warn","nativeId","componentDidUpdate","prevProps","makeImageSnapshot","rect","makeImageSnapshotAsync","redraw","requestRedraw","componentWillUnmount","render","mode","debug","viewProps","createElement","collapsable","nativeID","exports","Error"],"sources":["SkiaDomView.tsx"],"sourcesContent":["import React from \"react\";\nimport type { HostComponent } from \"react-native\";\n\nimport type { SkRect } from \"../skia/types\";\nimport { Platform } from \"../Platform\";\nimport SkiaDomViewNativeComponent from \"../specs/SkiaDomViewNativeComponent\";\n\nimport { SkiaViewApi } from \"./api\";\nimport type { SkiaDomViewProps } from \"./types\";\nimport { SkiaViewNativeId } from \"./SkiaViewNativeId\";\n\nconst NativeSkiaDomView: HostComponent<SkiaDomViewProps> =\n Platform.OS !== \"web\"\n ? SkiaDomViewNativeComponent\n : // eslint-disable-next-line @typescript-eslint/no-explicit-any\n (null as any);\n\nexport class SkiaDomView extends React.Component<SkiaDomViewProps> {\n constructor(props: SkiaDomViewProps) {\n super(props);\n this._nativeId = SkiaViewNativeId.current++;\n const { root, onTouch, onSize } = props;\n if (root) {\n assertSkiaViewApi();\n SkiaViewApi.setJsiProperty(this._nativeId, \"root\", root);\n }\n if (onTouch) {\n assertSkiaViewApi();\n console.warn(\n `The onTouch property is deprecated and will be removed in the next Skia release.\nSee: https://shopify.github.io/react-native-skia/docs/animations/gestures`\n );\n SkiaViewApi.setJsiProperty(this._nativeId, \"onTouch\", onTouch);\n }\n if (onSize) {\n assertSkiaViewApi();\n SkiaViewApi.setJsiProperty(this._nativeId, \"onSize\", onSize);\n }\n }\n\n private _nativeId: number;\n\n public get nativeId() {\n return this._nativeId;\n }\n\n componentDidUpdate(prevProps: SkiaDomViewProps) {\n const { root, onTouch, onSize } = this.props;\n if (root !== prevProps.root) {\n assertSkiaViewApi();\n SkiaViewApi.setJsiProperty(this._nativeId, \"root\", root);\n }\n if (onTouch !== prevProps.onTouch) {\n assertSkiaViewApi();\n SkiaViewApi.setJsiProperty(this._nativeId, \"onTouch\", onTouch);\n }\n if (onSize !== prevProps.onSize) {\n assertSkiaViewApi();\n SkiaViewApi.setJsiProperty(this._nativeId, \"onSize\", onSize);\n }\n }\n\n /**\n * Creates a snapshot from the canvas in the surface\n * @param rect Rect to use as bounds. Optional.\n * @returns An Image object.\n */\n public makeImageSnapshot(rect?: SkRect) {\n assertSkiaViewApi();\n return SkiaViewApi.makeImageSnapshot(this._nativeId, rect);\n }\n\n /**\n * Creates a snapshot from the canvas in the surface\n * @param rect Rect to use as bounds. Optional.\n * @returns An Image object.\n */\n public makeImageSnapshotAsync(rect?: SkRect) {\n assertSkiaViewApi();\n return SkiaViewApi.makeImageSnapshotAsync(this._nativeId, rect);\n }\n\n /**\n * Sends a redraw request to the native SkiaView.\n */\n public redraw() {\n assertSkiaViewApi();\n SkiaViewApi.requestRedraw(this._nativeId);\n }\n\n /**\n * Clear up the dom node when unmounting to release resources.\n */\n componentWillUnmount(): void {\n assertSkiaViewApi();\n SkiaViewApi.setJsiProperty(this._nativeId, \"root\", null);\n }\n\n render() {\n const { mode, debug = false, ...viewProps } = this.props;\n return (\n <NativeSkiaDomView\n collapsable={false}\n nativeID={`${this._nativeId}`}\n mode={mode}\n debug={debug}\n {...viewProps}\n />\n );\n }\n}\n\nconst assertSkiaViewApi = () => {\n if (\n SkiaViewApi === null ||\n SkiaViewApi.setJsiProperty === null ||\n SkiaViewApi.requestRedraw === null ||\n SkiaViewApi.makeImageSnapshot === null\n ) {\n throw Error(\"Skia View Api was not found.\");\n }\n};\n"],"mappings":"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"}
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_Platform","_SkiaDomViewNativeComponent","_api","_SkiaViewNativeId","e","__esModule","default","_extends","Object","assign","bind","n","arguments","length","t","r","hasOwnProperty","call","apply","_defineProperty","_toPropertyKey","defineProperty","value","enumerable","configurable","writable","i","_toPrimitive","Symbol","toPrimitive","TypeError","String","Number","NativeSkiaDomView","Platform","OS","SkiaDomViewNativeComponent","SkiaDomView","React","Component","constructor","props","_nativeId","SkiaViewNativeId","current","root","onTouch","onSize","assertSkiaViewApi","SkiaViewApi","setJsiProperty","console","warn","nativeId","componentDidUpdate","prevProps","makeImageSnapshot","rect","makeImageSnapshotAsync","redraw","requestRedraw","render","mode","debug","viewProps","createElement","collapsable","nativeID","exports","Error"],"sources":["SkiaDomView.tsx"],"sourcesContent":["import React from \"react\";\nimport type { HostComponent } from \"react-native\";\n\nimport type { SkRect } from \"../skia/types\";\nimport { Platform } from \"../Platform\";\nimport SkiaDomViewNativeComponent from \"../specs/SkiaDomViewNativeComponent\";\n\nimport { SkiaViewApi } from \"./api\";\nimport type { SkiaDomViewProps } from \"./types\";\nimport { SkiaViewNativeId } from \"./SkiaViewNativeId\";\n\nconst NativeSkiaDomView: HostComponent<SkiaDomViewProps> =\n Platform.OS !== \"web\"\n ? SkiaDomViewNativeComponent\n : // eslint-disable-next-line @typescript-eslint/no-explicit-any\n (null as any);\n\nexport class SkiaDomView extends React.Component<SkiaDomViewProps> {\n constructor(props: SkiaDomViewProps) {\n super(props);\n this._nativeId = SkiaViewNativeId.current++;\n const { root, onTouch, onSize } = props;\n if (root) {\n assertSkiaViewApi();\n SkiaViewApi.setJsiProperty(this._nativeId, \"root\", root);\n }\n if (onTouch) {\n assertSkiaViewApi();\n console.warn(\n `The onTouch property is deprecated and will be removed in the next Skia release.\nSee: https://shopify.github.io/react-native-skia/docs/animations/gestures`\n );\n SkiaViewApi.setJsiProperty(this._nativeId, \"onTouch\", onTouch);\n }\n if (onSize) {\n assertSkiaViewApi();\n SkiaViewApi.setJsiProperty(this._nativeId, \"onSize\", onSize);\n }\n }\n\n private _nativeId: number;\n\n public get nativeId() {\n return this._nativeId;\n }\n\n componentDidUpdate(prevProps: SkiaDomViewProps) {\n const { root, onTouch, onSize } = this.props;\n if (root !== prevProps.root) {\n assertSkiaViewApi();\n SkiaViewApi.setJsiProperty(this._nativeId, \"root\", root);\n }\n if (onTouch !== prevProps.onTouch) {\n assertSkiaViewApi();\n SkiaViewApi.setJsiProperty(this._nativeId, \"onTouch\", onTouch);\n }\n if (onSize !== prevProps.onSize) {\n assertSkiaViewApi();\n SkiaViewApi.setJsiProperty(this._nativeId, \"onSize\", onSize);\n }\n }\n\n /**\n * Creates a snapshot from the canvas in the surface\n * @param rect Rect to use as bounds. Optional.\n * @returns An Image object.\n */\n public makeImageSnapshot(rect?: SkRect) {\n assertSkiaViewApi();\n return SkiaViewApi.makeImageSnapshot(this._nativeId, rect);\n }\n\n /**\n * Creates a snapshot from the canvas in the surface\n * @param rect Rect to use as bounds. Optional.\n * @returns An Image object.\n */\n public makeImageSnapshotAsync(rect?: SkRect) {\n assertSkiaViewApi();\n return SkiaViewApi.makeImageSnapshotAsync(this._nativeId, rect);\n }\n\n /**\n * Sends a redraw request to the native SkiaView.\n */\n public redraw() {\n assertSkiaViewApi();\n SkiaViewApi.requestRedraw(this._nativeId);\n }\n\n render() {\n const { mode, debug = false, ...viewProps } = this.props;\n return (\n <NativeSkiaDomView\n collapsable={false}\n nativeID={`${this._nativeId}`}\n mode={mode}\n debug={debug}\n {...viewProps}\n />\n );\n }\n}\n\nconst assertSkiaViewApi = () => {\n if (\n SkiaViewApi === null ||\n SkiaViewApi.setJsiProperty === null ||\n SkiaViewApi.requestRedraw === null ||\n SkiaViewApi.makeImageSnapshot === null\n ) {\n throw Error(\"Skia View Api was not found.\");\n }\n};\n"],"mappings":"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","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":["_skia","require","_DrawingContext","_SkiaBaseWebView","SkiaDomView","SkiaBaseWebView","constructor","props","renderInCanvas","canvas","touches","onTouch","console","warn","onSize","width","height","getSize","value","root","ctx","JsiDrawingContext","Skia","render","exports"],"sources":["SkiaDomView.web.tsx"],"sourcesContent":["import { Skia } from \"../skia\";\nimport type { SkCanvas } from \"../skia/types\";\nimport { JsiDrawingContext } from \"../dom/types/DrawingContext\";\n\nimport { SkiaBaseWebView } from \"./SkiaBaseWebView\";\nimport type { SkiaDomViewProps, TouchInfo } from \"./types\";\n\nexport class SkiaDomView extends SkiaBaseWebView<SkiaDomViewProps> {\n constructor(props: SkiaDomViewProps) {\n super(props);\n }\n\n protected renderInCanvas(canvas: SkCanvas, touches: TouchInfo[]): void {\n if (this.props.onTouch) {\n console.warn(\n `The onTouch property is deprecated and will be removed in the next Skia release.\nSee: https://shopify.github.io/react-native-skia/docs/animations/gestures`\n );\n this.props.onTouch([touches]);\n }\n if (this.props.onSize) {\n const { width, height } = this.getSize();\n this.props.onSize.value = { width, height };\n }\n if (this.props.root) {\n const ctx = new JsiDrawingContext(Skia, canvas);\n this.props.root.render(ctx);\n }\n }\n}\n"],"mappings":";;;;;;AAAA,IAAAA,KAAA,GAAAC,OAAA;AAEA,IAAAC,eAAA,GAAAD,OAAA;AAEA,IAAAE,gBAAA,GAAAF,OAAA;AAGO,MAAMG,WAAW,SAASC,gCAAe,CAAmB;EACjEC,WAAWA,CAACC,KAAuB,EAAE;IACnC,KAAK,CAACA,KAAK,CAAC;EACd;EAEUC,cAAcA,CAACC,MAAgB,EAAEC,OAAoB,EAAQ;IACrE,IAAI,IAAI,CAACH,KAAK,CAACI,OAAO,EAAE;MACtBC,OAAO,CAACC,IAAI,CACT;AACT,0EACM,CAAC;MACD,IAAI,CAACN,KAAK,CAACI,OAAO,CAAC,CAACD,OAAO,CAAC,CAAC;IAC/B;IACA,IAAI,IAAI,CAACH,KAAK,CAACO,MAAM,EAAE;MACrB,MAAM;QAAEC,KAAK;QAAEC;MAAO,CAAC,GAAG,IAAI,CAACC,OAAO,CAAC,CAAC;MACxC,IAAI,CAACV,KAAK,CAACO,MAAM,CAACI,KAAK,GAAG;QAAEH,KAAK;QAAEC;MAAO,CAAC;IAC7C;IACA,IAAI,IAAI,CAACT,KAAK,CAACY,IAAI,EAAE;MACnB,MAAMC,GAAG,GAAG,IAAIC,iCAAiB,CAACC,UAAI,EAAEb,MAAM,CAAC;MAC/C,IAAI,CAACF,KAAK,CAACY,IAAI,CAACI,MAAM,CAACH,GAAG,CAAC;IAC7B;EACF;AACF;AAACI,OAAA,CAAApB,WAAA,GAAAA,WAAA"}
1
+ {"version":3,"names":["_skia","require","_DrawingContext","_SkiaBaseWebView","SkiaDomView","SkiaBaseWebView","constructor","props","renderInCanvas","canvas","touches","onTouch","console","warn","onSize","width","height","getSize","value","root","ctx","JsiDrawingContext","Skia","render","exports"],"sources":["SkiaDomView.web.tsx"],"sourcesContent":["import { Skia } from \"../skia\";\nimport type { SkCanvas } from \"../skia/types\";\nimport { JsiDrawingContext } from \"../dom/types/DrawingContext\";\n\nimport { SkiaBaseWebView } from \"./SkiaBaseWebView\";\nimport type { SkiaDomViewProps, TouchInfo } from \"./types\";\n\nexport class SkiaDomView extends SkiaBaseWebView<SkiaDomViewProps> {\n constructor(props: SkiaDomViewProps) {\n super(props);\n }\n\n protected renderInCanvas(canvas: SkCanvas, touches: TouchInfo[]): void {\n if (this.props.onTouch) {\n console.warn(\n `The onTouch property is deprecated and will be removed in the next Skia release.\nSee: https://shopify.github.io/react-native-skia/docs/animations/gestures`\n );\n this.props.onTouch([touches]);\n }\n if (this.props.onSize) {\n const { width, height } = this.getSize();\n this.props.onSize.value = { width, height };\n }\n if (this.props.root) {\n const ctx = new JsiDrawingContext(Skia, canvas);\n this.props.root.render(ctx);\n }\n }\n}\n"],"mappings":";;;;;;AAAA,IAAAA,KAAA,GAAAC,OAAA;AAEA,IAAAC,eAAA,GAAAD,OAAA;AAEA,IAAAE,gBAAA,GAAAF,OAAA;AAGO,MAAMG,WAAW,SAASC,gCAAe,CAAmB;EACjEC,WAAWA,CAACC,KAAuB,EAAE;IACnC,KAAK,CAACA,KAAK,CAAC;EACd;EAEUC,cAAcA,CAACC,MAAgB,EAAEC,OAAoB,EAAQ;IACrE,IAAI,IAAI,CAACH,KAAK,CAACI,OAAO,EAAE;MACtBC,OAAO,CAACC,IAAI,CACV;AACR,0EACM,CAAC;MACD,IAAI,CAACN,KAAK,CAACI,OAAO,CAAC,CAACD,OAAO,CAAC,CAAC;IAC/B;IACA,IAAI,IAAI,CAACH,KAAK,CAACO,MAAM,EAAE;MACrB,MAAM;QAAEC,KAAK;QAAEC;MAAO,CAAC,GAAG,IAAI,CAACC,OAAO,CAAC,CAAC;MACxC,IAAI,CAACV,KAAK,CAACO,MAAM,CAACI,KAAK,GAAG;QAAEH,KAAK;QAAEC;MAAO,CAAC;IAC7C;IACA,IAAI,IAAI,CAACT,KAAK,CAACY,IAAI,EAAE;MACnB,MAAMC,GAAG,GAAG,IAAIC,iCAAiB,CAACC,UAAI,EAAEb,MAAM,CAAC;MAC/C,IAAI,CAACF,KAAK,CAACY,IAAI,CAACI,MAAM,CAACH,GAAG,CAAC;IAC7B;EACF;AACF;AAACI,OAAA,CAAApB,WAAA,GAAAA,WAAA","ignoreList":[]}
@@ -10,10 +10,10 @@ var _SkiaPictureViewNativeComponent = _interopRequireDefault(require("../specs/S
10
10
  var _types = require("../dom/types");
11
11
  var _api = require("./api");
12
12
  var _SkiaViewNativeId = require("./SkiaViewNativeId");
13
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
14
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
15
- 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; }
16
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
13
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
14
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
15
+ 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; }
16
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
17
17
  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); }
18
18
  const NativeSkiaPictureView = _Platform.Platform.OS !== "web" ? _SkiaPictureViewNativeComponent.default :
19
19
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_Platform","_SkiaPictureViewNativeComponent","_types","_api","_SkiaViewNativeId","obj","__esModule","default","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","_defineProperty","value","_toPropertyKey","defineProperty","enumerable","configurable","writable","t","_toPrimitive","String","r","e","Symbol","toPrimitive","TypeError","Number","NativeSkiaPictureView","Platform","OS","SkiaPictureViewNativeComponent","SkiaJSDomView","React","Component","constructor","props","_nativeId","SkiaViewNativeId","current","root","onTouch","onSize","assertSkiaViewApi","SkiaViewApi","setJsiProperty","console","warn","nativeId","componentDidUpdate","prevProps","undefined","draw","makeImageSnapshot","rect","redraw","Skia","rec","PictureRecorder","canvas","beginRecording","ctx","JsiDrawingContext","render","picture","finishRecordingAsPicture","componentWillUnmount","mode","debug","viewProps","createElement","collapsable","nativeID","exports","requestRedraw","Error"],"sources":["SkiaJSDomView.tsx"],"sourcesContent":["import React from \"react\";\nimport type { HostComponent } from \"react-native\";\n\nimport type { Skia, SkRect } from \"../skia/types\";\nimport { Platform } from \"../Platform\";\nimport SkiaPictureViewNativeComponent from \"../specs/SkiaPictureViewNativeComponent\";\nimport { JsiDrawingContext } from \"../dom/types\";\n\nimport { SkiaViewApi } from \"./api\";\nimport type { SkiaPictureViewProps, SkiaDomViewProps } from \"./types\";\nimport { SkiaViewNativeId } from \"./SkiaViewNativeId\";\n\nconst NativeSkiaPictureView: HostComponent<SkiaPictureViewProps> =\n Platform.OS !== \"web\"\n ? SkiaPictureViewNativeComponent\n : // eslint-disable-next-line @typescript-eslint/no-explicit-any\n (null as any);\n\nexport class SkiaJSDomView extends React.Component<\n SkiaDomViewProps & { Skia: Skia }\n> {\n constructor(props: SkiaDomViewProps & { Skia: Skia }) {\n super(props);\n this._nativeId = SkiaViewNativeId.current++;\n const { root, onTouch, onSize } = props;\n if (root) {\n assertSkiaViewApi();\n SkiaViewApi.setJsiProperty(this._nativeId, \"root\", root);\n }\n if (onTouch) {\n assertSkiaViewApi();\n console.warn(\n `The onTouch property is deprecated and will be removed in the next Skia release.\nSee: https://shopify.github.io/react-native-skia/docs/animations/gestures`\n );\n SkiaViewApi.setJsiProperty(this._nativeId, \"onTouch\", onTouch);\n }\n if (onSize) {\n assertSkiaViewApi();\n SkiaViewApi.setJsiProperty(this._nativeId, \"onSize\", onSize);\n }\n }\n\n private _nativeId: number;\n\n public get nativeId() {\n return this._nativeId;\n }\n\n componentDidUpdate(prevProps: SkiaDomViewProps & { Skia: Skia }) {\n const { root, onTouch, onSize } = this.props;\n if (root !== prevProps.root && root !== undefined) {\n assertSkiaViewApi();\n this.draw();\n }\n if (onTouch !== prevProps.onTouch) {\n assertSkiaViewApi();\n SkiaViewApi.setJsiProperty(this._nativeId, \"onTouch\", onTouch);\n }\n if (onSize !== prevProps.onSize) {\n assertSkiaViewApi();\n SkiaViewApi.setJsiProperty(this._nativeId, \"onSize\", onSize);\n }\n }\n\n /**\n * Creates a snapshot from the canvas in the surface\n * @param rect Rect to use as bounds. Optional.\n * @returns An Image object.\n */\n public makeImageSnapshot(rect?: SkRect) {\n assertSkiaViewApi();\n return SkiaViewApi.makeImageSnapshot(this._nativeId, rect);\n }\n\n /**\n * Sends a redraw request to the native SkiaView.\n */\n public redraw() {\n assertSkiaViewApi();\n this.draw();\n //SkiaViewApi.requestRedraw(this._nativeId);\n }\n\n private draw() {\n const { root, Skia } = this.props;\n if (root !== undefined) {\n assertSkiaViewApi();\n const rec = Skia.PictureRecorder();\n const canvas = rec.beginRecording();\n const ctx = new JsiDrawingContext(Skia, canvas);\n root.render(ctx);\n const picture = rec.finishRecordingAsPicture();\n SkiaViewApi.setJsiProperty(this._nativeId, \"picture\", picture);\n }\n }\n\n /**\n * Clear up the dom node when unmounting to release resources.\n */\n componentWillUnmount(): void {\n assertSkiaViewApi();\n SkiaViewApi.setJsiProperty(this._nativeId, \"picture\", null);\n }\n\n render() {\n const { mode, debug = false, ...viewProps } = this.props;\n return (\n <NativeSkiaPictureView\n collapsable={false}\n nativeID={`${this._nativeId}`}\n mode={mode}\n debug={debug}\n {...viewProps}\n />\n );\n }\n}\n\nconst assertSkiaViewApi = () => {\n if (\n SkiaViewApi === null ||\n SkiaViewApi.setJsiProperty === null ||\n SkiaViewApi.requestRedraw === null ||\n SkiaViewApi.makeImageSnapshot === null\n ) {\n throw Error(\"Skia View Api was not found.\");\n }\n};\n"],"mappings":"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"}
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_Platform","_SkiaPictureViewNativeComponent","_types","_api","_SkiaViewNativeId","e","__esModule","default","_extends","Object","assign","bind","n","arguments","length","t","r","hasOwnProperty","call","apply","_defineProperty","_toPropertyKey","defineProperty","value","enumerable","configurable","writable","i","_toPrimitive","Symbol","toPrimitive","TypeError","String","Number","NativeSkiaPictureView","Platform","OS","SkiaPictureViewNativeComponent","SkiaJSDomView","React","Component","constructor","props","_nativeId","SkiaViewNativeId","current","root","onTouch","onSize","assertSkiaViewApi","SkiaViewApi","setJsiProperty","console","warn","nativeId","componentDidUpdate","prevProps","undefined","draw","makeImageSnapshot","rect","redraw","Skia","rec","PictureRecorder","canvas","beginRecording","ctx","JsiDrawingContext","render","picture","finishRecordingAsPicture","componentWillUnmount","mode","debug","viewProps","createElement","collapsable","nativeID","exports","requestRedraw","Error"],"sources":["SkiaJSDomView.tsx"],"sourcesContent":["import React from \"react\";\nimport type { HostComponent } from \"react-native\";\n\nimport type { Skia, SkRect } from \"../skia/types\";\nimport { Platform } from \"../Platform\";\nimport SkiaPictureViewNativeComponent from \"../specs/SkiaPictureViewNativeComponent\";\nimport { JsiDrawingContext } from \"../dom/types\";\n\nimport { SkiaViewApi } from \"./api\";\nimport type { SkiaPictureViewProps, SkiaDomViewProps } from \"./types\";\nimport { SkiaViewNativeId } from \"./SkiaViewNativeId\";\n\nconst NativeSkiaPictureView: HostComponent<SkiaPictureViewProps> =\n Platform.OS !== \"web\"\n ? SkiaPictureViewNativeComponent\n : // eslint-disable-next-line @typescript-eslint/no-explicit-any\n (null as any);\n\nexport class SkiaJSDomView extends React.Component<\n SkiaDomViewProps & { Skia: Skia }\n> {\n constructor(props: SkiaDomViewProps & { Skia: Skia }) {\n super(props);\n this._nativeId = SkiaViewNativeId.current++;\n const { root, onTouch, onSize } = props;\n if (root) {\n assertSkiaViewApi();\n SkiaViewApi.setJsiProperty(this._nativeId, \"root\", root);\n }\n if (onTouch) {\n assertSkiaViewApi();\n console.warn(\n `The onTouch property is deprecated and will be removed in the next Skia release.\nSee: https://shopify.github.io/react-native-skia/docs/animations/gestures`\n );\n SkiaViewApi.setJsiProperty(this._nativeId, \"onTouch\", onTouch);\n }\n if (onSize) {\n assertSkiaViewApi();\n SkiaViewApi.setJsiProperty(this._nativeId, \"onSize\", onSize);\n }\n }\n\n private _nativeId: number;\n\n public get nativeId() {\n return this._nativeId;\n }\n\n componentDidUpdate(prevProps: SkiaDomViewProps & { Skia: Skia }) {\n const { root, onTouch, onSize } = this.props;\n if (root !== prevProps.root && root !== undefined) {\n assertSkiaViewApi();\n this.draw();\n }\n if (onTouch !== prevProps.onTouch) {\n assertSkiaViewApi();\n SkiaViewApi.setJsiProperty(this._nativeId, \"onTouch\", onTouch);\n }\n if (onSize !== prevProps.onSize) {\n assertSkiaViewApi();\n SkiaViewApi.setJsiProperty(this._nativeId, \"onSize\", onSize);\n }\n }\n\n /**\n * Creates a snapshot from the canvas in the surface\n * @param rect Rect to use as bounds. Optional.\n * @returns An Image object.\n */\n public makeImageSnapshot(rect?: SkRect) {\n assertSkiaViewApi();\n return SkiaViewApi.makeImageSnapshot(this._nativeId, rect);\n }\n\n /**\n * Sends a redraw request to the native SkiaView.\n */\n public redraw() {\n assertSkiaViewApi();\n this.draw();\n //SkiaViewApi.requestRedraw(this._nativeId);\n }\n\n private draw() {\n const { root, Skia } = this.props;\n if (root !== undefined) {\n assertSkiaViewApi();\n const rec = Skia.PictureRecorder();\n const canvas = rec.beginRecording();\n const ctx = new JsiDrawingContext(Skia, canvas);\n root.render(ctx);\n const picture = rec.finishRecordingAsPicture();\n SkiaViewApi.setJsiProperty(this._nativeId, \"picture\", picture);\n }\n }\n\n /**\n * Clear up the dom node when unmounting to release resources.\n */\n componentWillUnmount(): void {\n assertSkiaViewApi();\n SkiaViewApi.setJsiProperty(this._nativeId, \"picture\", null);\n }\n\n render() {\n const { mode, debug = false, ...viewProps } = this.props;\n return (\n <NativeSkiaPictureView\n collapsable={false}\n nativeID={`${this._nativeId}`}\n mode={mode}\n debug={debug}\n {...viewProps}\n />\n );\n }\n}\n\nconst assertSkiaViewApi = () => {\n if (\n SkiaViewApi === null ||\n SkiaViewApi.setJsiProperty === null ||\n SkiaViewApi.requestRedraw === null ||\n SkiaViewApi.makeImageSnapshot === null\n ) {\n throw Error(\"Skia View Api was not found.\");\n }\n};\n"],"mappings":"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","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":["_SkiaDomView","require"],"sources":["SkiaJSDomView.web.tsx"],"sourcesContent":["export { SkiaDomView as SkiaJSDomView } from \"./SkiaDomView\";\n"],"mappings":";;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA"}
1
+ {"version":3,"names":["_SkiaDomView","require"],"sources":["SkiaJSDomView.web.tsx"],"sourcesContent":["export { SkiaDomView as SkiaJSDomView } from \"./SkiaDomView\";\n"],"mappings":";;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA","ignoreList":[]}
@@ -8,10 +8,10 @@ var _react = _interopRequireDefault(require("react"));
8
8
  var _SkiaPictureViewNativeComponent = _interopRequireDefault(require("../specs/SkiaPictureViewNativeComponent"));
9
9
  var _api = require("./api");
10
10
  var _SkiaViewNativeId = require("./SkiaViewNativeId");
11
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
12
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
13
- 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; }
14
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
11
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
12
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
13
+ 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; }
14
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
15
15
  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); }
16
16
  const NativeSkiaPictureView = _SkiaPictureViewNativeComponent.default;
17
17
  class SkiaPictureView extends _react.default.Component {
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_SkiaPictureViewNativeComponent","_api","_SkiaViewNativeId","obj","__esModule","default","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","_defineProperty","value","_toPropertyKey","defineProperty","enumerable","configurable","writable","t","_toPrimitive","String","r","e","Symbol","toPrimitive","TypeError","Number","NativeSkiaPictureView","SkiaPictureViewNativeComponent","SkiaPictureView","React","Component","constructor","props","_nativeId","SkiaViewNativeId","current","picture","onSize","assertSkiaViewApi","SkiaViewApi","setJsiProperty","nativeId","componentDidUpdate","prevProps","makeImageSnapshot","rect","redraw","requestRedraw","render","mode","debug","viewProps","createElement","collapsable","nativeID","exports","Error"],"sources":["SkiaPictureView.tsx"],"sourcesContent":["import React from \"react\";\n\nimport type { SkRect } from \"../skia/types\";\nimport SkiaPictureViewNativeComponent from \"../specs/SkiaPictureViewNativeComponent\";\n\nimport { SkiaViewApi } from \"./api\";\nimport type { SkiaPictureViewProps } from \"./types\";\nimport { SkiaViewNativeId } from \"./SkiaViewNativeId\";\n\nconst NativeSkiaPictureView = SkiaPictureViewNativeComponent;\n\nexport class SkiaPictureView extends React.Component<SkiaPictureViewProps> {\n constructor(props: SkiaPictureViewProps) {\n super(props);\n this._nativeId = SkiaViewNativeId.current++;\n const { picture, onSize } = props;\n if (picture) {\n assertSkiaViewApi();\n SkiaViewApi.setJsiProperty(this._nativeId, \"picture\", picture);\n }\n if (onSize) {\n assertSkiaViewApi();\n SkiaViewApi.setJsiProperty(this._nativeId, \"onSize\", onSize);\n }\n }\n\n private _nativeId: number;\n\n public get nativeId() {\n return this._nativeId;\n }\n\n componentDidUpdate(prevProps: SkiaPictureViewProps) {\n const { picture, onSize } = this.props;\n if (picture !== prevProps.picture) {\n assertSkiaViewApi();\n SkiaViewApi.setJsiProperty(this._nativeId, \"picture\", picture);\n }\n if (onSize !== prevProps.onSize) {\n assertSkiaViewApi();\n SkiaViewApi.setJsiProperty(this._nativeId, \"onSize\", onSize);\n }\n }\n\n /**\n * Creates a snapshot from the canvas in the surface\n * @param rect Rect to use as bounds. Optional.\n * @returns An Image object.\n */\n public makeImageSnapshot(rect?: SkRect) {\n assertSkiaViewApi();\n return SkiaViewApi.makeImageSnapshot(this._nativeId, rect);\n }\n\n /**\n * Sends a redraw request to the native SkiaView.\n */\n public redraw() {\n assertSkiaViewApi();\n SkiaViewApi.requestRedraw(this._nativeId);\n }\n\n render() {\n const { mode, debug = false, ...viewProps } = this.props;\n return (\n <NativeSkiaPictureView\n collapsable={false}\n nativeID={`${this._nativeId}`}\n mode={mode ?? \"default\"}\n debug={debug}\n {...viewProps}\n />\n );\n }\n}\n\nconst assertSkiaViewApi = () => {\n if (\n SkiaViewApi === null ||\n SkiaViewApi.setJsiProperty === null ||\n SkiaViewApi.requestRedraw === null ||\n SkiaViewApi.makeImageSnapshot === null\n ) {\n throw Error(\"Skia View Api was not found.\");\n }\n};\n"],"mappings":"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"}
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_SkiaPictureViewNativeComponent","_api","_SkiaViewNativeId","e","__esModule","default","_extends","Object","assign","bind","n","arguments","length","t","r","hasOwnProperty","call","apply","_defineProperty","_toPropertyKey","defineProperty","value","enumerable","configurable","writable","i","_toPrimitive","Symbol","toPrimitive","TypeError","String","Number","NativeSkiaPictureView","SkiaPictureViewNativeComponent","SkiaPictureView","React","Component","constructor","props","_nativeId","SkiaViewNativeId","current","picture","onSize","assertSkiaViewApi","SkiaViewApi","setJsiProperty","nativeId","componentDidUpdate","prevProps","makeImageSnapshot","rect","redraw","requestRedraw","render","mode","debug","viewProps","createElement","collapsable","nativeID","exports","Error"],"sources":["SkiaPictureView.tsx"],"sourcesContent":["import React from \"react\";\n\nimport type { SkRect } from \"../skia/types\";\nimport SkiaPictureViewNativeComponent from \"../specs/SkiaPictureViewNativeComponent\";\n\nimport { SkiaViewApi } from \"./api\";\nimport type { SkiaPictureViewProps } from \"./types\";\nimport { SkiaViewNativeId } from \"./SkiaViewNativeId\";\n\nconst NativeSkiaPictureView = SkiaPictureViewNativeComponent;\n\nexport class SkiaPictureView extends React.Component<SkiaPictureViewProps> {\n constructor(props: SkiaPictureViewProps) {\n super(props);\n this._nativeId = SkiaViewNativeId.current++;\n const { picture, onSize } = props;\n if (picture) {\n assertSkiaViewApi();\n SkiaViewApi.setJsiProperty(this._nativeId, \"picture\", picture);\n }\n if (onSize) {\n assertSkiaViewApi();\n SkiaViewApi.setJsiProperty(this._nativeId, \"onSize\", onSize);\n }\n }\n\n private _nativeId: number;\n\n public get nativeId() {\n return this._nativeId;\n }\n\n componentDidUpdate(prevProps: SkiaPictureViewProps) {\n const { picture, onSize } = this.props;\n if (picture !== prevProps.picture) {\n assertSkiaViewApi();\n SkiaViewApi.setJsiProperty(this._nativeId, \"picture\", picture);\n }\n if (onSize !== prevProps.onSize) {\n assertSkiaViewApi();\n SkiaViewApi.setJsiProperty(this._nativeId, \"onSize\", onSize);\n }\n }\n\n /**\n * Creates a snapshot from the canvas in the surface\n * @param rect Rect to use as bounds. Optional.\n * @returns An Image object.\n */\n public makeImageSnapshot(rect?: SkRect) {\n assertSkiaViewApi();\n return SkiaViewApi.makeImageSnapshot(this._nativeId, rect);\n }\n\n /**\n * Sends a redraw request to the native SkiaView.\n */\n public redraw() {\n assertSkiaViewApi();\n SkiaViewApi.requestRedraw(this._nativeId);\n }\n\n render() {\n const { mode, debug = false, ...viewProps } = this.props;\n return (\n <NativeSkiaPictureView\n collapsable={false}\n nativeID={`${this._nativeId}`}\n mode={mode ?? \"default\"}\n debug={debug}\n {...viewProps}\n />\n );\n }\n}\n\nconst assertSkiaViewApi = () => {\n if (\n SkiaViewApi === null ||\n SkiaViewApi.setJsiProperty === null ||\n SkiaViewApi.requestRedraw === null ||\n SkiaViewApi.makeImageSnapshot === null\n ) {\n throw Error(\"Skia View Api was not found.\");\n }\n};\n"],"mappings":"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","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":["_SkiaBaseWebView","require","SkiaPictureView","SkiaBaseWebView","constructor","props","renderInCanvas","canvas","picture","drawPicture","exports"],"sources":["SkiaPictureView.web.tsx"],"sourcesContent":["import type { SkCanvas } from \"../skia/types\";\n\nimport type { SkiaPictureViewProps } from \"./types\";\nimport { SkiaBaseWebView } from \"./SkiaBaseWebView\";\n\nexport class SkiaPictureView extends SkiaBaseWebView<SkiaPictureViewProps> {\n constructor(props: SkiaPictureViewProps) {\n super(props);\n }\n\n protected renderInCanvas(canvas: SkCanvas): void {\n if (this.props.picture) {\n canvas.drawPicture(this.props.picture);\n }\n }\n}\n"],"mappings":";;;;;;AAGA,IAAAA,gBAAA,GAAAC,OAAA;AAEO,MAAMC,eAAe,SAASC,gCAAe,CAAuB;EACzEC,WAAWA,CAACC,KAA2B,EAAE;IACvC,KAAK,CAACA,KAAK,CAAC;EACd;EAEUC,cAAcA,CAACC,MAAgB,EAAQ;IAC/C,IAAI,IAAI,CAACF,KAAK,CAACG,OAAO,EAAE;MACtBD,MAAM,CAACE,WAAW,CAAC,IAAI,CAACJ,KAAK,CAACG,OAAO,CAAC;IACxC;EACF;AACF;AAACE,OAAA,CAAAR,eAAA,GAAAA,eAAA"}
1
+ {"version":3,"names":["_SkiaBaseWebView","require","SkiaPictureView","SkiaBaseWebView","constructor","props","renderInCanvas","canvas","picture","drawPicture","exports"],"sources":["SkiaPictureView.web.tsx"],"sourcesContent":["import type { SkCanvas } from \"../skia/types\";\n\nimport type { SkiaPictureViewProps } from \"./types\";\nimport { SkiaBaseWebView } from \"./SkiaBaseWebView\";\n\nexport class SkiaPictureView extends SkiaBaseWebView<SkiaPictureViewProps> {\n constructor(props: SkiaPictureViewProps) {\n super(props);\n }\n\n protected renderInCanvas(canvas: SkCanvas): void {\n if (this.props.picture) {\n canvas.drawPicture(this.props.picture);\n }\n }\n}\n"],"mappings":";;;;;;AAGA,IAAAA,gBAAA,GAAAC,OAAA;AAEO,MAAMC,eAAe,SAASC,gCAAe,CAAuB;EACzEC,WAAWA,CAACC,KAA2B,EAAE;IACvC,KAAK,CAACA,KAAK,CAAC;EACd;EAEUC,cAAcA,CAACC,MAAgB,EAAQ;IAC/C,IAAI,IAAI,CAACF,KAAK,CAACG,OAAO,EAAE;MACtBD,MAAM,CAACE,WAAW,CAAC,IAAI,CAACJ,KAAK,CAACG,OAAO,CAAC;IACxC;EACF;AACF;AAACE,OAAA,CAAAR,eAAA,GAAAA,eAAA","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":["SkiaViewNativeId","exports","current"],"sources":["SkiaViewNativeId.ts"],"sourcesContent":["export const SkiaViewNativeId = { current: 1000 };\n"],"mappings":";;;;;;AAAO,MAAMA,gBAAgB,GAAAC,OAAA,CAAAD,gBAAA,GAAG;EAAEE,OAAO,EAAE;AAAK,CAAC"}
1
+ {"version":3,"names":["SkiaViewNativeId","exports","current"],"sources":["SkiaViewNativeId.ts"],"sourcesContent":["export const SkiaViewNativeId = { current: 1000 };\n"],"mappings":";;;;;;AAAO,MAAMA,gBAAgB,GAAAC,OAAA,CAAAD,gBAAA,GAAG;EAAEE,OAAO,EAAE;AAAK,CAAC","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":["SkiaViewApi","global","exports"],"sources":["api.ts"],"sourcesContent":["import type { ISkiaViewApi } from \"./types\";\n\ndeclare global {\n var SkiaViewApi: ISkiaViewApi;\n}\n\nexport const { SkiaViewApi } = global;\n"],"mappings":";;;;;;AAMO,MAAM;EAAEA;AAAY,CAAC,GAAGC,MAAM;AAACC,OAAA,CAAAF,WAAA,GAAAA,WAAA"}
1
+ {"version":3,"names":["SkiaViewApi","global","exports"],"sources":["api.ts"],"sourcesContent":["import type { ISkiaViewApi } from \"./types\";\n\ndeclare global {\n var SkiaViewApi: ISkiaViewApi;\n}\n\nexport const { SkiaViewApi } = global;\n"],"mappings":";;;;;;AAMO,MAAM;EAAEA;AAAY,CAAC,GAAGC,MAAM;AAACC,OAAA,CAAAF,WAAA,GAAAA,WAAA","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":["_SkiaPictureView","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_SkiaDomView","_types","_useTouchHandler"],"sources":["index.ts"],"sourcesContent":["export * from \"./SkiaPictureView\";\nexport * from \"./SkiaDomView\";\nexport * from \"./types\";\nexport * from \"./useTouchHandler\";\n"],"mappings":";;;;;AAAA,IAAAA,gBAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,gBAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,gBAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,gBAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,YAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,YAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,YAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,YAAA,CAAAL,GAAA;IAAA;EAAA;AAAA;AACA,IAAAM,MAAA,GAAAV,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAQ,MAAA,EAAAP,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAM,MAAA,CAAAN,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAE,MAAA,CAAAN,GAAA;IAAA;EAAA;AAAA;AACA,IAAAO,gBAAA,GAAAX,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAS,gBAAA,EAAAR,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAO,gBAAA,CAAAP,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAG,gBAAA,CAAAP,GAAA;IAAA;EAAA;AAAA"}
1
+ {"version":3,"names":["_SkiaPictureView","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_SkiaDomView","_types","_useTouchHandler"],"sources":["index.ts"],"sourcesContent":["export * from \"./SkiaPictureView\";\nexport * from \"./SkiaDomView\";\nexport * from \"./types\";\nexport * from \"./useTouchHandler\";\n"],"mappings":";;;;;AAAA,IAAAA,gBAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,gBAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,gBAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,gBAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,YAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,YAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,YAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,YAAA,CAAAL,GAAA;IAAA;EAAA;AAAA;AACA,IAAAM,MAAA,GAAAV,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAQ,MAAA,EAAAP,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAM,MAAA,CAAAN,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAE,MAAA,CAAAN,GAAA;IAAA;EAAA;AAAA;AACA,IAAAO,gBAAA,GAAAX,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAS,gBAAA,EAAAR,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAO,gBAAA,CAAAP,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAG,gBAAA,CAAAP,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":["TouchType","exports"],"sources":["types.ts"],"sourcesContent":["import type { ViewProps } from \"react-native\";\n\nimport type { GroupProps, RenderNode } from \"../dom/types\";\nimport type { SkImage, SkPicture, SkRect, SkSize } from \"../skia/types\";\nimport type { SharedValueType } from \"../renderer/processors/Animations/Animations\";\n\nexport type DrawMode = \"continuous\" | \"default\";\n\nexport type NativeSkiaViewProps = ViewProps & {\n mode?: DrawMode;\n debug?: boolean;\n};\n\nexport enum TouchType {\n Start,\n Active,\n End,\n Cancelled,\n}\n\nexport interface TouchInfo {\n x: number;\n y: number;\n force: number;\n type: TouchType;\n id: number;\n timestamp: number;\n}\n\nexport interface DrawingInfo {\n width: number;\n height: number;\n timestamp: number;\n touches: Array<Array<TouchInfo>>;\n}\n\nexport type ExtendedTouchInfo = TouchInfo & {\n // points per second\n velocityX: number;\n velocityY: number;\n};\n\nexport type TouchHandlers = {\n onStart?: (touchInfo: TouchInfo) => void;\n onActive?: (touchInfo: ExtendedTouchInfo) => void;\n onEnd?: (touchInfo: ExtendedTouchInfo) => void;\n};\n\nexport type TouchHandler = (touchInfo: Array<Array<TouchInfo>>) => void;\n\nexport interface ISkiaViewApi {\n setJsiProperty: <T>(nativeId: number, name: string, value: T) => void;\n requestRedraw: (nativeId: number) => void;\n makeImageSnapshot: (nativeId: number, rect?: SkRect) => SkImage;\n makeImageSnapshotAsync: (nativeId: number, rect?: SkRect) => Promise<SkImage>;\n}\n\nexport interface SkiaBaseViewProps extends ViewProps {\n /**\n * Sets the drawing mode for the skia view. There are two drawing\n * modes, \"continuous\" and \"default\", where the continuous mode will\n * continuously redraw the view, and the default mode will only\n * redraw when any of the regular react properties are changed like\n * sizes and margins.\n */\n mode?: DrawMode;\n /**\n * When set to true the view will display information about the\n * average time it takes to render.\n */\n debug?: boolean;\n /**\n * Pass an animated value to the onSize property to get updates when\n * the Skia view is resized.\n */\n onSize?: SharedValueType<SkSize>;\n}\n\nexport interface SkiaPictureViewProps extends SkiaBaseViewProps {\n picture?: SkPicture;\n}\n\nexport interface SkiaDomViewProps extends SkiaBaseViewProps {\n root?: RenderNode<GroupProps>;\n onTouch?: TouchHandler;\n}\n"],"mappings":";;;;;;IAaYA,SAAS,GAAAC,OAAA,CAAAD,SAAA,0BAATA,SAAS;EAATA,SAAS,CAATA,SAAS;EAATA,SAAS,CAATA,SAAS;EAATA,SAAS,CAATA,SAAS;EAATA,SAAS,CAATA,SAAS;EAAA,OAATA,SAAS;AAAA"}
1
+ {"version":3,"names":["TouchType","exports"],"sources":["types.ts"],"sourcesContent":["import type { ViewProps } from \"react-native\";\n\nimport type { GroupProps, RenderNode } from \"../dom/types\";\nimport type { SkImage, SkPicture, SkRect, SkSize } from \"../skia/types\";\nimport type { SharedValueType } from \"../renderer/processors/Animations/Animations\";\n\nexport type DrawMode = \"continuous\" | \"default\";\n\nexport type NativeSkiaViewProps = ViewProps & {\n mode?: DrawMode;\n debug?: boolean;\n};\n\nexport enum TouchType {\n Start,\n Active,\n End,\n Cancelled,\n}\n\nexport interface TouchInfo {\n x: number;\n y: number;\n force: number;\n type: TouchType;\n id: number;\n timestamp: number;\n}\n\nexport interface DrawingInfo {\n width: number;\n height: number;\n timestamp: number;\n touches: Array<Array<TouchInfo>>;\n}\n\nexport type ExtendedTouchInfo = TouchInfo & {\n // points per second\n velocityX: number;\n velocityY: number;\n};\n\nexport type TouchHandlers = {\n onStart?: (touchInfo: TouchInfo) => void;\n onActive?: (touchInfo: ExtendedTouchInfo) => void;\n onEnd?: (touchInfo: ExtendedTouchInfo) => void;\n};\n\nexport type TouchHandler = (touchInfo: Array<Array<TouchInfo>>) => void;\n\nexport interface ISkiaViewApi {\n setJsiProperty: <T>(nativeId: number, name: string, value: T) => void;\n requestRedraw: (nativeId: number) => void;\n makeImageSnapshot: (nativeId: number, rect?: SkRect) => SkImage;\n makeImageSnapshotAsync: (nativeId: number, rect?: SkRect) => Promise<SkImage>;\n}\n\nexport interface SkiaBaseViewProps extends ViewProps {\n /**\n * Sets the drawing mode for the skia view. There are two drawing\n * modes, \"continuous\" and \"default\", where the continuous mode will\n * continuously redraw the view, and the default mode will only\n * redraw when any of the regular react properties are changed like\n * sizes and margins.\n */\n mode?: DrawMode;\n /**\n * When set to true the view will display information about the\n * average time it takes to render.\n */\n debug?: boolean;\n /**\n * Pass an animated value to the onSize property to get updates when\n * the Skia view is resized.\n */\n onSize?: SharedValueType<SkSize>;\n}\n\nexport interface SkiaPictureViewProps extends SkiaBaseViewProps {\n picture?: SkPicture;\n}\n\nexport interface SkiaDomViewProps extends SkiaBaseViewProps {\n root?: RenderNode<GroupProps>;\n onTouch?: TouchHandler;\n}\n"],"mappings":";;;;;;IAaYA,SAAS,GAAAC,OAAA,CAAAD,SAAA,0BAATA,SAAS;EAATA,SAAS,CAATA,SAAS;EAATA,SAAS,CAATA,SAAS;EAATA,SAAS,CAATA,SAAS;EAATA,SAAS,CAATA,SAAS;EAAA,OAATA,SAAS;AAAA","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":["_react","require","_Platform","_types","useInternalTouchHandler","handlers","deps","multiTouch","prevTouchInfoRef","useRef","prevVelocityRef","useCallback","history","forEach","touches","i","length","_prevTouchInfoRef$cur","_prevTouchInfoRef$cur2","_prevTouch$x","_prevTouch$y","_prevVelocityRef$curr","_prevVelocityRef$curr2","_prevVelocityRef$curr3","_prevVelocityRef$curr4","touch","prevTouch","current","id","timeDiffseconds","timestamp","distX","x","distY","y","type","TouchType","Start","End","Cancelled","Platform","PixelRatio","extendedTouchInfo","velocityX","velocityY","onStart","Active","onActive","onEnd","useTouchHandler","exports","useMultiTouchHandler"],"sources":["useTouchHandler.ts"],"sourcesContent":["import type { DependencyList } from \"react\";\nimport { useCallback, useRef } from \"react\";\n\nimport type { Vector } from \"../skia/types\";\nimport { Platform } from \"../Platform\";\n\nimport type {\n ExtendedTouchInfo,\n TouchHandlers,\n TouchHandler,\n TouchInfo,\n} from \"./types\";\nimport { TouchType } from \"./types\";\n\nconst useInternalTouchHandler = (\n handlers: TouchHandlers,\n deps: DependencyList = [],\n multiTouch = false\n): TouchHandler => {\n const prevTouchInfoRef = useRef<{ [key: number]: TouchInfo | undefined }>({});\n const prevVelocityRef = useRef<{ [key: number]: Vector | undefined }>({});\n\n return useCallback((history: Array<Array<TouchInfo>>) => {\n // Process all items in the current touch history\n history.forEach((touches) => {\n // Enumerate touches\n for (let i = 0; i < touches.length; i++) {\n if (!multiTouch && i > 0) {\n break;\n }\n\n const touch = touches[i];\n const prevTouch = prevTouchInfoRef.current[touch.id];\n // Calculate the velocity from the previous touch.\n const timeDiffseconds =\n touch.timestamp -\n (prevTouchInfoRef.current[touch.id]?.timestamp ?? touch.timestamp);\n\n const distX = touch.x - (prevTouch?.x ?? touch.x);\n const distY = touch.y - (prevTouch?.y ?? touch.y);\n\n if (\n touch.type !== TouchType.Start &&\n touch.type !== TouchType.End &&\n touch.type !== TouchType.Cancelled &&\n timeDiffseconds > 0\n ) {\n prevVelocityRef.current[touch.id] = {\n x: distX / timeDiffseconds / Platform.PixelRatio,\n y: distY / timeDiffseconds / Platform.PixelRatio,\n };\n }\n\n const extendedTouchInfo: ExtendedTouchInfo = {\n ...touch,\n velocityX: prevVelocityRef.current[touch.id]?.x ?? 0,\n velocityY: prevVelocityRef.current[touch.id]?.y ?? 0,\n };\n\n // Save previous touch\n prevTouchInfoRef.current[touch.id] = touch;\n\n if (touch.type === TouchType.Start) {\n delete prevVelocityRef.current[touch.id];\n handlers.onStart && handlers.onStart(touch);\n } else if (touch.type === TouchType.Active) {\n handlers.onActive && handlers.onActive(extendedTouchInfo);\n } else {\n handlers.onEnd && handlers.onEnd(extendedTouchInfo);\n }\n }\n });\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, deps);\n};\n\n/**\n * Provides a callback for handling touch events in the Skia View.\n * This touch handler only handles single touches.\n * @param handlers Callbacks for the different touch states\n * @param deps optional Dependency array to update the handlers\n * @returns A function that can be used from within the onDraw callback to\n * update and handle touch events. Call it with the touches property from\n * the info object.\n */\nexport const useTouchHandler = (\n handlers: TouchHandlers,\n deps: DependencyList = []\n): TouchHandler => {\n return useInternalTouchHandler(handlers, deps, false);\n};\n\n/**\n * Provides a callback for handling touch events in the Skia View.\n * This touch handler handles multiple touches.\n * @param handlers Callbacks for the different touch states\n * @param deps optional Dependency array to update the handlers\n * @returns A function that can be used from within the onDraw callback to\n * update and handle touch events. Call it with the touches property from\n * the info object.\n */\nexport const useMultiTouchHandler = (\n handlers: TouchHandlers,\n deps: DependencyList = []\n): TouchHandler => {\n return useInternalTouchHandler(handlers, deps, true);\n};\n"],"mappings":"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"}
1
+ {"version":3,"names":["_react","require","_Platform","_types","useInternalTouchHandler","handlers","deps","multiTouch","prevTouchInfoRef","useRef","prevVelocityRef","useCallback","history","forEach","touches","i","length","_prevTouchInfoRef$cur","_prevTouchInfoRef$cur2","_prevTouch$x","_prevTouch$y","_prevVelocityRef$curr","_prevVelocityRef$curr2","_prevVelocityRef$curr3","_prevVelocityRef$curr4","touch","prevTouch","current","id","timeDiffseconds","timestamp","distX","x","distY","y","type","TouchType","Start","End","Cancelled","Platform","PixelRatio","extendedTouchInfo","velocityX","velocityY","onStart","Active","onActive","onEnd","useTouchHandler","exports","useMultiTouchHandler"],"sources":["useTouchHandler.ts"],"sourcesContent":["import type { DependencyList } from \"react\";\nimport { useCallback, useRef } from \"react\";\n\nimport type { Vector } from \"../skia/types\";\nimport { Platform } from \"../Platform\";\n\nimport type {\n ExtendedTouchInfo,\n TouchHandlers,\n TouchHandler,\n TouchInfo,\n} from \"./types\";\nimport { TouchType } from \"./types\";\n\nconst useInternalTouchHandler = (\n handlers: TouchHandlers,\n deps: DependencyList = [],\n multiTouch = false\n): TouchHandler => {\n const prevTouchInfoRef = useRef<{ [key: number]: TouchInfo | undefined }>({});\n const prevVelocityRef = useRef<{ [key: number]: Vector | undefined }>({});\n\n return useCallback((history: Array<Array<TouchInfo>>) => {\n // Process all items in the current touch history\n history.forEach((touches) => {\n // Enumerate touches\n for (let i = 0; i < touches.length; i++) {\n if (!multiTouch && i > 0) {\n break;\n }\n\n const touch = touches[i];\n const prevTouch = prevTouchInfoRef.current[touch.id];\n // Calculate the velocity from the previous touch.\n const timeDiffseconds =\n touch.timestamp -\n (prevTouchInfoRef.current[touch.id]?.timestamp ?? touch.timestamp);\n\n const distX = touch.x - (prevTouch?.x ?? touch.x);\n const distY = touch.y - (prevTouch?.y ?? touch.y);\n\n if (\n touch.type !== TouchType.Start &&\n touch.type !== TouchType.End &&\n touch.type !== TouchType.Cancelled &&\n timeDiffseconds > 0\n ) {\n prevVelocityRef.current[touch.id] = {\n x: distX / timeDiffseconds / Platform.PixelRatio,\n y: distY / timeDiffseconds / Platform.PixelRatio,\n };\n }\n\n const extendedTouchInfo: ExtendedTouchInfo = {\n ...touch,\n velocityX: prevVelocityRef.current[touch.id]?.x ?? 0,\n velocityY: prevVelocityRef.current[touch.id]?.y ?? 0,\n };\n\n // Save previous touch\n prevTouchInfoRef.current[touch.id] = touch;\n\n if (touch.type === TouchType.Start) {\n delete prevVelocityRef.current[touch.id];\n handlers.onStart && handlers.onStart(touch);\n } else if (touch.type === TouchType.Active) {\n handlers.onActive && handlers.onActive(extendedTouchInfo);\n } else {\n handlers.onEnd && handlers.onEnd(extendedTouchInfo);\n }\n }\n });\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, deps);\n};\n\n/**\n * Provides a callback for handling touch events in the Skia View.\n * This touch handler only handles single touches.\n * @param handlers Callbacks for the different touch states\n * @param deps optional Dependency array to update the handlers\n * @returns A function that can be used from within the onDraw callback to\n * update and handle touch events. Call it with the touches property from\n * the info object.\n */\nexport const useTouchHandler = (\n handlers: TouchHandlers,\n deps: DependencyList = []\n): TouchHandler => {\n return useInternalTouchHandler(handlers, deps, false);\n};\n\n/**\n * Provides a callback for handling touch events in the Skia View.\n * This touch handler handles multiple touches.\n * @param handlers Callbacks for the different touch states\n * @param deps optional Dependency array to update the handlers\n * @returns A function that can be used from within the onDraw callback to\n * update and handle touch events. Call it with the touches property from\n * the info object.\n */\nexport const useMultiTouchHandler = (\n handlers: TouchHandlers,\n deps: DependencyList = []\n): TouchHandler => {\n return useInternalTouchHandler(handlers, deps, true);\n};\n"],"mappings":"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","ignoreList":[]}
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.LoadSkiaWeb = exports.LoadSkia = void 0;
7
7
  var _canvaskit = _interopRequireDefault(require("canvaskit-wasm/bin/full/canvaskit"));
8
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
8
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
9
9
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
10
10
  // @ts-ignore
11
11
 
@@ -1 +1 @@
1
- {"version":3,"names":["_canvaskit","_interopRequireDefault","require","obj","__esModule","default","ckSharedPromise","LoadSkiaWeb","opts","_ckSharedPromise","global","CanvasKit","undefined","CanvasKitInit","exports","LoadSkia"],"sources":["LoadSkiaWeb.tsx"],"sourcesContent":["// eslint-disable-next-line @typescript-eslint/ban-ts-comment\n// @ts-ignore\nimport CanvasKitInit from \"canvaskit-wasm/bin/full/canvaskit\";\nimport type {\n CanvasKit as CanvasKitType,\n CanvasKitInitOptions,\n} from \"canvaskit-wasm\";\n\ndeclare global {\n var CanvasKit: CanvasKitType;\n}\n\nlet ckSharedPromise: Promise<CanvasKitType>;\n\nexport const LoadSkiaWeb = async (opts?: CanvasKitInitOptions) => {\n if (global.CanvasKit !== undefined) {\n return;\n }\n ckSharedPromise = ckSharedPromise ?? CanvasKitInit(opts);\n const CanvasKit = await ckSharedPromise;\n // The CanvasKit API is stored on the global object and used\n // to create the JsiSKApi in the Skia.web.ts file.\n global.CanvasKit = CanvasKit;\n};\n\n// We keep this function for backward compatibility\nexport const LoadSkia = LoadSkiaWeb;\n"],"mappings":";;;;;;AAEA,IAAAA,UAAA,GAAAC,sBAAA,CAAAC,OAAA;AAA8D,SAAAD,uBAAAE,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAF9D;AACA;;AAWA,IAAIG,eAAuC;AAEpC,MAAMC,WAAW,GAAG,MAAOC,IAA2B,IAAK;EAAA,IAAAC,gBAAA;EAChE,IAAIC,MAAM,CAACC,SAAS,KAAKC,SAAS,EAAE;IAClC;EACF;EACAN,eAAe,IAAAG,gBAAA,GAAGH,eAAe,cAAAG,gBAAA,cAAAA,gBAAA,GAAI,IAAAI,kBAAa,EAACL,IAAI,CAAC;EACxD,MAAMG,SAAS,GAAG,MAAML,eAAe;EACvC;EACA;EACAI,MAAM,CAACC,SAAS,GAAGA,SAAS;AAC9B,CAAC;;AAED;AAAAG,OAAA,CAAAP,WAAA,GAAAA,WAAA;AACO,MAAMQ,QAAQ,GAAAD,OAAA,CAAAC,QAAA,GAAGR,WAAW"}
1
+ {"version":3,"names":["_canvaskit","_interopRequireDefault","require","e","__esModule","default","ckSharedPromise","LoadSkiaWeb","opts","_ckSharedPromise","global","CanvasKit","undefined","CanvasKitInit","exports","LoadSkia"],"sources":["LoadSkiaWeb.tsx"],"sourcesContent":["// eslint-disable-next-line @typescript-eslint/ban-ts-comment\n// @ts-ignore\nimport CanvasKitInit from \"canvaskit-wasm/bin/full/canvaskit\";\nimport type {\n CanvasKit as CanvasKitType,\n CanvasKitInitOptions,\n} from \"canvaskit-wasm\";\n\ndeclare global {\n var CanvasKit: CanvasKitType;\n}\n\nlet ckSharedPromise: Promise<CanvasKitType>;\n\nexport const LoadSkiaWeb = async (opts?: CanvasKitInitOptions) => {\n if (global.CanvasKit !== undefined) {\n return;\n }\n ckSharedPromise = ckSharedPromise ?? CanvasKitInit(opts);\n const CanvasKit = await ckSharedPromise;\n // The CanvasKit API is stored on the global object and used\n // to create the JsiSKApi in the Skia.web.ts file.\n global.CanvasKit = CanvasKit;\n};\n\n// We keep this function for backward compatibility\nexport const LoadSkia = LoadSkiaWeb;\n"],"mappings":";;;;;;AAEA,IAAAA,UAAA,GAAAC,sBAAA,CAAAC,OAAA;AAA8D,SAAAD,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAF9D;AACA;;AAWA,IAAIG,eAAuC;AAEpC,MAAMC,WAAW,GAAG,MAAOC,IAA2B,IAAK;EAAA,IAAAC,gBAAA;EAChE,IAAIC,MAAM,CAACC,SAAS,KAAKC,SAAS,EAAE;IAClC;EACF;EACAN,eAAe,IAAAG,gBAAA,GAAGH,eAAe,cAAAG,gBAAA,cAAAA,gBAAA,GAAI,IAAAI,kBAAa,EAACL,IAAI,CAAC;EACxD,MAAMG,SAAS,GAAG,MAAML,eAAe;EACvC;EACA;EACAI,MAAM,CAACC,SAAS,GAAGA,SAAS;AAC9B,CAAC;;AAED;AAAAG,OAAA,CAAAP,WAAA,GAAAA,WAAA;AACO,MAAMQ,QAAQ,GAAAD,OAAA,CAAAC,QAAA,GAAGR,WAAW","ignoreList":[]}
@@ -8,7 +8,7 @@ var _react = _interopRequireWildcard(require("react"));
8
8
  var _Platform = require("../Platform");
9
9
  var _LoadSkiaWeb = require("./LoadSkiaWeb");
10
10
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
11
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
11
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
12
12
  const WithSkiaWeb = ({
13
13
  getComponent,
14
14
  fallback,
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireWildcard","require","_Platform","_LoadSkiaWeb","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","prototype","hasOwnProperty","call","i","set","WithSkiaWeb","getComponent","fallback","opts","Inner","useMemo","lazy","Platform","OS","LoadSkiaWeb","console","warn","createElement","Suspense","exports"],"sources":["WithSkiaWeb.tsx"],"sourcesContent":["import type { ComponentProps, ComponentType } from \"react\";\nimport React, { useMemo, lazy, Suspense } from \"react\";\n\nimport { Platform } from \"../Platform\";\n\nimport { LoadSkiaWeb } from \"./LoadSkiaWeb\";\n\ninterface WithSkiaProps {\n fallback?: ComponentProps<typeof Suspense>[\"fallback\"];\n getComponent: () => Promise<{ default: ComponentType }>;\n opts?: Parameters<typeof LoadSkiaWeb>[0];\n}\n\nexport const WithSkiaWeb = ({\n getComponent,\n fallback,\n opts,\n}: WithSkiaProps) => {\n const Inner = useMemo(\n // TODO: investigate\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n (): any =>\n lazy(async () => {\n if (Platform.OS === \"web\") {\n await LoadSkiaWeb(opts);\n } else {\n console.warn(\n \"<WithSkiaWeb /> is only necessary on web. Consider not using on native.\"\n );\n }\n return getComponent();\n }),\n [getComponent, opts]\n );\n return (\n <Suspense fallback={fallback ?? null}>\n <Inner />\n </Suspense>\n );\n};\n"],"mappings":";;;;;;AACA,IAAAA,MAAA,GAAAC,uBAAA,CAAAC,OAAA;AAEA,IAAAC,SAAA,GAAAD,OAAA;AAEA,IAAAE,YAAA,GAAAF,OAAA;AAA4C,SAAAG,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAL,wBAAAK,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,IAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAjB,CAAA,EAAAc,CAAA,SAAAI,CAAA,GAAAR,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAI,CAAA,KAAAA,CAAA,CAAAX,GAAA,IAAAW,CAAA,CAAAC,GAAA,IAAAR,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAI,CAAA,IAAAV,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAgB,GAAA,CAAAnB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAQrC,MAAMY,WAAW,GAAGA,CAAC;EAC1BC,YAAY;EACZC,QAAQ;EACRC;AACa,CAAC,KAAK;EACnB,MAAMC,KAAK,GAAG,IAAAC,cAAO;EACnB;EACA;EACA,mBACE,IAAAC,WAAI,EAAC,YAAY;IACf,IAAIC,kBAAQ,CAACC,EAAE,KAAK,KAAK,EAAE;MACzB,MAAM,IAAAC,wBAAW,EAACN,IAAI,CAAC;IACzB,CAAC,MAAM;MACLO,OAAO,CAACC,IAAI,CACV,yEACF,CAAC;IACH;IACA,OAAOV,YAAY,CAAC,CAAC;EACvB,CAAC,CAAC,EACJ,CAACA,YAAY,EAAEE,IAAI,CACrB,CAAC;EACD,oBACE7B,MAAA,CAAAW,OAAA,CAAA2B,aAAA,CAACtC,MAAA,CAAAuC,QAAQ;IAACX,QAAQ,EAAEA,QAAQ,aAARA,QAAQ,cAARA,QAAQ,GAAI;EAAK,gBACnC5B,MAAA,CAAAW,OAAA,CAAA2B,aAAA,CAACR,KAAK,MAAE,CACA,CAAC;AAEf,CAAC;AAACU,OAAA,CAAAd,WAAA,GAAAA,WAAA"}
1
+ {"version":3,"names":["_react","_interopRequireWildcard","require","_Platform","_LoadSkiaWeb","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","WithSkiaWeb","getComponent","fallback","opts","Inner","useMemo","lazy","Platform","OS","LoadSkiaWeb","console","warn","createElement","Suspense","exports"],"sources":["WithSkiaWeb.tsx"],"sourcesContent":["import type { ComponentProps, ComponentType } from \"react\";\nimport React, { useMemo, lazy, Suspense } from \"react\";\n\nimport { Platform } from \"../Platform\";\n\nimport { LoadSkiaWeb } from \"./LoadSkiaWeb\";\n\ninterface WithSkiaProps {\n fallback?: ComponentProps<typeof Suspense>[\"fallback\"];\n getComponent: () => Promise<{ default: ComponentType }>;\n opts?: Parameters<typeof LoadSkiaWeb>[0];\n}\n\nexport const WithSkiaWeb = ({\n getComponent,\n fallback,\n opts,\n}: WithSkiaProps) => {\n const Inner = useMemo(\n // TODO: investigate\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n (): any =>\n lazy(async () => {\n if (Platform.OS === \"web\") {\n await LoadSkiaWeb(opts);\n } else {\n console.warn(\n \"<WithSkiaWeb /> is only necessary on web. Consider not using on native.\"\n );\n }\n return getComponent();\n }),\n [getComponent, opts]\n );\n return (\n <Suspense fallback={fallback ?? null}>\n <Inner />\n </Suspense>\n );\n};\n"],"mappings":";;;;;;AACA,IAAAA,MAAA,GAAAC,uBAAA,CAAAC,OAAA;AAEA,IAAAC,SAAA,GAAAD,OAAA;AAEA,IAAAE,YAAA,GAAAF,OAAA;AAA4C,SAAAG,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAL,wBAAAK,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAhB,CAAA,EAAAc,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAe,GAAA,CAAAlB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAQrC,MAAMW,WAAW,GAAGA,CAAC;EAC1BC,YAAY;EACZC,QAAQ;EACRC;AACa,CAAC,KAAK;EACnB,MAAMC,KAAK,GAAG,IAAAC,cAAO;EACnB;EACA;EACA,mBACE,IAAAC,WAAI,EAAC,YAAY;IACf,IAAIC,kBAAQ,CAACC,EAAE,KAAK,KAAK,EAAE;MACzB,MAAM,IAAAC,wBAAW,EAACN,IAAI,CAAC;IACzB,CAAC,MAAM;MACLO,OAAO,CAACC,IAAI,CACV,yEACF,CAAC;IACH;IACA,OAAOV,YAAY,CAAC,CAAC;EACvB,CAAC,CAAC,EACJ,CAACA,YAAY,EAAEE,IAAI,CACrB,CAAC;EACD,oBACE5B,MAAA,CAAAW,OAAA,CAAA0B,aAAA,CAACrC,MAAA,CAAAsC,QAAQ;IAACX,QAAQ,EAAEA,QAAQ,aAARA,QAAQ,cAARA,QAAQ,GAAI;EAAK,gBACnC3B,MAAA,CAAAW,OAAA,CAAA0B,aAAA,CAACR,KAAK,MAAE,CACA,CAAC;AAEf,CAAC;AAACU,OAAA,CAAAd,WAAA,GAAAA,WAAA","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":["_LoadSkiaWeb","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_WithSkiaWeb"],"sources":["index.ts"],"sourcesContent":["export * from \"./LoadSkiaWeb\";\nexport * from \"./WithSkiaWeb\";\n"],"mappings":";;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,YAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,YAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,YAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,YAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,YAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,YAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,YAAA,CAAAL,GAAA;IAAA;EAAA;AAAA"}
1
+ {"version":3,"names":["_LoadSkiaWeb","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_WithSkiaWeb"],"sources":["index.ts"],"sourcesContent":["export * from \"./LoadSkiaWeb\";\nexport * from \"./WithSkiaWeb\";\n"],"mappings":";;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,YAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,YAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,YAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,YAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,YAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,YAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,YAAA,CAAAL,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { NodeHandle, ViewComponent } from "react-native";
3
2
  import type { DataModule } from "../skia/types";
4
3
  export interface IPlatform {
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["IPlatform.ts"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-explicit-any */\nimport type { NodeHandle, ViewComponent } from \"react-native\";\n\nimport type { DataModule } from \"../skia/types\";\n\nexport interface IPlatform {\n OS: string;\n PixelRatio: number;\n findNodeHandle: (\n componentOrHandle:\n | null\n | number\n | React.Component<any, any>\n | React.ComponentClass<any>\n ) => null | NodeHandle;\n resolveAsset: (source: DataModule) => string;\n View: typeof ViewComponent;\n}\n"],"mappings":""}
1
+ {"version":3,"names":[],"sources":["IPlatform.ts"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-explicit-any */\nimport type { NodeHandle, ViewComponent } from \"react-native\";\n\nimport type { DataModule } from \"../skia/types\";\n\nexport interface IPlatform {\n OS: string;\n PixelRatio: number;\n findNodeHandle: (\n componentOrHandle:\n | null\n | number\n | React.Component<any, any>\n | React.ComponentClass<any>\n ) => null | NodeHandle;\n resolveAsset: (source: DataModule) => string;\n View: typeof ViewComponent;\n}\n"],"mappings":"","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":["Image","PixelRatio","Platform","RNPlatform","findNodeHandle","View","isRNModule","OS","get","resolveAsset","source","resolveAssetSource","uri","default"],"sources":["Platform.ts"],"sourcesContent":["import {\n Image,\n PixelRatio,\n Platform as RNPlatform,\n findNodeHandle,\n View,\n} from \"react-native\";\n\nimport type { DataModule } from \"../skia/types\";\nimport { isRNModule } from \"../skia/types\";\n\nimport type { IPlatform } from \"./IPlatform\";\n\nexport const Platform: IPlatform = {\n OS: RNPlatform.OS,\n PixelRatio: PixelRatio.get(),\n resolveAsset: (source: DataModule) => {\n return isRNModule(source)\n ? Image.resolveAssetSource(source).uri\n : source.default;\n },\n findNodeHandle,\n View,\n};\n"],"mappings":"AAAA,SACEA,KAAK,EACLC,UAAU,EACVC,QAAQ,IAAIC,UAAU,EACtBC,cAAc,EACdC,IAAI,QACC,cAAc;AAGrB,SAASC,UAAU,QAAQ,eAAe;AAI1C,OAAO,MAAMJ,QAAmB,GAAG;EACjCK,EAAE,EAAEJ,UAAU,CAACI,EAAE;EACjBN,UAAU,EAAEA,UAAU,CAACO,GAAG,CAAC,CAAC;EAC5BC,YAAY,EAAGC,MAAkB,IAAK;IACpC,OAAOJ,UAAU,CAACI,MAAM,CAAC,GACrBV,KAAK,CAACW,kBAAkB,CAACD,MAAM,CAAC,CAACE,GAAG,GACpCF,MAAM,CAACG,OAAO;EACpB,CAAC;EACDT,cAAc;EACdC;AACF,CAAC"}
1
+ {"version":3,"names":["Image","PixelRatio","Platform","RNPlatform","findNodeHandle","View","isRNModule","OS","get","resolveAsset","source","resolveAssetSource","uri","default"],"sources":["Platform.ts"],"sourcesContent":["import {\n Image,\n PixelRatio,\n Platform as RNPlatform,\n findNodeHandle,\n View,\n} from \"react-native\";\n\nimport type { DataModule } from \"../skia/types\";\nimport { isRNModule } from \"../skia/types\";\n\nimport type { IPlatform } from \"./IPlatform\";\n\nexport const Platform: IPlatform = {\n OS: RNPlatform.OS,\n PixelRatio: PixelRatio.get(),\n resolveAsset: (source: DataModule) => {\n return isRNModule(source)\n ? Image.resolveAssetSource(source).uri\n : source.default;\n },\n findNodeHandle,\n View,\n};\n"],"mappings":"AAAA,SACEA,KAAK,EACLC,UAAU,EACVC,QAAQ,IAAIC,UAAU,EACtBC,cAAc,EACdC,IAAI,QACC,cAAc;AAGrB,SAASC,UAAU,QAAQ,eAAe;AAI1C,OAAO,MAAMJ,QAAmB,GAAG;EACjCK,EAAE,EAAEJ,UAAU,CAACI,EAAE;EACjBN,UAAU,EAAEA,UAAU,CAACO,GAAG,CAAC,CAAC;EAC5BC,YAAY,EAAGC,MAAkB,IAAK;IACpC,OAAOJ,UAAU,CAACI,MAAM,CAAC,GACrBV,KAAK,CAACW,kBAAkB,CAACD,MAAM,CAAC,CAACE,GAAG,GACpCF,MAAM,CAACG,OAAO;EACpB,CAAC;EACDT,cAAc;EACdC;AACF,CAAC","ignoreList":[]}
@@ -28,7 +28,11 @@ const getObserver = () => {
28
28
  height
29
29
  }
30
30
  },
31
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
32
+ // @ts-expect-error
31
33
  currentTarget: 0,
34
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
35
+ // @ts-expect-error
32
36
  target: 0,
33
37
  bubbles: false,
34
38
  cancelable: false,
@@ -1 +1 @@
1
- {"version":3,"names":["React","useLayoutEffect","useMemo","useRef","isRNModule","DOM_LAYOUT_HANDLER_NAME","resizeObserver","getObserver","window","ResizeObserver","entries","forEach","entry","node","target","left","top","width","height","contentRect","onLayout","setTimeout","timeStamp","Date","now","nativeEvent","layout","x","y","currentTarget","bubbles","cancelable","defaultPrevented","eventPhase","isDefaultPrevented","Error","isPropagationStopped","persist","preventDefault","stopPropagation","isTrusted","type","useElementLayout","ref","observer","current","observe","unobserve","View","children","style","rawStyle","cssStyles","alignItems","backgroundColor","border","boxSizing","display","flexBasis","flexDirection","flexShrink","listStyle","margin","minHeight","minWidth","padding","position","textDecoration","zIndex","createElement","Platform","OS","PixelRatio","devicePixelRatio","resolveAsset","source","require","getAssetByID","httpServerLocation","name","uri","default","findNodeHandle"],"sources":["Platform.web.tsx"],"sourcesContent":["import type { RefObject, CSSProperties } from \"react\";\nimport React, { useLayoutEffect, useMemo, useRef } from \"react\";\nimport type { LayoutChangeEvent, ViewComponent, ViewProps } from \"react-native\";\n\nimport type { DataModule } from \"../skia/types\";\nimport { isRNModule } from \"../skia/types\";\n\nimport type { IPlatform } from \"./IPlatform\";\n\n// eslint-disable-next-line max-len\n// https://github.com/necolas/react-native-web/blob/master/packages/react-native-web/src/modules/useElementLayout/index.js\nconst DOM_LAYOUT_HANDLER_NAME = \"__reactLayoutHandler\";\ntype OnLayout = ((event: LayoutChangeEvent) => void) | undefined;\ntype Div = HTMLDivElement & {\n __reactLayoutHandler: OnLayout;\n};\n\nlet resizeObserver: ResizeObserver | null = null;\n\nconst getObserver = () => {\n if (resizeObserver == null) {\n resizeObserver = new window.ResizeObserver(function (entries) {\n entries.forEach((entry) => {\n const node = entry.target as Div;\n const { left, top, width, height } = entry.contentRect;\n const onLayout = node[DOM_LAYOUT_HANDLER_NAME];\n if (typeof onLayout === \"function\") {\n // setTimeout 0 is taken from react-native-web (UIManager)\n setTimeout(\n () =>\n onLayout({\n timeStamp: Date.now(),\n nativeEvent: { layout: { x: left, y: top, width, height } },\n currentTarget: 0,\n target: 0,\n bubbles: false,\n cancelable: false,\n defaultPrevented: false,\n eventPhase: 0,\n isDefaultPrevented() {\n throw new Error(\"Method not supported on web.\");\n },\n isPropagationStopped() {\n throw new Error(\"Method not supported on web.\");\n },\n persist() {\n throw new Error(\"Method not supported on web.\");\n },\n preventDefault() {\n throw new Error(\"Method not supported on web.\");\n },\n stopPropagation() {\n throw new Error(\"Method not supported on web.\");\n },\n isTrusted: true,\n type: \"\",\n }),\n 0\n );\n }\n });\n });\n }\n return resizeObserver;\n};\n\nconst useElementLayout = (ref: RefObject<Div>, onLayout: OnLayout) => {\n const observer = getObserver();\n\n useLayoutEffect(() => {\n const node = ref.current;\n if (node !== null) {\n node[DOM_LAYOUT_HANDLER_NAME] = onLayout;\n }\n }, [ref, onLayout]);\n\n useLayoutEffect(() => {\n const node = ref.current;\n if (node != null && observer != null) {\n if (typeof node[DOM_LAYOUT_HANDLER_NAME] === \"function\") {\n observer.observe(node);\n } else {\n observer.unobserve(node);\n }\n }\n return () => {\n if (node != null && observer != null) {\n observer.unobserve(node);\n }\n };\n }, [observer, ref]);\n};\n\nconst View = (({ children, onLayout, style: rawStyle }: ViewProps) => {\n const style = useMemo(() => (rawStyle ?? {}) as CSSProperties, [rawStyle]);\n const ref = useRef<Div>(null);\n useElementLayout(ref, onLayout);\n const cssStyles = useMemo(() => {\n return {\n alignItems: \"stretch\" as const,\n backgroundColor: \"transparent\" as const,\n border: \"0 solid black\" as const,\n boxSizing: \"border-box\" as const,\n display: \"flex\" as const,\n flexBasis: \"auto\" as const,\n flexDirection: \"column\" as const,\n flexShrink: 0,\n listStyle: \"none\" as const,\n margin: 0,\n minHeight: 0,\n minWidth: 0,\n padding: 0,\n position: \"relative\" as const,\n textDecoration: \"none\" as const,\n zIndex: 0,\n ...style,\n };\n }, [style]);\n\n return (\n <div ref={ref} style={cssStyles}>\n {children}\n </div>\n );\n}) as unknown as typeof ViewComponent;\n\nexport const Platform: IPlatform = {\n OS: \"web\",\n PixelRatio: typeof window !== \"undefined\" ? window.devicePixelRatio : 1, // window is not defined on node\n resolveAsset: (source: DataModule) => {\n if (isRNModule(source)) {\n if (typeof source === \"number\" && typeof require === \"function\") {\n const {\n getAssetByID,\n } = require(\"react-native/Libraries/Image/AssetRegistry\");\n const { httpServerLocation, name, type } = getAssetByID(source);\n const uri = `${httpServerLocation}/${name}.${type}`;\n return uri;\n }\n throw new Error(\n \"Asset source is a number - this is not supported on the web\"\n );\n }\n return source.default;\n },\n findNodeHandle: () => {\n throw new Error(\"findNodeHandle is not supported on the web\");\n },\n View,\n};\n"],"mappings":"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"}
1
+ {"version":3,"names":["React","useLayoutEffect","useMemo","useRef","isRNModule","DOM_LAYOUT_HANDLER_NAME","resizeObserver","getObserver","window","ResizeObserver","entries","forEach","entry","node","target","left","top","width","height","contentRect","onLayout","setTimeout","timeStamp","Date","now","nativeEvent","layout","x","y","currentTarget","bubbles","cancelable","defaultPrevented","eventPhase","isDefaultPrevented","Error","isPropagationStopped","persist","preventDefault","stopPropagation","isTrusted","type","useElementLayout","ref","observer","current","observe","unobserve","View","children","style","rawStyle","cssStyles","alignItems","backgroundColor","border","boxSizing","display","flexBasis","flexDirection","flexShrink","listStyle","margin","minHeight","minWidth","padding","position","textDecoration","zIndex","createElement","Platform","OS","PixelRatio","devicePixelRatio","resolveAsset","source","require","getAssetByID","httpServerLocation","name","uri","default","findNodeHandle"],"sources":["Platform.web.tsx"],"sourcesContent":["import type { RefObject, CSSProperties } from \"react\";\nimport React, { useLayoutEffect, useMemo, useRef } from \"react\";\nimport type { LayoutChangeEvent, ViewComponent, ViewProps } from \"react-native\";\n\nimport type { DataModule } from \"../skia/types\";\nimport { isRNModule } from \"../skia/types\";\n\nimport type { IPlatform } from \"./IPlatform\";\n\n// eslint-disable-next-line max-len\n// https://github.com/necolas/react-native-web/blob/master/packages/react-native-web/src/modules/useElementLayout/index.js\nconst DOM_LAYOUT_HANDLER_NAME = \"__reactLayoutHandler\";\ntype OnLayout = ((event: LayoutChangeEvent) => void) | undefined;\ntype Div = HTMLDivElement & {\n __reactLayoutHandler: OnLayout;\n};\n\nlet resizeObserver: ResizeObserver | null = null;\n\nconst getObserver = () => {\n if (resizeObserver == null) {\n resizeObserver = new window.ResizeObserver(function (entries) {\n entries.forEach((entry) => {\n const node = entry.target as Div;\n const { left, top, width, height } = entry.contentRect;\n const onLayout = node[DOM_LAYOUT_HANDLER_NAME];\n if (typeof onLayout === \"function\") {\n // setTimeout 0 is taken from react-native-web (UIManager)\n setTimeout(\n () =>\n onLayout({\n timeStamp: Date.now(),\n nativeEvent: { layout: { x: left, y: top, width, height } },\n // eslint-disable-next-line @typescript-eslint/ban-ts-comment\n // @ts-expect-error\n currentTarget: 0,\n // eslint-disable-next-line @typescript-eslint/ban-ts-comment\n // @ts-expect-error\n target: 0,\n bubbles: false,\n cancelable: false,\n defaultPrevented: false,\n eventPhase: 0,\n isDefaultPrevented() {\n throw new Error(\"Method not supported on web.\");\n },\n isPropagationStopped() {\n throw new Error(\"Method not supported on web.\");\n },\n persist() {\n throw new Error(\"Method not supported on web.\");\n },\n preventDefault() {\n throw new Error(\"Method not supported on web.\");\n },\n stopPropagation() {\n throw new Error(\"Method not supported on web.\");\n },\n isTrusted: true,\n type: \"\",\n }),\n 0\n );\n }\n });\n });\n }\n return resizeObserver;\n};\n\nconst useElementLayout = (ref: RefObject<Div>, onLayout: OnLayout) => {\n const observer = getObserver();\n\n useLayoutEffect(() => {\n const node = ref.current;\n if (node !== null) {\n node[DOM_LAYOUT_HANDLER_NAME] = onLayout;\n }\n }, [ref, onLayout]);\n\n useLayoutEffect(() => {\n const node = ref.current;\n if (node != null && observer != null) {\n if (typeof node[DOM_LAYOUT_HANDLER_NAME] === \"function\") {\n observer.observe(node);\n } else {\n observer.unobserve(node);\n }\n }\n return () => {\n if (node != null && observer != null) {\n observer.unobserve(node);\n }\n };\n }, [observer, ref]);\n};\n\nconst View = (({ children, onLayout, style: rawStyle }: ViewProps) => {\n const style = useMemo(() => (rawStyle ?? {}) as CSSProperties, [rawStyle]);\n const ref = useRef<Div>(null);\n useElementLayout(ref, onLayout);\n const cssStyles = useMemo(() => {\n return {\n alignItems: \"stretch\" as const,\n backgroundColor: \"transparent\" as const,\n border: \"0 solid black\" as const,\n boxSizing: \"border-box\" as const,\n display: \"flex\" as const,\n flexBasis: \"auto\" as const,\n flexDirection: \"column\" as const,\n flexShrink: 0,\n listStyle: \"none\" as const,\n margin: 0,\n minHeight: 0,\n minWidth: 0,\n padding: 0,\n position: \"relative\" as const,\n textDecoration: \"none\" as const,\n zIndex: 0,\n ...style,\n };\n }, [style]);\n\n return (\n <div ref={ref} style={cssStyles}>\n {children}\n </div>\n );\n}) as unknown as typeof ViewComponent;\n\nexport const Platform: IPlatform = {\n OS: \"web\",\n PixelRatio: typeof window !== \"undefined\" ? window.devicePixelRatio : 1, // window is not defined on node\n resolveAsset: (source: DataModule) => {\n if (isRNModule(source)) {\n if (typeof source === \"number\" && typeof require === \"function\") {\n const {\n getAssetByID,\n } = require(\"react-native/Libraries/Image/AssetRegistry\");\n const { httpServerLocation, name, type } = getAssetByID(source);\n const uri = `${httpServerLocation}/${name}.${type}`;\n return uri;\n }\n throw new Error(\n \"Asset source is a number - this is not supported on the web\"\n );\n }\n return source.default;\n },\n findNodeHandle: () => {\n throw new Error(\"findNodeHandle is not supported on the web\");\n },\n View,\n};\n"],"mappings":"AACA,OAAOA,KAAK,IAAIC,eAAe,EAAEC,OAAO,EAAEC,MAAM,QAAQ,OAAO;AAI/D,SAASC,UAAU,QAAQ,eAAe;AAI1C;AACA;AACA,MAAMC,uBAAuB,GAAG,sBAAsB;AAMtD,IAAIC,cAAqC,GAAG,IAAI;AAEhD,MAAMC,WAAW,GAAGA,CAAA,KAAM;EACxB,IAAID,cAAc,IAAI,IAAI,EAAE;IAC1BA,cAAc,GAAG,IAAIE,MAAM,CAACC,cAAc,CAAC,UAAUC,OAAO,EAAE;MAC5DA,OAAO,CAACC,OAAO,CAAEC,KAAK,IAAK;QACzB,MAAMC,IAAI,GAAGD,KAAK,CAACE,MAAa;QAChC,MAAM;UAAEC,IAAI;UAAEC,GAAG;UAAEC,KAAK;UAAEC;QAAO,CAAC,GAAGN,KAAK,CAACO,WAAW;QACtD,MAAMC,QAAQ,GAAGP,IAAI,CAACR,uBAAuB,CAAC;QAC9C,IAAI,OAAOe,QAAQ,KAAK,UAAU,EAAE;UAClC;UACAC,UAAU,CACR,MACED,QAAQ,CAAC;YACPE,SAAS,EAAEC,IAAI,CAACC,GAAG,CAAC,CAAC;YACrBC,WAAW,EAAE;cAAEC,MAAM,EAAE;gBAAEC,CAAC,EAAEZ,IAAI;gBAAEa,CAAC,EAAEZ,GAAG;gBAAEC,KAAK;gBAAEC;cAAO;YAAE,CAAC;YAC3D;YACA;YACAW,aAAa,EAAE,CAAC;YAChB;YACA;YACAf,MAAM,EAAE,CAAC;YACTgB,OAAO,EAAE,KAAK;YACdC,UAAU,EAAE,KAAK;YACjBC,gBAAgB,EAAE,KAAK;YACvBC,UAAU,EAAE,CAAC;YACbC,kBAAkBA,CAAA,EAAG;cACnB,MAAM,IAAIC,KAAK,CAAC,8BAA8B,CAAC;YACjD,CAAC;YACDC,oBAAoBA,CAAA,EAAG;cACrB,MAAM,IAAID,KAAK,CAAC,8BAA8B,CAAC;YACjD,CAAC;YACDE,OAAOA,CAAA,EAAG;cACR,MAAM,IAAIF,KAAK,CAAC,8BAA8B,CAAC;YACjD,CAAC;YACDG,cAAcA,CAAA,EAAG;cACf,MAAM,IAAIH,KAAK,CAAC,8BAA8B,CAAC;YACjD,CAAC;YACDI,eAAeA,CAAA,EAAG;cAChB,MAAM,IAAIJ,KAAK,CAAC,8BAA8B,CAAC;YACjD,CAAC;YACDK,SAAS,EAAE,IAAI;YACfC,IAAI,EAAE;UACR,CAAC,CAAC,EACJ,CACF,CAAC;QACH;MACF,CAAC,CAAC;IACJ,CAAC,CAAC;EACJ;EACA,OAAOnC,cAAc;AACvB,CAAC;AAED,MAAMoC,gBAAgB,GAAGA,CAACC,GAAmB,EAAEvB,QAAkB,KAAK;EACpE,MAAMwB,QAAQ,GAAGrC,WAAW,CAAC,CAAC;EAE9BN,eAAe,CAAC,MAAM;IACpB,MAAMY,IAAI,GAAG8B,GAAG,CAACE,OAAO;IACxB,IAAIhC,IAAI,KAAK,IAAI,EAAE;MACjBA,IAAI,CAACR,uBAAuB,CAAC,GAAGe,QAAQ;IAC1C;EACF,CAAC,EAAE,CAACuB,GAAG,EAAEvB,QAAQ,CAAC,CAAC;EAEnBnB,eAAe,CAAC,MAAM;IACpB,MAAMY,IAAI,GAAG8B,GAAG,CAACE,OAAO;IACxB,IAAIhC,IAAI,IAAI,IAAI,IAAI+B,QAAQ,IAAI,IAAI,EAAE;MACpC,IAAI,OAAO/B,IAAI,CAACR,uBAAuB,CAAC,KAAK,UAAU,EAAE;QACvDuC,QAAQ,CAACE,OAAO,CAACjC,IAAI,CAAC;MACxB,CAAC,MAAM;QACL+B,QAAQ,CAACG,SAAS,CAAClC,IAAI,CAAC;MAC1B;IACF;IACA,OAAO,MAAM;MACX,IAAIA,IAAI,IAAI,IAAI,IAAI+B,QAAQ,IAAI,IAAI,EAAE;QACpCA,QAAQ,CAACG,SAAS,CAAClC,IAAI,CAAC;MAC1B;IACF,CAAC;EACH,CAAC,EAAE,CAAC+B,QAAQ,EAAED,GAAG,CAAC,CAAC;AACrB,CAAC;AAED,MAAMK,IAAI,GAAIA,CAAC;EAAEC,QAAQ;EAAE7B,QAAQ;EAAE8B,KAAK,EAAEC;AAAoB,CAAC,KAAK;EACpE,MAAMD,KAAK,GAAGhD,OAAO,CAAC,MAAOiD,QAAQ,aAARA,QAAQ,cAARA,QAAQ,GAAI,CAAC,CAAmB,EAAE,CAACA,QAAQ,CAAC,CAAC;EAC1E,MAAMR,GAAG,GAAGxC,MAAM,CAAM,IAAI,CAAC;EAC7BuC,gBAAgB,CAACC,GAAG,EAAEvB,QAAQ,CAAC;EAC/B,MAAMgC,SAAS,GAAGlD,OAAO,CAAC,MAAM;IAC9B,OAAO;MACLmD,UAAU,EAAE,SAAkB;MAC9BC,eAAe,EAAE,aAAsB;MACvCC,MAAM,EAAE,eAAwB;MAChCC,SAAS,EAAE,YAAqB;MAChCC,OAAO,EAAE,MAAe;MACxBC,SAAS,EAAE,MAAe;MAC1BC,aAAa,EAAE,QAAiB;MAChCC,UAAU,EAAE,CAAC;MACbC,SAAS,EAAE,MAAe;MAC1BC,MAAM,EAAE,CAAC;MACTC,SAAS,EAAE,CAAC;MACZC,QAAQ,EAAE,CAAC;MACXC,OAAO,EAAE,CAAC;MACVC,QAAQ,EAAE,UAAmB;MAC7BC,cAAc,EAAE,MAAe;MAC/BC,MAAM,EAAE,CAAC;MACT,GAAGlB;IACL,CAAC;EACH,CAAC,EAAE,CAACA,KAAK,CAAC,CAAC;EAEX,oBACElD,KAAA,CAAAqE,aAAA;IAAK1B,GAAG,EAAEA,GAAI;IAACO,KAAK,EAAEE;EAAU,GAC7BH,QACE,CAAC;AAEV,CAAqC;AAErC,OAAO,MAAMqB,QAAmB,GAAG;EACjCC,EAAE,EAAE,KAAK;EACTC,UAAU,EAAE,OAAOhE,MAAM,KAAK,WAAW,GAAGA,MAAM,CAACiE,gBAAgB,GAAG,CAAC;EAAE;EACzEC,YAAY,EAAGC,MAAkB,IAAK;IACpC,IAAIvE,UAAU,CAACuE,MAAM,CAAC,EAAE;MACtB,IAAI,OAAOA,MAAM,KAAK,QAAQ,IAAI,OAAOC,OAAO,KAAK,UAAU,EAAE;QAC/D,MAAM;UACJC;QACF,CAAC,GAAGD,OAAO,CAAC,4CAA4C,CAAC;QACzD,MAAM;UAAEE,kBAAkB;UAAEC,IAAI;UAAEtC;QAAK,CAAC,GAAGoC,YAAY,CAACF,MAAM,CAAC;QAC/D,MAAMK,GAAG,GAAG,GAAGF,kBAAkB,IAAIC,IAAI,IAAItC,IAAI,EAAE;QACnD,OAAOuC,GAAG;MACZ;MACA,MAAM,IAAI7C,KAAK,CACb,6DACF,CAAC;IACH;IACA,OAAOwC,MAAM,CAACM,OAAO;EACvB,CAAC;EACDC,cAAc,EAAEA,CAAA,KAAM;IACpB,MAAM,IAAI/C,KAAK,CAAC,4CAA4C,CAAC;EAC/D,CAAC;EACDa;AACF,CAAC","ignoreList":[]}