@shopify/react-native-skia 0.1.237 → 0.1.239

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1050) hide show
  1. package/cpp/rnskia/dom/base/JsiDomNode.h +16 -0
  2. package/cpp/rnskia/dom/nodes/JsiAtlasNode.h +0 -1
  3. package/ios/RNSkia-iOS/RNSkiOSPlatformContext.h +4 -3
  4. package/ios/RNSkia-iOS/SkiaManager.h +3 -1
  5. package/ios/RNSkia-iOS/SkiaManager.mm +6 -5
  6. package/ios/RNSkiaModule.mm +7 -1
  7. package/lib/commonjs/Platform/Platform.js +1 -5
  8. package/lib/commonjs/Platform/Platform.js.map +1 -1
  9. package/lib/commonjs/Platform/Platform.web.js +11 -33
  10. package/lib/commonjs/Platform/Platform.web.js.map +1 -1
  11. package/lib/commonjs/Platform/index.js +0 -2
  12. package/lib/commonjs/Platform/index.js.map +1 -1
  13. package/lib/commonjs/animation/functions/index.js +0 -8
  14. package/lib/commonjs/animation/functions/index.js.map +1 -1
  15. package/lib/commonjs/animation/functions/interpolate.js +12 -31
  16. package/lib/commonjs/animation/functions/interpolate.js.map +1 -1
  17. package/lib/commonjs/animation/functions/interpolateColors.js +2 -13
  18. package/lib/commonjs/animation/functions/interpolateColors.js.map +1 -1
  19. package/lib/commonjs/animation/functions/interpolatePaths.js +1 -16
  20. package/lib/commonjs/animation/functions/interpolatePaths.js.map +1 -1
  21. package/lib/commonjs/animation/functions/interpolateVector.js +0 -5
  22. package/lib/commonjs/animation/functions/interpolateVector.js.map +1 -1
  23. package/lib/commonjs/animation/index.js +0 -2
  24. package/lib/commonjs/animation/index.js.map +1 -1
  25. package/lib/commonjs/dom/nodes/DrawingNode.js +7 -22
  26. package/lib/commonjs/dom/nodes/DrawingNode.js.map +1 -1
  27. package/lib/commonjs/dom/nodes/GroupNode.js +0 -6
  28. package/lib/commonjs/dom/nodes/GroupNode.js.map +1 -1
  29. package/lib/commonjs/dom/nodes/JsiSkDOM.js +25 -87
  30. package/lib/commonjs/dom/nodes/JsiSkDOM.js.map +1 -1
  31. package/lib/commonjs/dom/nodes/LayerNode.js +0 -11
  32. package/lib/commonjs/dom/nodes/LayerNode.js.map +1 -1
  33. package/lib/commonjs/dom/nodes/Node.js +4 -36
  34. package/lib/commonjs/dom/nodes/Node.js.map +1 -1
  35. package/lib/commonjs/dom/nodes/PaintNode.js +1 -29
  36. package/lib/commonjs/dom/nodes/PaintNode.js.map +1 -1
  37. package/lib/commonjs/dom/nodes/RenderNode.js +3 -35
  38. package/lib/commonjs/dom/nodes/RenderNode.js.map +1 -1
  39. package/lib/commonjs/dom/nodes/datatypes/Circle.js +6 -8
  40. package/lib/commonjs/dom/nodes/datatypes/Circle.js.map +1 -1
  41. package/lib/commonjs/dom/nodes/datatypes/Enum.js +0 -2
  42. package/lib/commonjs/dom/nodes/datatypes/Enum.js.map +1 -1
  43. package/lib/commonjs/dom/nodes/datatypes/Fitting.js +15 -46
  44. package/lib/commonjs/dom/nodes/datatypes/Fitting.js.map +1 -1
  45. package/lib/commonjs/dom/nodes/datatypes/Gradient.js +9 -20
  46. package/lib/commonjs/dom/nodes/datatypes/Gradient.js.map +1 -1
  47. package/lib/commonjs/dom/nodes/datatypes/Path.js +2 -8
  48. package/lib/commonjs/dom/nodes/datatypes/Path.js.map +1 -1
  49. package/lib/commonjs/dom/nodes/datatypes/Radius.js +0 -3
  50. package/lib/commonjs/dom/nodes/datatypes/Radius.js.map +1 -1
  51. package/lib/commonjs/dom/nodes/datatypes/Rect.js +10 -15
  52. package/lib/commonjs/dom/nodes/datatypes/Rect.js.map +1 -1
  53. package/lib/commonjs/dom/nodes/datatypes/Transform.js +0 -6
  54. package/lib/commonjs/dom/nodes/datatypes/Transform.js.map +1 -1
  55. package/lib/commonjs/dom/nodes/datatypes/index.js +0 -16
  56. package/lib/commonjs/dom/nodes/datatypes/index.js.map +1 -1
  57. package/lib/commonjs/dom/nodes/drawings/AtlasNode.js +4 -15
  58. package/lib/commonjs/dom/nodes/drawings/AtlasNode.js.map +1 -1
  59. package/lib/commonjs/dom/nodes/drawings/BackdropFilterNode.js +4 -18
  60. package/lib/commonjs/dom/nodes/drawings/BackdropFilterNode.js.map +1 -1
  61. package/lib/commonjs/dom/nodes/drawings/Box.js +8 -34
  62. package/lib/commonjs/dom/nodes/drawings/Box.js.map +1 -1
  63. package/lib/commonjs/dom/nodes/drawings/CircleNode.js +4 -15
  64. package/lib/commonjs/dom/nodes/drawings/CircleNode.js.map +1 -1
  65. package/lib/commonjs/dom/nodes/drawings/DiffRectNode.js +4 -12
  66. package/lib/commonjs/dom/nodes/drawings/DiffRectNode.js.map +1 -1
  67. package/lib/commonjs/dom/nodes/drawings/FillNode.js +5 -14
  68. package/lib/commonjs/dom/nodes/drawings/FillNode.js.map +1 -1
  69. package/lib/commonjs/dom/nodes/drawings/ImageNode.js +6 -19
  70. package/lib/commonjs/dom/nodes/drawings/ImageNode.js.map +1 -1
  71. package/lib/commonjs/dom/nodes/drawings/ImageSVG.js +3 -18
  72. package/lib/commonjs/dom/nodes/drawings/ImageSVG.js.map +1 -1
  73. package/lib/commonjs/dom/nodes/drawings/LineNode.js +4 -12
  74. package/lib/commonjs/dom/nodes/drawings/LineNode.js.map +1 -1
  75. package/lib/commonjs/dom/nodes/drawings/OvalNode.js +4 -15
  76. package/lib/commonjs/dom/nodes/drawings/OvalNode.js.map +1 -1
  77. package/lib/commonjs/dom/nodes/drawings/ParagraphNode.js +3 -12
  78. package/lib/commonjs/dom/nodes/drawings/ParagraphNode.js.map +1 -1
  79. package/lib/commonjs/dom/nodes/drawings/PatchNode.js +6 -18
  80. package/lib/commonjs/dom/nodes/drawings/PatchNode.js.map +1 -1
  81. package/lib/commonjs/dom/nodes/drawings/PathNode.js +4 -21
  82. package/lib/commonjs/dom/nodes/drawings/PathNode.js.map +1 -1
  83. package/lib/commonjs/dom/nodes/drawings/PictureNode.js +3 -11
  84. package/lib/commonjs/dom/nodes/drawings/PictureNode.js.map +1 -1
  85. package/lib/commonjs/dom/nodes/drawings/PointsNode.js +4 -14
  86. package/lib/commonjs/dom/nodes/drawings/PointsNode.js.map +1 -1
  87. package/lib/commonjs/dom/nodes/drawings/RRectNode.js +7 -18
  88. package/lib/commonjs/dom/nodes/drawings/RRectNode.js.map +1 -1
  89. package/lib/commonjs/dom/nodes/drawings/RectNode.js +4 -15
  90. package/lib/commonjs/dom/nodes/drawings/RectNode.js.map +1 -1
  91. package/lib/commonjs/dom/nodes/drawings/Text.js +18 -62
  92. package/lib/commonjs/dom/nodes/drawings/Text.js.map +1 -1
  93. package/lib/commonjs/dom/nodes/drawings/VerticesNode.js +4 -16
  94. package/lib/commonjs/dom/nodes/drawings/VerticesNode.js.map +1 -1
  95. package/lib/commonjs/dom/nodes/drawings/index.js +0 -36
  96. package/lib/commonjs/dom/nodes/drawings/index.js.map +1 -1
  97. package/lib/commonjs/dom/nodes/index.js +0 -6
  98. package/lib/commonjs/dom/nodes/index.js.map +1 -1
  99. package/lib/commonjs/dom/nodes/paint/BlendNode.js +4 -18
  100. package/lib/commonjs/dom/nodes/paint/BlendNode.js.map +1 -1
  101. package/lib/commonjs/dom/nodes/paint/ColorFilters.js +0 -34
  102. package/lib/commonjs/dom/nodes/paint/ColorFilters.js.map +1 -1
  103. package/lib/commonjs/dom/nodes/paint/ImageFilters.js +7 -60
  104. package/lib/commonjs/dom/nodes/paint/ImageFilters.js.map +1 -1
  105. package/lib/commonjs/dom/nodes/paint/MaskFilters.js +0 -8
  106. package/lib/commonjs/dom/nodes/paint/MaskFilters.js.map +1 -1
  107. package/lib/commonjs/dom/nodes/paint/PathEffects.js +0 -45
  108. package/lib/commonjs/dom/nodes/paint/PathEffects.js.map +1 -1
  109. package/lib/commonjs/dom/nodes/paint/Shaders.js +1 -48
  110. package/lib/commonjs/dom/nodes/paint/Shaders.js.map +1 -1
  111. package/lib/commonjs/dom/nodes/paint/index.js +0 -12
  112. package/lib/commonjs/dom/nodes/paint/index.js.map +1 -1
  113. package/lib/commonjs/dom/types/DeclarationContext.js +3 -30
  114. package/lib/commonjs/dom/types/DeclarationContext.js.map +1 -1
  115. package/lib/commonjs/dom/types/DrawingContext.js +3 -91
  116. package/lib/commonjs/dom/types/DrawingContext.js.map +1 -1
  117. package/lib/commonjs/dom/types/NodeType.js +6 -11
  118. package/lib/commonjs/dom/types/NodeType.js.map +1 -1
  119. package/lib/commonjs/dom/types/index.js +0 -26
  120. package/lib/commonjs/dom/types/index.js.map +1 -1
  121. package/lib/commonjs/external/index.js +0 -2
  122. package/lib/commonjs/external/index.js.map +1 -1
  123. package/lib/commonjs/external/reanimated/buffers.d.ts +6 -4
  124. package/lib/commonjs/external/reanimated/buffers.js +25 -24
  125. package/lib/commonjs/external/reanimated/buffers.js.map +1 -1
  126. package/lib/commonjs/external/reanimated/index.js +0 -12
  127. package/lib/commonjs/external/reanimated/index.js.map +1 -1
  128. package/lib/commonjs/external/reanimated/interpolators.d.ts +1 -1
  129. package/lib/commonjs/external/reanimated/interpolators.js +5 -20
  130. package/lib/commonjs/external/reanimated/interpolators.js.map +1 -1
  131. package/lib/commonjs/external/reanimated/moduleWrapper.js +12 -29
  132. package/lib/commonjs/external/reanimated/moduleWrapper.js.map +1 -1
  133. package/lib/commonjs/external/reanimated/renderHelpers.js +5 -31
  134. package/lib/commonjs/external/reanimated/renderHelpers.js.map +1 -1
  135. package/lib/commonjs/external/reanimated/textures.d.ts +6 -3
  136. package/lib/commonjs/external/reanimated/textures.js +52 -15
  137. package/lib/commonjs/external/reanimated/textures.js.map +1 -1
  138. package/lib/commonjs/external/reanimated/useAnimatedImageValue.js +11 -16
  139. package/lib/commonjs/external/reanimated/useAnimatedImageValue.js.map +1 -1
  140. package/lib/commonjs/external/reanimated/useDerivedValueOnJS.js +0 -4
  141. package/lib/commonjs/external/reanimated/useDerivedValueOnJS.js.map +1 -1
  142. package/lib/commonjs/headless/index.js +1 -12
  143. package/lib/commonjs/headless/index.js.map +1 -1
  144. package/lib/commonjs/index.js +0 -20
  145. package/lib/commonjs/index.js.map +1 -1
  146. package/lib/commonjs/mock/index.js +0 -6
  147. package/lib/commonjs/mock/index.js.map +1 -1
  148. package/lib/commonjs/renderer/Canvas.js +21 -46
  149. package/lib/commonjs/renderer/Canvas.js.map +1 -1
  150. package/lib/commonjs/renderer/Container.js +4 -15
  151. package/lib/commonjs/renderer/Container.js.map +1 -1
  152. package/lib/commonjs/renderer/HostComponents.js +1 -65
  153. package/lib/commonjs/renderer/HostComponents.js.map +1 -1
  154. package/lib/commonjs/renderer/HostConfig.js +9 -38
  155. package/lib/commonjs/renderer/HostConfig.js.map +1 -1
  156. package/lib/commonjs/renderer/Offscreen.js +2 -12
  157. package/lib/commonjs/renderer/Offscreen.js.map +1 -1
  158. package/lib/commonjs/renderer/Reconciler.js +4 -20
  159. package/lib/commonjs/renderer/Reconciler.js.map +1 -1
  160. package/lib/commonjs/renderer/components/Blend.js +0 -4
  161. package/lib/commonjs/renderer/components/Blend.js.map +1 -1
  162. package/lib/commonjs/renderer/components/Group.js +6 -15
  163. package/lib/commonjs/renderer/components/Group.js.map +1 -1
  164. package/lib/commonjs/renderer/components/Mask.js +6 -14
  165. package/lib/commonjs/renderer/components/Mask.js.map +1 -1
  166. package/lib/commonjs/renderer/components/Paint.js +0 -4
  167. package/lib/commonjs/renderer/components/Paint.js.map +1 -1
  168. package/lib/commonjs/renderer/components/Picture.js +0 -4
  169. package/lib/commonjs/renderer/components/Picture.js.map +1 -1
  170. package/lib/commonjs/renderer/components/backdrop/BackdropBlur.js +5 -13
  171. package/lib/commonjs/renderer/components/backdrop/BackdropBlur.js.map +1 -1
  172. package/lib/commonjs/renderer/components/backdrop/BackdropFilter.js +5 -11
  173. package/lib/commonjs/renderer/components/backdrop/BackdropFilter.js.map +1 -1
  174. package/lib/commonjs/renderer/components/backdrop/index.js +0 -4
  175. package/lib/commonjs/renderer/components/backdrop/index.js.map +1 -1
  176. package/lib/commonjs/renderer/components/colorFilters/BlendColor.js +0 -4
  177. package/lib/commonjs/renderer/components/colorFilters/BlendColor.js.map +1 -1
  178. package/lib/commonjs/renderer/components/colorFilters/Lerp.js +0 -4
  179. package/lib/commonjs/renderer/components/colorFilters/Lerp.js.map +1 -1
  180. package/lib/commonjs/renderer/components/colorFilters/LinearToSRGBGamma.js +0 -4
  181. package/lib/commonjs/renderer/components/colorFilters/LinearToSRGBGamma.js.map +1 -1
  182. package/lib/commonjs/renderer/components/colorFilters/LumaColorFilter.js +0 -4
  183. package/lib/commonjs/renderer/components/colorFilters/LumaColorFilter.js.map +1 -1
  184. package/lib/commonjs/renderer/components/colorFilters/Matrix.js +0 -6
  185. package/lib/commonjs/renderer/components/colorFilters/Matrix.js.map +1 -1
  186. package/lib/commonjs/renderer/components/colorFilters/SRGBToLinearGamma.js +0 -4
  187. package/lib/commonjs/renderer/components/colorFilters/SRGBToLinearGamma.js.map +1 -1
  188. package/lib/commonjs/renderer/components/colorFilters/index.js +0 -12
  189. package/lib/commonjs/renderer/components/colorFilters/index.js.map +1 -1
  190. package/lib/commonjs/renderer/components/image/Image.js +0 -4
  191. package/lib/commonjs/renderer/components/image/Image.js.map +1 -1
  192. package/lib/commonjs/renderer/components/image/ImageSVG.js +0 -4
  193. package/lib/commonjs/renderer/components/image/ImageSVG.js.map +1 -1
  194. package/lib/commonjs/renderer/components/image/ImageShader.js +9 -15
  195. package/lib/commonjs/renderer/components/image/ImageShader.js.map +1 -1
  196. package/lib/commonjs/renderer/components/image/index.js +0 -6
  197. package/lib/commonjs/renderer/components/image/index.js.map +1 -1
  198. package/lib/commonjs/renderer/components/imageFilters/Blur.js +4 -10
  199. package/lib/commonjs/renderer/components/imageFilters/Blur.js.map +1 -1
  200. package/lib/commonjs/renderer/components/imageFilters/DisplacementMap.js +0 -4
  201. package/lib/commonjs/renderer/components/imageFilters/DisplacementMap.js.map +1 -1
  202. package/lib/commonjs/renderer/components/imageFilters/Morphology.js +4 -10
  203. package/lib/commonjs/renderer/components/imageFilters/Morphology.js.map +1 -1
  204. package/lib/commonjs/renderer/components/imageFilters/Offset.js +5 -11
  205. package/lib/commonjs/renderer/components/imageFilters/Offset.js.map +1 -1
  206. package/lib/commonjs/renderer/components/imageFilters/RuntimeShader.js +0 -4
  207. package/lib/commonjs/renderer/components/imageFilters/RuntimeShader.js.map +1 -1
  208. package/lib/commonjs/renderer/components/imageFilters/Shadow.js +0 -4
  209. package/lib/commonjs/renderer/components/imageFilters/Shadow.js.map +1 -1
  210. package/lib/commonjs/renderer/components/imageFilters/index.js +0 -12
  211. package/lib/commonjs/renderer/components/imageFilters/index.js.map +1 -1
  212. package/lib/commonjs/renderer/components/index.js +0 -32
  213. package/lib/commonjs/renderer/components/index.js.map +1 -1
  214. package/lib/commonjs/renderer/components/maskFilters/Blur.js +5 -11
  215. package/lib/commonjs/renderer/components/maskFilters/Blur.js.map +1 -1
  216. package/lib/commonjs/renderer/components/maskFilters/index.js +0 -2
  217. package/lib/commonjs/renderer/components/maskFilters/index.js.map +1 -1
  218. package/lib/commonjs/renderer/components/paragraph/Paragraph.js +0 -4
  219. package/lib/commonjs/renderer/components/paragraph/Paragraph.js.map +1 -1
  220. package/lib/commonjs/renderer/components/paragraph/index.js +0 -2
  221. package/lib/commonjs/renderer/components/paragraph/index.js.map +1 -1
  222. package/lib/commonjs/renderer/components/pathEffects/Corner.js +0 -4
  223. package/lib/commonjs/renderer/components/pathEffects/Corner.js.map +1 -1
  224. package/lib/commonjs/renderer/components/pathEffects/Dash.js +0 -4
  225. package/lib/commonjs/renderer/components/pathEffects/Dash.js.map +1 -1
  226. package/lib/commonjs/renderer/components/pathEffects/Discrete.js +4 -10
  227. package/lib/commonjs/renderer/components/pathEffects/Discrete.js.map +1 -1
  228. package/lib/commonjs/renderer/components/pathEffects/Line2D.js +0 -4
  229. package/lib/commonjs/renderer/components/pathEffects/Line2D.js.map +1 -1
  230. package/lib/commonjs/renderer/components/pathEffects/Path1D.js +0 -4
  231. package/lib/commonjs/renderer/components/pathEffects/Path1D.js.map +1 -1
  232. package/lib/commonjs/renderer/components/pathEffects/Path2D.js +0 -4
  233. package/lib/commonjs/renderer/components/pathEffects/Path2D.js.map +1 -1
  234. package/lib/commonjs/renderer/components/pathEffects/Sum.js +0 -4
  235. package/lib/commonjs/renderer/components/pathEffects/Sum.js.map +1 -1
  236. package/lib/commonjs/renderer/components/pathEffects/index.js +0 -14
  237. package/lib/commonjs/renderer/components/pathEffects/index.js.map +1 -1
  238. package/lib/commonjs/renderer/components/shaders/Color.js +0 -4
  239. package/lib/commonjs/renderer/components/shaders/Color.js.map +1 -1
  240. package/lib/commonjs/renderer/components/shaders/FractalNoise.js +6 -12
  241. package/lib/commonjs/renderer/components/shaders/FractalNoise.js.map +1 -1
  242. package/lib/commonjs/renderer/components/shaders/LinearGradient.js +0 -4
  243. package/lib/commonjs/renderer/components/shaders/LinearGradient.js.map +1 -1
  244. package/lib/commonjs/renderer/components/shaders/RadialGradient.js +0 -4
  245. package/lib/commonjs/renderer/components/shaders/RadialGradient.js.map +1 -1
  246. package/lib/commonjs/renderer/components/shaders/Shader.js +4 -10
  247. package/lib/commonjs/renderer/components/shaders/Shader.js.map +1 -1
  248. package/lib/commonjs/renderer/components/shaders/ShaderLib.js +1 -2
  249. package/lib/commonjs/renderer/components/shaders/ShaderLib.js.map +1 -1
  250. package/lib/commonjs/renderer/components/shaders/SweepGradient.js +0 -4
  251. package/lib/commonjs/renderer/components/shaders/SweepGradient.js.map +1 -1
  252. package/lib/commonjs/renderer/components/shaders/Turbulence.js +6 -12
  253. package/lib/commonjs/renderer/components/shaders/Turbulence.js.map +1 -1
  254. package/lib/commonjs/renderer/components/shaders/TwoPointConicalGradient.js +0 -4
  255. package/lib/commonjs/renderer/components/shaders/TwoPointConicalGradient.js.map +1 -1
  256. package/lib/commonjs/renderer/components/shaders/index.js +0 -18
  257. package/lib/commonjs/renderer/components/shaders/index.js.map +1 -1
  258. package/lib/commonjs/renderer/components/shapes/Atlas.js +0 -4
  259. package/lib/commonjs/renderer/components/shapes/Atlas.js.map +1 -1
  260. package/lib/commonjs/renderer/components/shapes/Box.js +0 -6
  261. package/lib/commonjs/renderer/components/shapes/Box.js.map +1 -1
  262. package/lib/commonjs/renderer/components/shapes/Circle.js +0 -4
  263. package/lib/commonjs/renderer/components/shapes/Circle.js.map +1 -1
  264. package/lib/commonjs/renderer/components/shapes/DiffRect.js +0 -4
  265. package/lib/commonjs/renderer/components/shapes/DiffRect.js.map +1 -1
  266. package/lib/commonjs/renderer/components/shapes/Fill.js +0 -4
  267. package/lib/commonjs/renderer/components/shapes/Fill.js.map +1 -1
  268. package/lib/commonjs/renderer/components/shapes/FitBox.js +8 -18
  269. package/lib/commonjs/renderer/components/shapes/FitBox.js.map +1 -1
  270. package/lib/commonjs/renderer/components/shapes/Line.js +0 -4
  271. package/lib/commonjs/renderer/components/shapes/Line.js.map +1 -1
  272. package/lib/commonjs/renderer/components/shapes/Oval.js +0 -4
  273. package/lib/commonjs/renderer/components/shapes/Oval.js.map +1 -1
  274. package/lib/commonjs/renderer/components/shapes/Patch.js +0 -4
  275. package/lib/commonjs/renderer/components/shapes/Patch.js.map +1 -1
  276. package/lib/commonjs/renderer/components/shapes/Path.js +5 -11
  277. package/lib/commonjs/renderer/components/shapes/Path.js.map +1 -1
  278. package/lib/commonjs/renderer/components/shapes/Points.js +4 -10
  279. package/lib/commonjs/renderer/components/shapes/Points.js.map +1 -1
  280. package/lib/commonjs/renderer/components/shapes/Rect.js +0 -4
  281. package/lib/commonjs/renderer/components/shapes/Rect.js.map +1 -1
  282. package/lib/commonjs/renderer/components/shapes/RoundedRect.js +0 -4
  283. package/lib/commonjs/renderer/components/shapes/RoundedRect.js.map +1 -1
  284. package/lib/commonjs/renderer/components/shapes/Vertices.js +4 -10
  285. package/lib/commonjs/renderer/components/shapes/Vertices.js.map +1 -1
  286. package/lib/commonjs/renderer/components/shapes/index.js +0 -28
  287. package/lib/commonjs/renderer/components/shapes/index.js.map +1 -1
  288. package/lib/commonjs/renderer/components/text/Glyphs.js +5 -11
  289. package/lib/commonjs/renderer/components/text/Glyphs.js.map +1 -1
  290. package/lib/commonjs/renderer/components/text/Text.js +5 -11
  291. package/lib/commonjs/renderer/components/text/Text.js.map +1 -1
  292. package/lib/commonjs/renderer/components/text/TextBlob.js +5 -11
  293. package/lib/commonjs/renderer/components/text/TextBlob.js.map +1 -1
  294. package/lib/commonjs/renderer/components/text/TextPath.js +4 -10
  295. package/lib/commonjs/renderer/components/text/TextPath.js.map +1 -1
  296. package/lib/commonjs/renderer/components/text/index.js +0 -8
  297. package/lib/commonjs/renderer/components/text/index.js.map +1 -1
  298. package/lib/commonjs/renderer/index.js +0 -2
  299. package/lib/commonjs/renderer/index.js.map +1 -1
  300. package/lib/commonjs/renderer/processors/Animations/index.js +0 -2
  301. package/lib/commonjs/renderer/processors/Animations/index.js.map +1 -1
  302. package/lib/commonjs/renderer/processors/index.js +0 -4
  303. package/lib/commonjs/renderer/processors/index.js.map +1 -1
  304. package/lib/commonjs/renderer/processors/math/Coordinates.js +0 -12
  305. package/lib/commonjs/renderer/processors/math/Coordinates.js.map +1 -1
  306. package/lib/commonjs/renderer/processors/math/Math.js +1 -7
  307. package/lib/commonjs/renderer/processors/math/Math.js.map +1 -1
  308. package/lib/commonjs/renderer/processors/math/Transforms.js +0 -3
  309. package/lib/commonjs/renderer/processors/math/Transforms.js.map +1 -1
  310. package/lib/commonjs/renderer/processors/math/index.js +0 -6
  311. package/lib/commonjs/renderer/processors/math/index.js.map +1 -1
  312. package/lib/commonjs/renderer/typeddash.js +2 -11
  313. package/lib/commonjs/renderer/typeddash.js.map +1 -1
  314. package/lib/commonjs/skia/NativeSetup.js +0 -6
  315. package/lib/commonjs/skia/NativeSetup.js.map +1 -1
  316. package/lib/commonjs/skia/Skia.js +2 -3
  317. package/lib/commonjs/skia/Skia.js.map +1 -1
  318. package/lib/commonjs/skia/Skia.web.js +1 -4
  319. package/lib/commonjs/skia/Skia.web.js.map +1 -1
  320. package/lib/commonjs/skia/core/AnimatedImage.js +2 -10
  321. package/lib/commonjs/skia/core/AnimatedImage.js.map +1 -1
  322. package/lib/commonjs/skia/core/Data.js +9 -29
  323. package/lib/commonjs/skia/core/Data.js.map +1 -1
  324. package/lib/commonjs/skia/core/Font.js +10 -36
  325. package/lib/commonjs/skia/core/Font.js.map +1 -1
  326. package/lib/commonjs/skia/core/Image.js +3 -16
  327. package/lib/commonjs/skia/core/Image.js.map +1 -1
  328. package/lib/commonjs/skia/core/Matrix.js +0 -4
  329. package/lib/commonjs/skia/core/Matrix.js.map +1 -1
  330. package/lib/commonjs/skia/core/Picture.js +0 -7
  331. package/lib/commonjs/skia/core/Picture.js.map +1 -1
  332. package/lib/commonjs/skia/core/RRect.js +0 -3
  333. package/lib/commonjs/skia/core/RRect.js.map +1 -1
  334. package/lib/commonjs/skia/core/Rect.js +0 -17
  335. package/lib/commonjs/skia/core/Rect.js.map +1 -1
  336. package/lib/commonjs/skia/core/SVG.js +0 -5
  337. package/lib/commonjs/skia/core/SVG.js.map +1 -1
  338. package/lib/commonjs/skia/core/Typeface.js +1 -6
  339. package/lib/commonjs/skia/core/Typeface.js.map +1 -1
  340. package/lib/commonjs/skia/core/Vector.js +3 -17
  341. package/lib/commonjs/skia/core/Vector.js.map +1 -1
  342. package/lib/commonjs/skia/core/index.js +0 -22
  343. package/lib/commonjs/skia/core/index.js.map +1 -1
  344. package/lib/commonjs/skia/index.js +0 -5
  345. package/lib/commonjs/skia/index.js.map +1 -1
  346. package/lib/commonjs/skia/types/AnimatedImage/index.js +0 -4
  347. package/lib/commonjs/skia/types/AnimatedImage/index.js.map +1 -1
  348. package/lib/commonjs/skia/types/Canvas.js +6 -11
  349. package/lib/commonjs/skia/types/Canvas.js.map +1 -1
  350. package/lib/commonjs/skia/types/ColorFilter/ColorFilter.js +0 -2
  351. package/lib/commonjs/skia/types/ColorFilter/ColorFilter.js.map +1 -1
  352. package/lib/commonjs/skia/types/ColorFilter/index.js +0 -4
  353. package/lib/commonjs/skia/types/ColorFilter/index.js.map +1 -1
  354. package/lib/commonjs/skia/types/Data/Data.js +0 -2
  355. package/lib/commonjs/skia/types/Data/Data.js.map +1 -1
  356. package/lib/commonjs/skia/types/Data/index.js +0 -4
  357. package/lib/commonjs/skia/types/Data/index.js.map +1 -1
  358. package/lib/commonjs/skia/types/Font/Font.js +16 -34
  359. package/lib/commonjs/skia/types/Font/Font.js.map +1 -1
  360. package/lib/commonjs/skia/types/Font/index.js +0 -6
  361. package/lib/commonjs/skia/types/Font/index.js.map +1 -1
  362. package/lib/commonjs/skia/types/Image/Image.js +9 -17
  363. package/lib/commonjs/skia/types/Image/Image.js.map +1 -1
  364. package/lib/commonjs/skia/types/Image/ImageFactory.js +6 -11
  365. package/lib/commonjs/skia/types/Image/ImageFactory.js.map +1 -1
  366. package/lib/commonjs/skia/types/Image/index.js +0 -4
  367. package/lib/commonjs/skia/types/Image/index.js.map +1 -1
  368. package/lib/commonjs/skia/types/ImageFilter/ImageFilter.js +3 -7
  369. package/lib/commonjs/skia/types/ImageFilter/ImageFilter.js.map +1 -1
  370. package/lib/commonjs/skia/types/ImageFilter/ImageFilterFactory.js +3 -5
  371. package/lib/commonjs/skia/types/ImageFilter/ImageFilterFactory.js.map +1 -1
  372. package/lib/commonjs/skia/types/ImageFilter/index.js +0 -4
  373. package/lib/commonjs/skia/types/ImageFilter/index.js.map +1 -1
  374. package/lib/commonjs/skia/types/MaskFilter.js +4 -8
  375. package/lib/commonjs/skia/types/MaskFilter.js.map +1 -1
  376. package/lib/commonjs/skia/types/Matrix.js +0 -7
  377. package/lib/commonjs/skia/types/Matrix.js.map +1 -1
  378. package/lib/commonjs/skia/types/Matrix4.js +22 -90
  379. package/lib/commonjs/skia/types/Matrix4.js.map +1 -1
  380. package/lib/commonjs/skia/types/Paint/BlendMode.js +3 -6
  381. package/lib/commonjs/skia/types/Paint/BlendMode.js.map +1 -1
  382. package/lib/commonjs/skia/types/Paint/Paint.js +9 -19
  383. package/lib/commonjs/skia/types/Paint/Paint.js.map +1 -1
  384. package/lib/commonjs/skia/types/Paint/index.js +0 -4
  385. package/lib/commonjs/skia/types/Paint/index.js.map +1 -1
  386. package/lib/commonjs/skia/types/Paragraph/ParagraphBuilder.js +3 -5
  387. package/lib/commonjs/skia/types/Paragraph/ParagraphBuilder.js.map +1 -1
  388. package/lib/commonjs/skia/types/Paragraph/ParagraphStyle.js +9 -17
  389. package/lib/commonjs/skia/types/Paragraph/ParagraphStyle.js.map +1 -1
  390. package/lib/commonjs/skia/types/Paragraph/TextStyle.js +9 -17
  391. package/lib/commonjs/skia/types/Paragraph/TextStyle.js.map +1 -1
  392. package/lib/commonjs/skia/types/Paragraph/index.js +0 -12
  393. package/lib/commonjs/skia/types/Paragraph/index.js.map +1 -1
  394. package/lib/commonjs/skia/types/Path/Path.js +9 -20
  395. package/lib/commonjs/skia/types/Path/Path.js.map +1 -1
  396. package/lib/commonjs/skia/types/Path/index.js +0 -4
  397. package/lib/commonjs/skia/types/Path/index.js.map +1 -1
  398. package/lib/commonjs/skia/types/PathEffect.js +3 -7
  399. package/lib/commonjs/skia/types/PathEffect.js.map +1 -1
  400. package/lib/commonjs/skia/types/Picture/index.js +0 -6
  401. package/lib/commonjs/skia/types/Picture/index.js.map +1 -1
  402. package/lib/commonjs/skia/types/Point.js +3 -5
  403. package/lib/commonjs/skia/types/Point.js.map +1 -1
  404. package/lib/commonjs/skia/types/RRect.js +2 -3
  405. package/lib/commonjs/skia/types/RRect.js.map +1 -1
  406. package/lib/commonjs/skia/types/Rect.js +0 -3
  407. package/lib/commonjs/skia/types/Rect.js.map +1 -1
  408. package/lib/commonjs/skia/types/RuntimeEffect/index.js +0 -4
  409. package/lib/commonjs/skia/types/RuntimeEffect/index.js.map +1 -1
  410. package/lib/commonjs/skia/types/SVG/index.js +0 -4
  411. package/lib/commonjs/skia/types/SVG/index.js.map +1 -1
  412. package/lib/commonjs/skia/types/Shader/Shader.js +4 -12
  413. package/lib/commonjs/skia/types/Shader/Shader.js.map +1 -1
  414. package/lib/commonjs/skia/types/Shader/index.js +0 -4
  415. package/lib/commonjs/skia/types/Shader/index.js.map +1 -1
  416. package/lib/commonjs/skia/types/Surface/index.js +0 -4
  417. package/lib/commonjs/skia/types/Surface/index.js.map +1 -1
  418. package/lib/commonjs/skia/types/Typeface/index.js +0 -4
  419. package/lib/commonjs/skia/types/Typeface/index.js.map +1 -1
  420. package/lib/commonjs/skia/types/Vertices/Vertices.js +3 -5
  421. package/lib/commonjs/skia/types/Vertices/Vertices.js.map +1 -1
  422. package/lib/commonjs/skia/types/Vertices/index.js +0 -2
  423. package/lib/commonjs/skia/types/Vertices/index.js.map +1 -1
  424. package/lib/commonjs/skia/types/index.js +0 -62
  425. package/lib/commonjs/skia/types/index.js.map +1 -1
  426. package/lib/commonjs/skia/web/Host.js +7 -29
  427. package/lib/commonjs/skia/web/Host.js.map +1 -1
  428. package/lib/commonjs/skia/web/JsiSkAnimatedImage.js +3 -13
  429. package/lib/commonjs/skia/web/JsiSkAnimatedImage.js.map +1 -1
  430. package/lib/commonjs/skia/web/JsiSkAnimatedImageFactory.js +0 -9
  431. package/lib/commonjs/skia/web/JsiSkAnimatedImageFactory.js.map +1 -1
  432. package/lib/commonjs/skia/web/JsiSkCanvas.js +11 -77
  433. package/lib/commonjs/skia/web/JsiSkCanvas.js.map +1 -1
  434. package/lib/commonjs/skia/web/JsiSkColor.js +10 -54
  435. package/lib/commonjs/skia/web/JsiSkColor.js.map +1 -1
  436. package/lib/commonjs/skia/web/JsiSkColorFilter.js +3 -7
  437. package/lib/commonjs/skia/web/JsiSkColorFilter.js.map +1 -1
  438. package/lib/commonjs/skia/web/JsiSkColorFilterFactory.js +0 -12
  439. package/lib/commonjs/skia/web/JsiSkColorFilterFactory.js.map +1 -1
  440. package/lib/commonjs/skia/web/JsiSkContourMeasure.js +3 -13
  441. package/lib/commonjs/skia/web/JsiSkContourMeasure.js.map +1 -1
  442. package/lib/commonjs/skia/web/JsiSkContourMeasureIter.js +3 -11
  443. package/lib/commonjs/skia/web/JsiSkContourMeasureIter.js.map +1 -1
  444. package/lib/commonjs/skia/web/JsiSkData.js +5 -8
  445. package/lib/commonjs/skia/web/JsiSkData.js.map +1 -1
  446. package/lib/commonjs/skia/web/JsiSkDataFactory.js +0 -10
  447. package/lib/commonjs/skia/web/JsiSkDataFactory.js.map +1 -1
  448. package/lib/commonjs/skia/web/JsiSkFont.js +5 -33
  449. package/lib/commonjs/skia/web/JsiSkFont.js.map +1 -1
  450. package/lib/commonjs/skia/web/JsiSkFontMgr.js +0 -8
  451. package/lib/commonjs/skia/web/JsiSkFontMgr.js.map +1 -1
  452. package/lib/commonjs/skia/web/JsiSkFontMgrFactory.js +0 -8
  453. package/lib/commonjs/skia/web/JsiSkFontMgrFactory.js.map +1 -1
  454. package/lib/commonjs/skia/web/JsiSkImage.js +11 -33
  455. package/lib/commonjs/skia/web/JsiSkImage.js.map +1 -1
  456. package/lib/commonjs/skia/web/JsiSkImageFactory.js +2 -15
  457. package/lib/commonjs/skia/web/JsiSkImageFactory.js.map +1 -1
  458. package/lib/commonjs/skia/web/JsiSkImageFilter.js +3 -7
  459. package/lib/commonjs/skia/web/JsiSkImageFilter.js.map +1 -1
  460. package/lib/commonjs/skia/web/JsiSkImageFilterFactory.js +0 -28
  461. package/lib/commonjs/skia/web/JsiSkImageFilterFactory.js.map +1 -1
  462. package/lib/commonjs/skia/web/JsiSkMaskFilter.js +3 -7
  463. package/lib/commonjs/skia/web/JsiSkMaskFilter.js.map +1 -1
  464. package/lib/commonjs/skia/web/JsiSkMaskFilterFactory.js +0 -6
  465. package/lib/commonjs/skia/web/JsiSkMaskFilterFactory.js.map +1 -1
  466. package/lib/commonjs/skia/web/JsiSkMatrix.js +9 -26
  467. package/lib/commonjs/skia/web/JsiSkMatrix.js.map +1 -1
  468. package/lib/commonjs/skia/web/JsiSkPaint.js +3 -35
  469. package/lib/commonjs/skia/web/JsiSkPaint.js.map +1 -1
  470. package/lib/commonjs/skia/web/JsiSkParagraph.js +21 -47
  471. package/lib/commonjs/skia/web/JsiSkParagraph.js.map +1 -1
  472. package/lib/commonjs/skia/web/JsiSkParagraphBuilder.js +4 -26
  473. package/lib/commonjs/skia/web/JsiSkParagraphBuilder.js.map +1 -1
  474. package/lib/commonjs/skia/web/JsiSkParagraphBuilderFactory.js +1 -11
  475. package/lib/commonjs/skia/web/JsiSkParagraphBuilderFactory.js.map +1 -1
  476. package/lib/commonjs/skia/web/JsiSkParagraphStyle.js +19 -24
  477. package/lib/commonjs/skia/web/JsiSkParagraphStyle.js.map +1 -1
  478. package/lib/commonjs/skia/web/JsiSkPath.js +4 -77
  479. package/lib/commonjs/skia/web/JsiSkPath.js.map +1 -1
  480. package/lib/commonjs/skia/web/JsiSkPathEffect.js +3 -7
  481. package/lib/commonjs/skia/web/JsiSkPathEffect.js.map +1 -1
  482. package/lib/commonjs/skia/web/JsiSkPathEffectFactory.js +0 -23
  483. package/lib/commonjs/skia/web/JsiSkPathEffectFactory.js.map +1 -1
  484. package/lib/commonjs/skia/web/JsiSkPathFactory.js +0 -16
  485. package/lib/commonjs/skia/web/JsiSkPathFactory.js.map +1 -1
  486. package/lib/commonjs/skia/web/JsiSkPicture.js +3 -13
  487. package/lib/commonjs/skia/web/JsiSkPicture.js.map +1 -1
  488. package/lib/commonjs/skia/web/JsiSkPictureFactory.js +0 -8
  489. package/lib/commonjs/skia/web/JsiSkPictureFactory.js.map +1 -1
  490. package/lib/commonjs/skia/web/JsiSkPictureRecorder.js +4 -13
  491. package/lib/commonjs/skia/web/JsiSkPictureRecorder.js.map +1 -1
  492. package/lib/commonjs/skia/web/JsiSkPoint.js +5 -12
  493. package/lib/commonjs/skia/web/JsiSkPoint.js.map +1 -1
  494. package/lib/commonjs/skia/web/JsiSkRRect.js +5 -17
  495. package/lib/commonjs/skia/web/JsiSkRRect.js.map +1 -1
  496. package/lib/commonjs/skia/web/JsiSkRSXform.js +5 -15
  497. package/lib/commonjs/skia/web/JsiSkRSXform.js.map +1 -1
  498. package/lib/commonjs/skia/web/JsiSkRect.js +5 -15
  499. package/lib/commonjs/skia/web/JsiSkRect.js.map +1 -1
  500. package/lib/commonjs/skia/web/JsiSkRuntimeEffect.js +3 -16
  501. package/lib/commonjs/skia/web/JsiSkRuntimeEffect.js.map +1 -1
  502. package/lib/commonjs/skia/web/JsiSkRuntimeEffectFactory.js +0 -8
  503. package/lib/commonjs/skia/web/JsiSkRuntimeEffectFactory.js.map +1 -1
  504. package/lib/commonjs/skia/web/JsiSkSVGFactory.js +0 -6
  505. package/lib/commonjs/skia/web/JsiSkSVGFactory.js.map +1 -1
  506. package/lib/commonjs/skia/web/JsiSkShader.js +3 -7
  507. package/lib/commonjs/skia/web/JsiSkShader.js.map +1 -1
  508. package/lib/commonjs/skia/web/JsiSkShaderFactory.js +0 -15
  509. package/lib/commonjs/skia/web/JsiSkShaderFactory.js.map +1 -1
  510. package/lib/commonjs/skia/web/JsiSkSurface.js +3 -13
  511. package/lib/commonjs/skia/web/JsiSkSurface.js.map +1 -1
  512. package/lib/commonjs/skia/web/JsiSkSurfaceFactory.js +0 -14
  513. package/lib/commonjs/skia/web/JsiSkSurfaceFactory.js.map +1 -1
  514. package/lib/commonjs/skia/web/JsiSkTextBlob.js +3 -7
  515. package/lib/commonjs/skia/web/JsiSkTextBlob.js.map +1 -1
  516. package/lib/commonjs/skia/web/JsiSkTextBlobFactory.js +0 -11
  517. package/lib/commonjs/skia/web/JsiSkTextBlobFactory.js.map +1 -1
  518. package/lib/commonjs/skia/web/JsiSkTextStyle.js +0 -3
  519. package/lib/commonjs/skia/web/JsiSkTextStyle.js.map +1 -1
  520. package/lib/commonjs/skia/web/JsiSkTypeface.js +3 -10
  521. package/lib/commonjs/skia/web/JsiSkTypeface.js.map +1 -1
  522. package/lib/commonjs/skia/web/JsiSkTypefaceFactory.js +0 -8
  523. package/lib/commonjs/skia/web/JsiSkTypefaceFactory.js.map +1 -1
  524. package/lib/commonjs/skia/web/JsiSkTypefaceFontProvider.js +16 -26
  525. package/lib/commonjs/skia/web/JsiSkTypefaceFontProvider.js.map +1 -1
  526. package/lib/commonjs/skia/web/JsiSkTypefaceFontProviderFactory.js +0 -6
  527. package/lib/commonjs/skia/web/JsiSkTypefaceFontProviderFactory.js.map +1 -1
  528. package/lib/commonjs/skia/web/JsiSkVertices.js +3 -10
  529. package/lib/commonjs/skia/web/JsiSkVertices.js.map +1 -1
  530. package/lib/commonjs/skia/web/JsiSkVerticesFactory.js +8 -27
  531. package/lib/commonjs/skia/web/JsiSkVerticesFactory.js.map +1 -1
  532. package/lib/commonjs/skia/web/JsiSkia.js +0 -33
  533. package/lib/commonjs/skia/web/JsiSkia.js.map +1 -1
  534. package/lib/commonjs/skia/web/index.js +0 -2
  535. package/lib/commonjs/skia/web/index.js.map +1 -1
  536. package/lib/commonjs/specs/NativeSkiaModule.js +1 -5
  537. package/lib/commonjs/specs/NativeSkiaModule.js.map +1 -1
  538. package/lib/commonjs/specs/NativeSkiaModule.web.js +1 -4
  539. package/lib/commonjs/specs/NativeSkiaModule.web.js.map +1 -1
  540. package/lib/commonjs/specs/SkiaDomViewNativeComponent.js +1 -6
  541. package/lib/commonjs/specs/SkiaDomViewNativeComponent.js.map +1 -1
  542. package/lib/commonjs/specs/SkiaPictureViewNativeComponent.js +1 -6
  543. package/lib/commonjs/specs/SkiaPictureViewNativeComponent.js.map +1 -1
  544. package/lib/commonjs/views/SkiaBaseWebView.js +18 -66
  545. package/lib/commonjs/views/SkiaBaseWebView.js.map +1 -1
  546. package/lib/commonjs/views/SkiaDomView.js +8 -40
  547. package/lib/commonjs/views/SkiaDomView.js.map +1 -1
  548. package/lib/commonjs/views/SkiaDomView.web.js +0 -9
  549. package/lib/commonjs/views/SkiaDomView.web.js.map +1 -1
  550. package/lib/commonjs/views/SkiaJSDomView.js +10 -43
  551. package/lib/commonjs/views/SkiaJSDomView.js.map +1 -1
  552. package/lib/commonjs/views/SkiaJSDomView.web.js +0 -1
  553. package/lib/commonjs/views/SkiaJSDomView.web.js.map +1 -1
  554. package/lib/commonjs/views/SkiaPictureView.js +6 -32
  555. package/lib/commonjs/views/SkiaPictureView.js.map +1 -1
  556. package/lib/commonjs/views/SkiaPictureView.web.js +0 -5
  557. package/lib/commonjs/views/SkiaPictureView.web.js.map +1 -1
  558. package/lib/commonjs/views/SkiaViewNativeId.js +1 -2
  559. package/lib/commonjs/views/SkiaViewNativeId.js.map +1 -1
  560. package/lib/commonjs/views/api.js.map +1 -1
  561. package/lib/commonjs/views/index.js +0 -8
  562. package/lib/commonjs/views/index.js.map +1 -1
  563. package/lib/commonjs/views/types.js +3 -5
  564. package/lib/commonjs/views/types.js.map +1 -1
  565. package/lib/commonjs/views/useTouchHandler.js +19 -33
  566. package/lib/commonjs/views/useTouchHandler.js.map +1 -1
  567. package/lib/commonjs/web/LoadSkiaWeb.js +8 -12
  568. package/lib/commonjs/web/LoadSkiaWeb.js.map +1 -1
  569. package/lib/commonjs/web/WithSkiaWeb.js +10 -18
  570. package/lib/commonjs/web/WithSkiaWeb.js.map +1 -1
  571. package/lib/commonjs/web/index.js +0 -4
  572. package/lib/commonjs/web/index.js.map +1 -1
  573. package/lib/module/Platform/Platform.js.map +1 -1
  574. package/lib/module/Platform/Platform.web.js +7 -23
  575. package/lib/module/Platform/Platform.web.js.map +1 -1
  576. package/lib/module/Platform/index.js.map +1 -1
  577. package/lib/module/animation/functions/index.js.map +1 -1
  578. package/lib/module/animation/functions/interpolate.js +12 -29
  579. package/lib/module/animation/functions/interpolate.js.map +1 -1
  580. package/lib/module/animation/functions/interpolateColors.js +2 -5
  581. package/lib/module/animation/functions/interpolateColors.js.map +1 -1
  582. package/lib/module/animation/functions/interpolatePaths.js +1 -13
  583. package/lib/module/animation/functions/interpolatePaths.js.map +1 -1
  584. package/lib/module/animation/functions/interpolateVector.js.map +1 -1
  585. package/lib/module/animation/index.js.map +1 -1
  586. package/lib/module/dom/nodes/DrawingNode.js +7 -17
  587. package/lib/module/dom/nodes/DrawingNode.js.map +1 -1
  588. package/lib/module/dom/nodes/GroupNode.js +0 -2
  589. package/lib/module/dom/nodes/GroupNode.js.map +1 -1
  590. package/lib/module/dom/nodes/JsiSkDOM.js +14 -65
  591. package/lib/module/dom/nodes/JsiSkDOM.js.map +1 -1
  592. package/lib/module/dom/nodes/LayerNode.js +0 -6
  593. package/lib/module/dom/nodes/LayerNode.js.map +1 -1
  594. package/lib/module/dom/nodes/Node.js +4 -32
  595. package/lib/module/dom/nodes/Node.js.map +1 -1
  596. package/lib/module/dom/nodes/PaintNode.js +1 -23
  597. package/lib/module/dom/nodes/PaintNode.js.map +1 -1
  598. package/lib/module/dom/nodes/RenderNode.js +3 -29
  599. package/lib/module/dom/nodes/RenderNode.js.map +1 -1
  600. package/lib/module/dom/nodes/datatypes/Circle.js +4 -4
  601. package/lib/module/dom/nodes/datatypes/Circle.js.map +1 -1
  602. package/lib/module/dom/nodes/datatypes/Enum.js.map +1 -1
  603. package/lib/module/dom/nodes/datatypes/Fitting.js +15 -39
  604. package/lib/module/dom/nodes/datatypes/Fitting.js.map +1 -1
  605. package/lib/module/dom/nodes/datatypes/Gradient.js +7 -9
  606. package/lib/module/dom/nodes/datatypes/Gradient.js.map +1 -1
  607. package/lib/module/dom/nodes/datatypes/Path.js +2 -3
  608. package/lib/module/dom/nodes/datatypes/Path.js.map +1 -1
  609. package/lib/module/dom/nodes/datatypes/Radius.js +0 -1
  610. package/lib/module/dom/nodes/datatypes/Radius.js.map +1 -1
  611. package/lib/module/dom/nodes/datatypes/Rect.js +5 -7
  612. package/lib/module/dom/nodes/datatypes/Rect.js.map +1 -1
  613. package/lib/module/dom/nodes/datatypes/Transform.js +0 -3
  614. package/lib/module/dom/nodes/datatypes/Transform.js.map +1 -1
  615. package/lib/module/dom/nodes/datatypes/index.js.map +1 -1
  616. package/lib/module/dom/nodes/drawings/AtlasNode.js +4 -9
  617. package/lib/module/dom/nodes/drawings/AtlasNode.js.map +1 -1
  618. package/lib/module/dom/nodes/drawings/BackdropFilterNode.js +4 -13
  619. package/lib/module/dom/nodes/drawings/BackdropFilterNode.js.map +1 -1
  620. package/lib/module/dom/nodes/drawings/Box.js +8 -27
  621. package/lib/module/dom/nodes/drawings/Box.js.map +1 -1
  622. package/lib/module/dom/nodes/drawings/CircleNode.js +4 -10
  623. package/lib/module/dom/nodes/drawings/CircleNode.js.map +1 -1
  624. package/lib/module/dom/nodes/drawings/DiffRectNode.js +4 -8
  625. package/lib/module/dom/nodes/drawings/DiffRectNode.js.map +1 -1
  626. package/lib/module/dom/nodes/drawings/FillNode.js +5 -10
  627. package/lib/module/dom/nodes/drawings/FillNode.js.map +1 -1
  628. package/lib/module/dom/nodes/drawings/ImageNode.js +4 -14
  629. package/lib/module/dom/nodes/drawings/ImageNode.js.map +1 -1
  630. package/lib/module/dom/nodes/drawings/ImageSVG.js +3 -14
  631. package/lib/module/dom/nodes/drawings/ImageSVG.js.map +1 -1
  632. package/lib/module/dom/nodes/drawings/LineNode.js +4 -8
  633. package/lib/module/dom/nodes/drawings/LineNode.js.map +1 -1
  634. package/lib/module/dom/nodes/drawings/OvalNode.js +4 -10
  635. package/lib/module/dom/nodes/drawings/OvalNode.js.map +1 -1
  636. package/lib/module/dom/nodes/drawings/ParagraphNode.js +3 -8
  637. package/lib/module/dom/nodes/drawings/ParagraphNode.js.map +1 -1
  638. package/lib/module/dom/nodes/drawings/PatchNode.js +6 -12
  639. package/lib/module/dom/nodes/drawings/PatchNode.js.map +1 -1
  640. package/lib/module/dom/nodes/drawings/PathNode.js +4 -14
  641. package/lib/module/dom/nodes/drawings/PathNode.js.map +1 -1
  642. package/lib/module/dom/nodes/drawings/PictureNode.js +3 -7
  643. package/lib/module/dom/nodes/drawings/PictureNode.js.map +1 -1
  644. package/lib/module/dom/nodes/drawings/PointsNode.js +4 -8
  645. package/lib/module/dom/nodes/drawings/PointsNode.js.map +1 -1
  646. package/lib/module/dom/nodes/drawings/RRectNode.js +7 -13
  647. package/lib/module/dom/nodes/drawings/RRectNode.js.map +1 -1
  648. package/lib/module/dom/nodes/drawings/RectNode.js +4 -10
  649. package/lib/module/dom/nodes/drawings/RectNode.js.map +1 -1
  650. package/lib/module/dom/nodes/drawings/Text.js +18 -51
  651. package/lib/module/dom/nodes/drawings/Text.js.map +1 -1
  652. package/lib/module/dom/nodes/drawings/VerticesNode.js +4 -10
  653. package/lib/module/dom/nodes/drawings/VerticesNode.js.map +1 -1
  654. package/lib/module/dom/nodes/drawings/index.js.map +1 -1
  655. package/lib/module/dom/nodes/index.js.map +1 -1
  656. package/lib/module/dom/nodes/paint/BlendNode.js +4 -9
  657. package/lib/module/dom/nodes/paint/BlendNode.js.map +1 -1
  658. package/lib/module/dom/nodes/paint/ColorFilters.js +0 -16
  659. package/lib/module/dom/nodes/paint/ColorFilters.js.map +1 -1
  660. package/lib/module/dom/nodes/paint/ImageFilters.js +3 -40
  661. package/lib/module/dom/nodes/paint/ImageFilters.js.map +1 -1
  662. package/lib/module/dom/nodes/paint/MaskFilters.js +0 -2
  663. package/lib/module/dom/nodes/paint/MaskFilters.js.map +1 -1
  664. package/lib/module/dom/nodes/paint/PathEffects.js +0 -26
  665. package/lib/module/dom/nodes/paint/PathEffects.js.map +1 -1
  666. package/lib/module/dom/nodes/paint/Shaders.js +0 -23
  667. package/lib/module/dom/nodes/paint/Shaders.js.map +1 -1
  668. package/lib/module/dom/nodes/paint/index.js.map +1 -1
  669. package/lib/module/dom/types/DeclarationContext.js +3 -27
  670. package/lib/module/dom/types/DeclarationContext.js.map +1 -1
  671. package/lib/module/dom/types/DrawingContext.js +3 -85
  672. package/lib/module/dom/types/DrawingContext.js.map +1 -1
  673. package/lib/module/dom/types/NodeType.js +6 -9
  674. package/lib/module/dom/types/NodeType.js.map +1 -1
  675. package/lib/module/dom/types/index.js.map +1 -1
  676. package/lib/module/external/index.js.map +1 -1
  677. package/lib/module/external/reanimated/buffers.d.ts +6 -4
  678. package/lib/module/external/reanimated/buffers.js +27 -15
  679. package/lib/module/external/reanimated/buffers.js.map +1 -1
  680. package/lib/module/external/reanimated/index.js.map +1 -1
  681. package/lib/module/external/reanimated/interpolators.d.ts +1 -1
  682. package/lib/module/external/reanimated/interpolators.js +5 -4
  683. package/lib/module/external/reanimated/interpolators.js.map +1 -1
  684. package/lib/module/external/reanimated/moduleWrapper.js +2 -4
  685. package/lib/module/external/reanimated/moduleWrapper.js.map +1 -1
  686. package/lib/module/external/reanimated/renderHelpers.js +5 -28
  687. package/lib/module/external/reanimated/renderHelpers.js.map +1 -1
  688. package/lib/module/external/reanimated/textures.d.ts +6 -3
  689. package/lib/module/external/reanimated/textures.js +46 -6
  690. package/lib/module/external/reanimated/textures.js.map +1 -1
  691. package/lib/module/external/reanimated/useAnimatedImageValue.js +11 -10
  692. package/lib/module/external/reanimated/useAnimatedImageValue.js.map +1 -1
  693. package/lib/module/external/reanimated/useDerivedValueOnJS.js.map +1 -1
  694. package/lib/module/headless/index.js +3 -4
  695. package/lib/module/headless/index.js.map +1 -1
  696. package/lib/module/index.js.map +1 -1
  697. package/lib/module/mock/index.js +2 -4
  698. package/lib/module/mock/index.js.map +1 -1
  699. package/lib/module/renderer/Canvas.js +17 -28
  700. package/lib/module/renderer/Canvas.js.map +1 -1
  701. package/lib/module/renderer/Container.js +4 -12
  702. package/lib/module/renderer/Container.js.map +1 -1
  703. package/lib/module/renderer/HostComponents.js +0 -58
  704. package/lib/module/renderer/HostComponents.js.map +1 -1
  705. package/lib/module/renderer/HostConfig.js +8 -29
  706. package/lib/module/renderer/HostConfig.js.map +1 -1
  707. package/lib/module/renderer/Offscreen.js +2 -1
  708. package/lib/module/renderer/Offscreen.js.map +1 -1
  709. package/lib/module/renderer/Reconciler.js +4 -13
  710. package/lib/module/renderer/Reconciler.js.map +1 -1
  711. package/lib/module/renderer/components/Blend.js.map +1 -1
  712. package/lib/module/renderer/components/Group.js +4 -8
  713. package/lib/module/renderer/components/Group.js.map +1 -1
  714. package/lib/module/renderer/components/Mask.js +6 -7
  715. package/lib/module/renderer/components/Mask.js.map +1 -1
  716. package/lib/module/renderer/components/Paint.js.map +1 -1
  717. package/lib/module/renderer/components/Picture.js.map +1 -1
  718. package/lib/module/renderer/components/backdrop/BackdropBlur.js +5 -7
  719. package/lib/module/renderer/components/backdrop/BackdropBlur.js.map +1 -1
  720. package/lib/module/renderer/components/backdrop/BackdropFilter.js +5 -6
  721. package/lib/module/renderer/components/backdrop/BackdropFilter.js.map +1 -1
  722. package/lib/module/renderer/components/backdrop/index.js.map +1 -1
  723. package/lib/module/renderer/components/colorFilters/BlendColor.js.map +1 -1
  724. package/lib/module/renderer/components/colorFilters/Lerp.js.map +1 -1
  725. package/lib/module/renderer/components/colorFilters/LinearToSRGBGamma.js.map +1 -1
  726. package/lib/module/renderer/components/colorFilters/LumaColorFilter.js.map +1 -1
  727. package/lib/module/renderer/components/colorFilters/Matrix.js.map +1 -1
  728. package/lib/module/renderer/components/colorFilters/SRGBToLinearGamma.js.map +1 -1
  729. package/lib/module/renderer/components/colorFilters/index.js.map +1 -1
  730. package/lib/module/renderer/components/image/Image.js.map +1 -1
  731. package/lib/module/renderer/components/image/ImageSVG.js.map +1 -1
  732. package/lib/module/renderer/components/image/ImageShader.js +9 -11
  733. package/lib/module/renderer/components/image/ImageShader.js.map +1 -1
  734. package/lib/module/renderer/components/image/index.js.map +1 -1
  735. package/lib/module/renderer/components/imageFilters/Blur.js +4 -6
  736. package/lib/module/renderer/components/imageFilters/Blur.js.map +1 -1
  737. package/lib/module/renderer/components/imageFilters/DisplacementMap.js.map +1 -1
  738. package/lib/module/renderer/components/imageFilters/Morphology.js +4 -6
  739. package/lib/module/renderer/components/imageFilters/Morphology.js.map +1 -1
  740. package/lib/module/renderer/components/imageFilters/Offset.js +5 -7
  741. package/lib/module/renderer/components/imageFilters/Offset.js.map +1 -1
  742. package/lib/module/renderer/components/imageFilters/RuntimeShader.js.map +1 -1
  743. package/lib/module/renderer/components/imageFilters/Shadow.js.map +1 -1
  744. package/lib/module/renderer/components/imageFilters/index.js.map +1 -1
  745. package/lib/module/renderer/components/index.js.map +1 -1
  746. package/lib/module/renderer/components/maskFilters/Blur.js +5 -7
  747. package/lib/module/renderer/components/maskFilters/Blur.js.map +1 -1
  748. package/lib/module/renderer/components/maskFilters/index.js.map +1 -1
  749. package/lib/module/renderer/components/paragraph/Paragraph.js.map +1 -1
  750. package/lib/module/renderer/components/paragraph/index.js.map +1 -1
  751. package/lib/module/renderer/components/pathEffects/Corner.js.map +1 -1
  752. package/lib/module/renderer/components/pathEffects/Dash.js.map +1 -1
  753. package/lib/module/renderer/components/pathEffects/Discrete.js +4 -6
  754. package/lib/module/renderer/components/pathEffects/Discrete.js.map +1 -1
  755. package/lib/module/renderer/components/pathEffects/Line2D.js.map +1 -1
  756. package/lib/module/renderer/components/pathEffects/Path1D.js.map +1 -1
  757. package/lib/module/renderer/components/pathEffects/Path2D.js.map +1 -1
  758. package/lib/module/renderer/components/pathEffects/Sum.js.map +1 -1
  759. package/lib/module/renderer/components/pathEffects/index.js.map +1 -1
  760. package/lib/module/renderer/components/shaders/Color.js.map +1 -1
  761. package/lib/module/renderer/components/shaders/FractalNoise.js +6 -8
  762. package/lib/module/renderer/components/shaders/FractalNoise.js.map +1 -1
  763. package/lib/module/renderer/components/shaders/LinearGradient.js.map +1 -1
  764. package/lib/module/renderer/components/shaders/RadialGradient.js.map +1 -1
  765. package/lib/module/renderer/components/shaders/Shader.js +4 -6
  766. package/lib/module/renderer/components/shaders/Shader.js.map +1 -1
  767. package/lib/module/renderer/components/shaders/ShaderLib.js.map +1 -1
  768. package/lib/module/renderer/components/shaders/SweepGradient.js.map +1 -1
  769. package/lib/module/renderer/components/shaders/Turbulence.js +6 -8
  770. package/lib/module/renderer/components/shaders/Turbulence.js.map +1 -1
  771. package/lib/module/renderer/components/shaders/TwoPointConicalGradient.js.map +1 -1
  772. package/lib/module/renderer/components/shaders/index.js.map +1 -1
  773. package/lib/module/renderer/components/shapes/Atlas.js.map +1 -1
  774. package/lib/module/renderer/components/shapes/Box.js.map +1 -1
  775. package/lib/module/renderer/components/shapes/Circle.js.map +1 -1
  776. package/lib/module/renderer/components/shapes/DiffRect.js.map +1 -1
  777. package/lib/module/renderer/components/shapes/Fill.js.map +1 -1
  778. package/lib/module/renderer/components/shapes/FitBox.js +6 -7
  779. package/lib/module/renderer/components/shapes/FitBox.js.map +1 -1
  780. package/lib/module/renderer/components/shapes/Line.js.map +1 -1
  781. package/lib/module/renderer/components/shapes/Oval.js.map +1 -1
  782. package/lib/module/renderer/components/shapes/Patch.js.map +1 -1
  783. package/lib/module/renderer/components/shapes/Path.js +5 -7
  784. package/lib/module/renderer/components/shapes/Path.js.map +1 -1
  785. package/lib/module/renderer/components/shapes/Points.js +4 -6
  786. package/lib/module/renderer/components/shapes/Points.js.map +1 -1
  787. package/lib/module/renderer/components/shapes/Rect.js.map +1 -1
  788. package/lib/module/renderer/components/shapes/RoundedRect.js.map +1 -1
  789. package/lib/module/renderer/components/shapes/Vertices.js +4 -6
  790. package/lib/module/renderer/components/shapes/Vertices.js.map +1 -1
  791. package/lib/module/renderer/components/shapes/index.js.map +1 -1
  792. package/lib/module/renderer/components/text/Glyphs.js +5 -7
  793. package/lib/module/renderer/components/text/Glyphs.js.map +1 -1
  794. package/lib/module/renderer/components/text/Text.js +5 -7
  795. package/lib/module/renderer/components/text/Text.js.map +1 -1
  796. package/lib/module/renderer/components/text/TextBlob.js +5 -7
  797. package/lib/module/renderer/components/text/TextBlob.js.map +1 -1
  798. package/lib/module/renderer/components/text/TextPath.js +4 -6
  799. package/lib/module/renderer/components/text/TextPath.js.map +1 -1
  800. package/lib/module/renderer/components/text/index.js.map +1 -1
  801. package/lib/module/renderer/index.js.map +1 -1
  802. package/lib/module/renderer/processors/Animations/index.js.map +1 -1
  803. package/lib/module/renderer/processors/index.js.map +1 -1
  804. package/lib/module/renderer/processors/math/Coordinates.js.map +1 -1
  805. package/lib/module/renderer/processors/math/Math.js +1 -1
  806. package/lib/module/renderer/processors/math/Math.js.map +1 -1
  807. package/lib/module/renderer/processors/math/Transforms.js.map +1 -1
  808. package/lib/module/renderer/processors/math/index.js.map +1 -1
  809. package/lib/module/renderer/typeddash.js +2 -5
  810. package/lib/module/renderer/typeddash.js.map +1 -1
  811. package/lib/module/skia/NativeSetup.js +0 -4
  812. package/lib/module/skia/NativeSetup.js.map +1 -1
  813. package/lib/module/skia/Skia.js +1 -0
  814. package/lib/module/skia/Skia.js.map +1 -1
  815. package/lib/module/skia/Skia.web.js.map +1 -1
  816. package/lib/module/skia/core/AnimatedImage.js +2 -5
  817. package/lib/module/skia/core/AnimatedImage.js.map +1 -1
  818. package/lib/module/skia/core/Data.js +9 -21
  819. package/lib/module/skia/core/Data.js.map +1 -1
  820. package/lib/module/skia/core/Font.js +9 -24
  821. package/lib/module/skia/core/Font.js.map +1 -1
  822. package/lib/module/skia/core/Image.js +3 -8
  823. package/lib/module/skia/core/Image.js.map +1 -1
  824. package/lib/module/skia/core/Matrix.js.map +1 -1
  825. package/lib/module/skia/core/Picture.js +1 -3
  826. package/lib/module/skia/core/Picture.js.map +1 -1
  827. package/lib/module/skia/core/RRect.js.map +1 -1
  828. package/lib/module/skia/core/Rect.js.map +1 -1
  829. package/lib/module/skia/core/SVG.js.map +1 -1
  830. package/lib/module/skia/core/Typeface.js +1 -1
  831. package/lib/module/skia/core/Typeface.js.map +1 -1
  832. package/lib/module/skia/core/Vector.js +1 -3
  833. package/lib/module/skia/core/Vector.js.map +1 -1
  834. package/lib/module/skia/core/index.js.map +1 -1
  835. package/lib/module/skia/index.js.map +1 -1
  836. package/lib/module/skia/types/AnimatedImage/index.js.map +1 -1
  837. package/lib/module/skia/types/Canvas.js +6 -9
  838. package/lib/module/skia/types/Canvas.js.map +1 -1
  839. package/lib/module/skia/types/ColorFilter/ColorFilter.js.map +1 -1
  840. package/lib/module/skia/types/ColorFilter/index.js.map +1 -1
  841. package/lib/module/skia/types/Data/Data.js.map +1 -1
  842. package/lib/module/skia/types/Data/index.js.map +1 -1
  843. package/lib/module/skia/types/Font/Font.js +15 -26
  844. package/lib/module/skia/types/Font/Font.js.map +1 -1
  845. package/lib/module/skia/types/Font/index.js.map +1 -1
  846. package/lib/module/skia/types/Image/Image.js +9 -14
  847. package/lib/module/skia/types/Image/Image.js.map +1 -1
  848. package/lib/module/skia/types/Image/ImageFactory.js +6 -9
  849. package/lib/module/skia/types/Image/ImageFactory.js.map +1 -1
  850. package/lib/module/skia/types/Image/index.js.map +1 -1
  851. package/lib/module/skia/types/ImageFilter/ImageFilter.js +3 -5
  852. package/lib/module/skia/types/ImageFilter/ImageFilter.js.map +1 -1
  853. package/lib/module/skia/types/ImageFilter/ImageFilterFactory.js +3 -4
  854. package/lib/module/skia/types/ImageFilter/ImageFilterFactory.js.map +1 -1
  855. package/lib/module/skia/types/ImageFilter/index.js.map +1 -1
  856. package/lib/module/skia/types/MaskFilter.js +4 -5
  857. package/lib/module/skia/types/MaskFilter.js.map +1 -1
  858. package/lib/module/skia/types/Matrix.js.map +1 -1
  859. package/lib/module/skia/types/Matrix4.js +22 -64
  860. package/lib/module/skia/types/Matrix4.js.map +1 -1
  861. package/lib/module/skia/types/Paint/BlendMode.js +3 -4
  862. package/lib/module/skia/types/Paint/BlendMode.js.map +1 -1
  863. package/lib/module/skia/types/Paint/Paint.js +9 -15
  864. package/lib/module/skia/types/Paint/Paint.js.map +1 -1
  865. package/lib/module/skia/types/Paint/index.js.map +1 -1
  866. package/lib/module/skia/types/Paragraph/ParagraphBuilder.js +3 -4
  867. package/lib/module/skia/types/Paragraph/ParagraphBuilder.js.map +1 -1
  868. package/lib/module/skia/types/Paragraph/ParagraphStyle.js +9 -14
  869. package/lib/module/skia/types/Paragraph/ParagraphStyle.js.map +1 -1
  870. package/lib/module/skia/types/Paragraph/TextStyle.js +9 -14
  871. package/lib/module/skia/types/Paragraph/TextStyle.js.map +1 -1
  872. package/lib/module/skia/types/Paragraph/index.js.map +1 -1
  873. package/lib/module/skia/types/Path/Path.js +9 -14
  874. package/lib/module/skia/types/Path/Path.js.map +1 -1
  875. package/lib/module/skia/types/Path/index.js.map +1 -1
  876. package/lib/module/skia/types/PathEffect.js +3 -4
  877. package/lib/module/skia/types/PathEffect.js.map +1 -1
  878. package/lib/module/skia/types/Picture/index.js.map +1 -1
  879. package/lib/module/skia/types/Point.js +3 -4
  880. package/lib/module/skia/types/Point.js.map +1 -1
  881. package/lib/module/skia/types/RRect.js +2 -1
  882. package/lib/module/skia/types/RRect.js.map +1 -1
  883. package/lib/module/skia/types/Rect.js +0 -1
  884. package/lib/module/skia/types/Rect.js.map +1 -1
  885. package/lib/module/skia/types/RuntimeEffect/index.js.map +1 -1
  886. package/lib/module/skia/types/SVG/index.js.map +1 -1
  887. package/lib/module/skia/types/Shader/Shader.js +4 -9
  888. package/lib/module/skia/types/Shader/Shader.js.map +1 -1
  889. package/lib/module/skia/types/Shader/index.js.map +1 -1
  890. package/lib/module/skia/types/Surface/index.js.map +1 -1
  891. package/lib/module/skia/types/Typeface/index.js.map +1 -1
  892. package/lib/module/skia/types/Vertices/Vertices.js +3 -4
  893. package/lib/module/skia/types/Vertices/Vertices.js.map +1 -1
  894. package/lib/module/skia/types/Vertices/index.js.map +1 -1
  895. package/lib/module/skia/types/index.js.map +1 -1
  896. package/lib/module/skia/web/Host.js +6 -16
  897. package/lib/module/skia/web/Host.js.map +1 -1
  898. package/lib/module/skia/web/JsiSkAnimatedImage.js +3 -9
  899. package/lib/module/skia/web/JsiSkAnimatedImage.js.map +1 -1
  900. package/lib/module/skia/web/JsiSkAnimatedImageFactory.js +0 -4
  901. package/lib/module/skia/web/JsiSkAnimatedImageFactory.js.map +1 -1
  902. package/lib/module/skia/web/JsiSkCanvas.js +13 -63
  903. package/lib/module/skia/web/JsiSkCanvas.js.map +1 -1
  904. package/lib/module/skia/web/JsiSkColor.js +10 -52
  905. package/lib/module/skia/web/JsiSkColor.js.map +1 -1
  906. package/lib/module/skia/web/JsiSkColorFilter.js +3 -4
  907. package/lib/module/skia/web/JsiSkColorFilter.js.map +1 -1
  908. package/lib/module/skia/web/JsiSkColorFilterFactory.js +0 -8
  909. package/lib/module/skia/web/JsiSkColorFilterFactory.js.map +1 -1
  910. package/lib/module/skia/web/JsiSkContourMeasure.js +3 -8
  911. package/lib/module/skia/web/JsiSkContourMeasure.js.map +1 -1
  912. package/lib/module/skia/web/JsiSkContourMeasureIter.js +3 -7
  913. package/lib/module/skia/web/JsiSkContourMeasureIter.js.map +1 -1
  914. package/lib/module/skia/web/JsiSkData.js +5 -5
  915. package/lib/module/skia/web/JsiSkData.js.map +1 -1
  916. package/lib/module/skia/web/JsiSkDataFactory.js +0 -6
  917. package/lib/module/skia/web/JsiSkDataFactory.js.map +1 -1
  918. package/lib/module/skia/web/JsiSkFont.js +5 -26
  919. package/lib/module/skia/web/JsiSkFont.js.map +1 -1
  920. package/lib/module/skia/web/JsiSkFontMgr.js +0 -5
  921. package/lib/module/skia/web/JsiSkFontMgr.js.map +1 -1
  922. package/lib/module/skia/web/JsiSkFontMgrFactory.js +0 -4
  923. package/lib/module/skia/web/JsiSkFontMgrFactory.js.map +1 -1
  924. package/lib/module/skia/web/JsiSkImage.js +7 -23
  925. package/lib/module/skia/web/JsiSkImage.js.map +1 -1
  926. package/lib/module/skia/web/JsiSkImageFactory.js +2 -10
  927. package/lib/module/skia/web/JsiSkImageFactory.js.map +1 -1
  928. package/lib/module/skia/web/JsiSkImageFilter.js +3 -4
  929. package/lib/module/skia/web/JsiSkImageFilter.js.map +1 -1
  930. package/lib/module/skia/web/JsiSkImageFilterFactory.js +0 -23
  931. package/lib/module/skia/web/JsiSkImageFilterFactory.js.map +1 -1
  932. package/lib/module/skia/web/JsiSkMaskFilter.js +3 -4
  933. package/lib/module/skia/web/JsiSkMaskFilter.js.map +1 -1
  934. package/lib/module/skia/web/JsiSkMaskFilterFactory.js +0 -2
  935. package/lib/module/skia/web/JsiSkMaskFilterFactory.js.map +1 -1
  936. package/lib/module/skia/web/JsiSkMatrix.js +7 -21
  937. package/lib/module/skia/web/JsiSkMatrix.js.map +1 -1
  938. package/lib/module/skia/web/JsiSkPaint.js +3 -27
  939. package/lib/module/skia/web/JsiSkPaint.js.map +1 -1
  940. package/lib/module/skia/web/JsiSkParagraph.js +21 -44
  941. package/lib/module/skia/web/JsiSkParagraph.js.map +1 -1
  942. package/lib/module/skia/web/JsiSkParagraphBuilder.js +1 -18
  943. package/lib/module/skia/web/JsiSkParagraphBuilder.js.map +1 -1
  944. package/lib/module/skia/web/JsiSkParagraphBuilderFactory.js +0 -4
  945. package/lib/module/skia/web/JsiSkParagraphBuilderFactory.js.map +1 -1
  946. package/lib/module/skia/web/JsiSkParagraphStyle.js +4 -6
  947. package/lib/module/skia/web/JsiSkParagraphStyle.js.map +1 -1
  948. package/lib/module/skia/web/JsiSkPath.js +4 -69
  949. package/lib/module/skia/web/JsiSkPath.js.map +1 -1
  950. package/lib/module/skia/web/JsiSkPathEffect.js +3 -4
  951. package/lib/module/skia/web/JsiSkPathEffect.js.map +1 -1
  952. package/lib/module/skia/web/JsiSkPathEffectFactory.js +0 -17
  953. package/lib/module/skia/web/JsiSkPathEffectFactory.js.map +1 -1
  954. package/lib/module/skia/web/JsiSkPathFactory.js +0 -12
  955. package/lib/module/skia/web/JsiSkPathFactory.js.map +1 -1
  956. package/lib/module/skia/web/JsiSkPicture.js +4 -6
  957. package/lib/module/skia/web/JsiSkPicture.js.map +1 -1
  958. package/lib/module/skia/web/JsiSkPictureFactory.js +0 -4
  959. package/lib/module/skia/web/JsiSkPictureFactory.js.map +1 -1
  960. package/lib/module/skia/web/JsiSkPictureRecorder.js +3 -6
  961. package/lib/module/skia/web/JsiSkPictureRecorder.js.map +1 -1
  962. package/lib/module/skia/web/JsiSkPoint.js +5 -9
  963. package/lib/module/skia/web/JsiSkPoint.js.map +1 -1
  964. package/lib/module/skia/web/JsiSkRRect.js +5 -13
  965. package/lib/module/skia/web/JsiSkRRect.js.map +1 -1
  966. package/lib/module/skia/web/JsiSkRSXform.js +5 -12
  967. package/lib/module/skia/web/JsiSkRSXform.js.map +1 -1
  968. package/lib/module/skia/web/JsiSkRect.js +5 -12
  969. package/lib/module/skia/web/JsiSkRect.js.map +1 -1
  970. package/lib/module/skia/web/JsiSkRuntimeEffect.js +3 -11
  971. package/lib/module/skia/web/JsiSkRuntimeEffect.js.map +1 -1
  972. package/lib/module/skia/web/JsiSkRuntimeEffectFactory.js +0 -4
  973. package/lib/module/skia/web/JsiSkRuntimeEffectFactory.js.map +1 -1
  974. package/lib/module/skia/web/JsiSkSVGFactory.js +0 -3
  975. package/lib/module/skia/web/JsiSkSVGFactory.js.map +1 -1
  976. package/lib/module/skia/web/JsiSkShader.js +3 -4
  977. package/lib/module/skia/web/JsiSkShader.js.map +1 -1
  978. package/lib/module/skia/web/JsiSkShaderFactory.js +0 -9
  979. package/lib/module/skia/web/JsiSkShaderFactory.js.map +1 -1
  980. package/lib/module/skia/web/JsiSkSurface.js +3 -7
  981. package/lib/module/skia/web/JsiSkSurface.js.map +1 -1
  982. package/lib/module/skia/web/JsiSkSurfaceFactory.js +0 -10
  983. package/lib/module/skia/web/JsiSkSurfaceFactory.js.map +1 -1
  984. package/lib/module/skia/web/JsiSkTextBlob.js +3 -4
  985. package/lib/module/skia/web/JsiSkTextBlob.js.map +1 -1
  986. package/lib/module/skia/web/JsiSkTextBlobFactory.js +0 -5
  987. package/lib/module/skia/web/JsiSkTextBlobFactory.js.map +1 -1
  988. package/lib/module/skia/web/JsiSkTextStyle.js +0 -1
  989. package/lib/module/skia/web/JsiSkTextStyle.js.map +1 -1
  990. package/lib/module/skia/web/JsiSkTypeface.js +3 -7
  991. package/lib/module/skia/web/JsiSkTypeface.js.map +1 -1
  992. package/lib/module/skia/web/JsiSkTypefaceFactory.js +0 -4
  993. package/lib/module/skia/web/JsiSkTypefaceFactory.js.map +1 -1
  994. package/lib/module/skia/web/JsiSkTypefaceFontProvider.js +16 -23
  995. package/lib/module/skia/web/JsiSkTypefaceFontProvider.js.map +1 -1
  996. package/lib/module/skia/web/JsiSkTypefaceFontProviderFactory.js +0 -2
  997. package/lib/module/skia/web/JsiSkTypefaceFontProviderFactory.js.map +1 -1
  998. package/lib/module/skia/web/JsiSkVertices.js +3 -6
  999. package/lib/module/skia/web/JsiSkVertices.js.map +1 -1
  1000. package/lib/module/skia/web/JsiSkVerticesFactory.js +8 -24
  1001. package/lib/module/skia/web/JsiSkVerticesFactory.js.map +1 -1
  1002. package/lib/module/skia/web/JsiSkia.js.map +1 -1
  1003. package/lib/module/skia/web/index.js.map +1 -1
  1004. package/lib/module/specs/NativeSkiaModule.js.map +1 -1
  1005. package/lib/module/specs/NativeSkiaModule.web.js +2 -1
  1006. package/lib/module/specs/NativeSkiaModule.web.js.map +1 -1
  1007. package/lib/module/specs/SkiaDomViewNativeComponent.js.map +1 -1
  1008. package/lib/module/specs/SkiaPictureViewNativeComponent.js.map +1 -1
  1009. package/lib/module/views/SkiaBaseWebView.js +16 -58
  1010. package/lib/module/views/SkiaBaseWebView.js.map +1 -1
  1011. package/lib/module/views/SkiaDomView.js +8 -23
  1012. package/lib/module/views/SkiaDomView.js.map +1 -1
  1013. package/lib/module/views/SkiaDomView.web.js +0 -4
  1014. package/lib/module/views/SkiaDomView.web.js.map +1 -1
  1015. package/lib/module/views/SkiaJSDomView.js +10 -26
  1016. package/lib/module/views/SkiaJSDomView.js.map +1 -1
  1017. package/lib/module/views/SkiaJSDomView.web.js.map +1 -1
  1018. package/lib/module/views/SkiaPictureView.js +5 -18
  1019. package/lib/module/views/SkiaPictureView.js.map +1 -1
  1020. package/lib/module/views/SkiaPictureView.web.js +0 -2
  1021. package/lib/module/views/SkiaPictureView.web.js.map +1 -1
  1022. package/lib/module/views/SkiaViewNativeId.js.map +1 -1
  1023. package/lib/module/views/api.js.map +1 -1
  1024. package/lib/module/views/index.js.map +1 -1
  1025. package/lib/module/views/types.js +4 -4
  1026. package/lib/module/views/types.js.map +1 -1
  1027. package/lib/module/views/useTouchHandler.js +13 -21
  1028. package/lib/module/views/useTouchHandler.js.map +1 -1
  1029. package/lib/module/web/LoadSkiaWeb.js +4 -5
  1030. package/lib/module/web/LoadSkiaWeb.js.map +1 -1
  1031. package/lib/module/web/WithSkiaWeb.js +7 -8
  1032. package/lib/module/web/WithSkiaWeb.js.map +1 -1
  1033. package/lib/module/web/index.js.map +1 -1
  1034. package/lib/typescript/src/external/reanimated/buffers.d.ts +6 -4
  1035. package/lib/typescript/src/external/reanimated/interpolators.d.ts +1 -1
  1036. package/lib/typescript/src/external/reanimated/textures.d.ts +6 -3
  1037. package/package.json +15 -15
  1038. package/react-native-skia.podspec +1 -1
  1039. package/src/dom/nodes/Node.ts +1 -0
  1040. package/src/external/reanimated/buffers.ts +29 -26
  1041. package/src/external/reanimated/interpolators.ts +4 -1
  1042. package/src/external/reanimated/textures.tsx +55 -6
  1043. package/lib/commonjs/animation/types.d.ts +0 -18
  1044. package/lib/commonjs/animation/types.js +0 -2
  1045. package/lib/commonjs/animation/types.js.map +0 -1
  1046. package/lib/module/animation/types.d.ts +0 -18
  1047. package/lib/module/animation/types.js +0 -2
  1048. package/lib/module/animation/types.js.map +0 -1
  1049. package/lib/typescript/src/animation/types.d.ts +0 -18
  1050. package/src/animation/types.ts +0 -23
@@ -4,14 +4,11 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.rrect = void 0;
7
-
8
7
  var _Skia = require("../Skia");
9
-
10
8
  const rrect = (r, rx, ry) => {
11
9
  "worklet";
12
10
 
13
11
  return _Skia.Skia.RRectXY(r, rx, ry);
14
12
  };
15
-
16
13
  exports.rrect = rrect;
17
14
  //# sourceMappingURL=RRect.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["rrect","r","rx","ry","Skia","RRectXY"],"sources":["RRect.tsx"],"sourcesContent":["import { Skia } from \"../Skia\";\nimport type { SkRect } from \"../types\";\n\nexport const rrect = (r: SkRect, rx: number, ry: number) => {\n \"worklet\";\n return Skia.RRectXY(r, rx, ry);\n};\n"],"mappings":";;;;;;;AAAA;;AAGO,MAAMA,KAAK,GAAG,CAACC,CAAD,EAAYC,EAAZ,EAAwBC,EAAxB,KAAuC;EAC1D;;EACA,OAAOC,UAAA,CAAKC,OAAL,CAAaJ,CAAb,EAAgBC,EAAhB,EAAoBC,EAApB,CAAP;AACD,CAHM"}
1
+ {"version":3,"names":["_Skia","require","rrect","r","rx","ry","Skia","RRectXY","exports"],"sources":["RRect.tsx"],"sourcesContent":["import { Skia } from \"../Skia\";\nimport type { SkRect } from \"../types\";\n\nexport const rrect = (r: SkRect, rx: number, ry: number) => {\n \"worklet\";\n return Skia.RRectXY(r, rx, ry);\n};\n"],"mappings":";;;;;;AAAA,IAAAA,KAAA,GAAAC,OAAA;AAGO,MAAMC,KAAK,GAAGA,CAACC,CAAS,EAAEC,EAAU,EAAEC,EAAU,KAAK;EAC1D,SAAS;;EACT,OAAOC,UAAI,CAACC,OAAO,CAACJ,CAAC,EAAEC,EAAE,EAAEC,EAAE,CAAC;AAChC,CAAC;AAACG,OAAA,CAAAN,KAAA,GAAAA,KAAA"}
@@ -4,21 +4,15 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.topRight = exports.topLeft = exports.rect = exports.center = exports.bounds = exports.bottomRight = exports.bottomLeft = void 0;
7
-
8
7
  var _Skia = require("../Skia");
9
-
10
8
  var _types = require("../types");
11
-
12
9
  var _Vector = require("./Vector");
13
-
14
10
  const rect = (x, y, width, height) => {
15
11
  "worklet";
16
12
 
17
13
  return _Skia.Skia.XYWHRect(x, y, width, height);
18
14
  };
19
-
20
15
  exports.rect = rect;
21
-
22
16
  const bounds = rects => {
23
17
  "worklet";
24
18
 
@@ -28,46 +22,35 @@ const bounds = rects => {
28
22
  const height = Math.max(...rects.map(r => r.y + r.height));
29
23
  return rect(x, y, width - x, height - y);
30
24
  };
31
-
32
25
  exports.bounds = bounds;
33
-
34
26
  const topLeft = r => {
35
27
  "worklet";
36
28
 
37
29
  return (0, _types.isRRect)(r) ? (0, _Vector.vec)(r.rect.x, r.rect.y) : (0, _Vector.vec)(r.x, r.y);
38
30
  };
39
-
40
31
  exports.topLeft = topLeft;
41
-
42
32
  const topRight = r => {
43
33
  "worklet";
44
34
 
45
35
  return (0, _types.isRRect)(r) ? (0, _Vector.vec)(r.rect.x + r.rect.width, r.rect.y) : (0, _Vector.vec)(r.x + r.width, r.y);
46
36
  };
47
-
48
37
  exports.topRight = topRight;
49
-
50
38
  const bottomLeft = r => {
51
39
  "worklet";
52
40
 
53
41
  return (0, _types.isRRect)(r) ? (0, _Vector.vec)(r.rect.x, r.rect.y + r.rect.height) : (0, _Vector.vec)(r.x, r.y + r.height);
54
42
  };
55
-
56
43
  exports.bottomLeft = bottomLeft;
57
-
58
44
  const bottomRight = r => {
59
45
  "worklet";
60
46
 
61
47
  return (0, _types.isRRect)(r) ? (0, _Vector.vec)(r.rect.x + r.rect.width, r.rect.y + r.rect.height) : (0, _Vector.vec)(r.x + r.width, r.y + r.height);
62
48
  };
63
-
64
49
  exports.bottomRight = bottomRight;
65
-
66
50
  const center = r => {
67
51
  "worklet";
68
52
 
69
53
  return (0, _types.isRRect)(r) ? (0, _Vector.vec)(r.rect.x + r.rect.width / 2, r.rect.y + r.rect.height / 2) : (0, _Vector.vec)(r.x + r.width / 2, r.y + r.height / 2);
70
54
  };
71
-
72
55
  exports.center = center;
73
56
  //# sourceMappingURL=Rect.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["rect","x","y","width","height","Skia","XYWHRect","bounds","rects","Math","min","map","r","max","topLeft","isRRect","vec","topRight","bottomLeft","bottomRight","center"],"sources":["Rect.ts"],"sourcesContent":["import { Skia } from \"../Skia\";\nimport type { SkRect, SkRRect } from \"../types\";\nimport { isRRect } from \"../types\";\n\nimport { vec } from \"./Vector\";\n\nexport const rect = (x: number, y: number, width: number, height: number) => {\n \"worklet\";\n return Skia.XYWHRect(x, y, width, height);\n};\n\nexport const bounds = (rects: SkRect[]) => {\n \"worklet\";\n const x = Math.min(...rects.map((r) => r.x));\n const y = Math.min(...rects.map((r) => r.y));\n const width = Math.max(...rects.map((r) => r.x + r.width));\n const height = Math.max(...rects.map((r) => r.y + r.height));\n return rect(x, y, width - x, height - y);\n};\n\nexport const topLeft = (r: SkRect | SkRRect) => {\n \"worklet\";\n return isRRect(r) ? vec(r.rect.x, r.rect.y) : vec(r.x, r.y);\n};\n\nexport const topRight = (r: SkRect | SkRRect) => {\n \"worklet\";\n return isRRect(r)\n ? vec(r.rect.x + r.rect.width, r.rect.y)\n : vec(r.x + r.width, r.y);\n};\n\nexport const bottomLeft = (r: SkRect | SkRRect) => {\n \"worklet\";\n return isRRect(r)\n ? vec(r.rect.x, r.rect.y + r.rect.height)\n : vec(r.x, r.y + r.height);\n};\nexport const bottomRight = (r: SkRect | SkRRect) => {\n \"worklet\";\n return isRRect(r)\n ? vec(r.rect.x + r.rect.width, r.rect.y + r.rect.height)\n : vec(r.x + r.width, r.y + r.height);\n};\nexport const center = (r: SkRect | SkRRect) => {\n \"worklet\";\n return isRRect(r)\n ? vec(r.rect.x + r.rect.width / 2, r.rect.y + r.rect.height / 2)\n : vec(r.x + r.width / 2, r.y + r.height / 2);\n};\n"],"mappings":"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"}
1
+ {"version":3,"names":["_Skia","require","_types","_Vector","rect","x","y","width","height","Skia","XYWHRect","exports","bounds","rects","Math","min","map","r","max","topLeft","isRRect","vec","topRight","bottomLeft","bottomRight","center"],"sources":["Rect.ts"],"sourcesContent":["import { Skia } from \"../Skia\";\nimport type { SkRect, SkRRect } from \"../types\";\nimport { isRRect } from \"../types\";\n\nimport { vec } from \"./Vector\";\n\nexport const rect = (x: number, y: number, width: number, height: number) => {\n \"worklet\";\n return Skia.XYWHRect(x, y, width, height);\n};\n\nexport const bounds = (rects: SkRect[]) => {\n \"worklet\";\n const x = Math.min(...rects.map((r) => r.x));\n const y = Math.min(...rects.map((r) => r.y));\n const width = Math.max(...rects.map((r) => r.x + r.width));\n const height = Math.max(...rects.map((r) => r.y + r.height));\n return rect(x, y, width - x, height - y);\n};\n\nexport const topLeft = (r: SkRect | SkRRect) => {\n \"worklet\";\n return isRRect(r) ? vec(r.rect.x, r.rect.y) : vec(r.x, r.y);\n};\n\nexport const topRight = (r: SkRect | SkRRect) => {\n \"worklet\";\n return isRRect(r)\n ? vec(r.rect.x + r.rect.width, r.rect.y)\n : vec(r.x + r.width, r.y);\n};\n\nexport const bottomLeft = (r: SkRect | SkRRect) => {\n \"worklet\";\n return isRRect(r)\n ? vec(r.rect.x, r.rect.y + r.rect.height)\n : vec(r.x, r.y + r.height);\n};\nexport const bottomRight = (r: SkRect | SkRRect) => {\n \"worklet\";\n return isRRect(r)\n ? vec(r.rect.x + r.rect.width, r.rect.y + r.rect.height)\n : vec(r.x + r.width, r.y + r.height);\n};\nexport const center = (r: SkRect | SkRRect) => {\n \"worklet\";\n return isRRect(r)\n ? vec(r.rect.x + r.rect.width / 2, r.rect.y + r.rect.height / 2)\n : vec(r.x + r.width / 2, r.y + r.height / 2);\n};\n"],"mappings":"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"}
@@ -4,14 +4,9 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.useSVG = void 0;
7
-
8
7
  var _Skia = require("../Skia");
9
-
10
8
  var _Data = require("./Data");
11
-
12
9
  const svgFactory = _Skia.Skia.SVG.MakeFromData.bind(_Skia.Skia.SVG);
13
-
14
10
  const useSVG = (source, onError) => (0, _Data.useRawData)(source, svgFactory, onError);
15
-
16
11
  exports.useSVG = useSVG;
17
12
  //# sourceMappingURL=SVG.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["svgFactory","Skia","SVG","MakeFromData","bind","useSVG","source","onError","useRawData"],"sources":["SVG.ts"],"sourcesContent":["import { Skia } from \"../Skia\";\nimport type { DataSourceParam } from \"../types\";\n\nimport { useRawData } from \"./Data\";\n\nconst svgFactory = Skia.SVG.MakeFromData.bind(Skia.SVG);\n\nexport const useSVG = (\n source: DataSourceParam,\n onError?: (err: Error) => void\n) => useRawData(source, svgFactory, onError);\n"],"mappings":";;;;;;;AAAA;;AAGA;;AAEA,MAAMA,UAAU,GAAGC,UAAA,CAAKC,GAAL,CAASC,YAAT,CAAsBC,IAAtB,CAA2BH,UAAA,CAAKC,GAAhC,CAAnB;;AAEO,MAAMG,MAAM,GAAG,CACpBC,MADoB,EAEpBC,OAFoB,KAGjB,IAAAC,gBAAA,EAAWF,MAAX,EAAmBN,UAAnB,EAA+BO,OAA/B,CAHE"}
1
+ {"version":3,"names":["_Skia","require","_Data","svgFactory","Skia","SVG","MakeFromData","bind","useSVG","source","onError","useRawData","exports"],"sources":["SVG.ts"],"sourcesContent":["import { Skia } from \"../Skia\";\nimport type { DataSourceParam } from \"../types\";\n\nimport { useRawData } from \"./Data\";\n\nconst svgFactory = Skia.SVG.MakeFromData.bind(Skia.SVG);\n\nexport const useSVG = (\n source: DataSourceParam,\n onError?: (err: Error) => void\n) => useRawData(source, svgFactory, onError);\n"],"mappings":";;;;;;AAAA,IAAAA,KAAA,GAAAC,OAAA;AAGA,IAAAC,KAAA,GAAAD,OAAA;AAEA,MAAME,UAAU,GAAGC,UAAI,CAACC,GAAG,CAACC,YAAY,CAACC,IAAI,CAACH,UAAI,CAACC,GAAG,CAAC;AAEhD,MAAMG,MAAM,GAAGA,CACpBC,MAAuB,EACvBC,OAA8B,KAC3B,IAAAC,gBAAU,EAACF,MAAM,EAAEN,UAAU,EAAEO,OAAO,CAAC;AAACE,OAAA,CAAAJ,MAAA,GAAAA,MAAA"}
@@ -4,18 +4,13 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.useTypeface = void 0;
7
-
8
7
  var _Skia = require("../Skia");
9
-
10
8
  var _Data = require("./Data");
11
-
12
9
  const tfFactory = _Skia.Skia.Typeface.MakeFreeTypeFaceFromData.bind(_Skia.Skia.Typeface);
10
+
13
11
  /**
14
12
  * Returns a Skia Typeface object
15
13
  * */
16
-
17
-
18
14
  const useTypeface = (source, onError) => (0, _Data.useRawData)(source, tfFactory, onError);
19
-
20
15
  exports.useTypeface = useTypeface;
21
16
  //# sourceMappingURL=Typeface.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["tfFactory","Skia","Typeface","MakeFreeTypeFaceFromData","bind","useTypeface","source","onError","useRawData"],"sources":["Typeface.ts"],"sourcesContent":["import { Skia } from \"../Skia\";\nimport type { DataSourceParam } from \"../types\";\n\nimport { useRawData } from \"./Data\";\n\nconst tfFactory = Skia.Typeface.MakeFreeTypeFaceFromData.bind(Skia.Typeface);\n\n/**\n * Returns a Skia Typeface object\n * */\nexport const useTypeface = (\n source: DataSourceParam,\n onError?: (err: Error) => void\n) => useRawData(source, tfFactory, onError);\n"],"mappings":";;;;;;;AAAA;;AAGA;;AAEA,MAAMA,SAAS,GAAGC,UAAA,CAAKC,QAAL,CAAcC,wBAAd,CAAuCC,IAAvC,CAA4CH,UAAA,CAAKC,QAAjD,CAAlB;AAEA;AACA;AACA;;;AACO,MAAMG,WAAW,GAAG,CACzBC,MADyB,EAEzBC,OAFyB,KAGtB,IAAAC,gBAAA,EAAWF,MAAX,EAAmBN,SAAnB,EAA8BO,OAA9B,CAHE"}
1
+ {"version":3,"names":["_Skia","require","_Data","tfFactory","Skia","Typeface","MakeFreeTypeFaceFromData","bind","useTypeface","source","onError","useRawData","exports"],"sources":["Typeface.ts"],"sourcesContent":["import { Skia } from \"../Skia\";\nimport type { DataSourceParam } from \"../types\";\n\nimport { useRawData } from \"./Data\";\n\nconst tfFactory = Skia.Typeface.MakeFreeTypeFaceFromData.bind(Skia.Typeface);\n\n/**\n * Returns a Skia Typeface object\n * */\nexport const useTypeface = (\n source: DataSourceParam,\n onError?: (err: Error) => void\n) => useRawData(source, tfFactory, onError);\n"],"mappings":";;;;;;AAAA,IAAAA,KAAA,GAAAC,OAAA;AAGA,IAAAC,KAAA,GAAAD,OAAA;AAEA,MAAME,SAAS,GAAGC,UAAI,CAACC,QAAQ,CAACC,wBAAwB,CAACC,IAAI,CAACH,UAAI,CAACC,QAAQ,CAAC;;AAE5E;AACA;AACA;AACO,MAAMG,WAAW,GAAGA,CACzBC,MAAuB,EACvBC,OAA8B,KAC3B,IAAAC,gBAAU,EAACF,MAAM,EAAEN,SAAS,EAAEO,OAAO,CAAC;AAACE,OAAA,CAAAJ,WAAA,GAAAA,WAAA"}
@@ -4,50 +4,36 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.vec = exports.sub = exports.point = exports.neg = exports.dist = exports.add = void 0;
7
-
8
7
  var _Skia = require("../Skia");
9
-
10
- const vec = function () {
8
+ const vec = (x = 0, y) => {
11
9
  "worklet";
12
10
 
13
- let x = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 0;
14
- let y = arguments.length > 1 ? arguments[1] : undefined;
15
- return _Skia.Skia.Point(x, y ?? x);
11
+ return _Skia.Skia.Point(x, y !== null && y !== void 0 ? y : x);
16
12
  };
17
-
18
13
  exports.vec = vec;
19
- const point = vec;
20
- exports.point = point;
21
-
14
+ const point = exports.point = vec;
22
15
  const neg = a => {
23
16
  "worklet";
24
17
 
25
18
  return vec(-a.x, -a.y);
26
19
  };
27
-
28
20
  exports.neg = neg;
29
-
30
21
  const add = (a, b) => {
31
22
  "worklet";
32
23
 
33
24
  return vec(a.x + b.x, a.y + b.y);
34
25
  };
35
-
36
26
  exports.add = add;
37
-
38
27
  const sub = (a, b) => {
39
28
  "worklet";
40
29
 
41
30
  return vec(a.x - b.x, a.y - b.y);
42
31
  };
43
-
44
32
  exports.sub = sub;
45
-
46
33
  const dist = (a, b) => {
47
34
  "worklet";
48
35
 
49
36
  return Math.hypot(a.x - b.x, a.y - b.y);
50
37
  };
51
-
52
38
  exports.dist = dist;
53
39
  //# sourceMappingURL=Vector.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["vec","x","y","Skia","Point","point","neg","a","add","b","sub","dist","Math","hypot"],"sources":["Vector.ts"],"sourcesContent":["import { Skia } from \"../Skia\";\nimport type { Vector } from \"../types\";\n\nexport const vec = (x = 0, y?: number) => {\n \"worklet\";\n return Skia.Point(x, y ?? x);\n};\nexport const point = vec;\nexport const neg = (a: Vector) => {\n \"worklet\";\n return vec(-a.x, -a.y);\n};\nexport const add = (a: Vector, b: Vector) => {\n \"worklet\";\n return vec(a.x + b.x, a.y + b.y);\n};\nexport const sub = (a: Vector, b: Vector) => {\n \"worklet\";\n return vec(a.x - b.x, a.y - b.y);\n};\nexport const dist = (a: Vector, b: Vector) => {\n \"worklet\";\n return Math.hypot(a.x - b.x, a.y - b.y);\n};\n"],"mappings":";;;;;;;AAAA;;AAGO,MAAMA,GAAG,GAAG,YAAuB;EACxC;;EADwC,IAAtBC,CAAsB,uEAAlB,CAAkB;EAAA,IAAfC,CAAe;EAExC,OAAOC,UAAA,CAAKC,KAAL,CAAWH,CAAX,EAAcC,CAAC,IAAID,CAAnB,CAAP;AACD,CAHM;;;AAIA,MAAMI,KAAK,GAAGL,GAAd;;;AACA,MAAMM,GAAG,GAAIC,CAAD,IAAe;EAChC;;EACA,OAAOP,GAAG,CAAC,CAACO,CAAC,CAACN,CAAJ,EAAO,CAACM,CAAC,CAACL,CAAV,CAAV;AACD,CAHM;;;;AAIA,MAAMM,GAAG,GAAG,CAACD,CAAD,EAAYE,CAAZ,KAA0B;EAC3C;;EACA,OAAOT,GAAG,CAACO,CAAC,CAACN,CAAF,GAAMQ,CAAC,CAACR,CAAT,EAAYM,CAAC,CAACL,CAAF,GAAMO,CAAC,CAACP,CAApB,CAAV;AACD,CAHM;;;;AAIA,MAAMQ,GAAG,GAAG,CAACH,CAAD,EAAYE,CAAZ,KAA0B;EAC3C;;EACA,OAAOT,GAAG,CAACO,CAAC,CAACN,CAAF,GAAMQ,CAAC,CAACR,CAAT,EAAYM,CAAC,CAACL,CAAF,GAAMO,CAAC,CAACP,CAApB,CAAV;AACD,CAHM;;;;AAIA,MAAMS,IAAI,GAAG,CAACJ,CAAD,EAAYE,CAAZ,KAA0B;EAC5C;;EACA,OAAOG,IAAI,CAACC,KAAL,CAAWN,CAAC,CAACN,CAAF,GAAMQ,CAAC,CAACR,CAAnB,EAAsBM,CAAC,CAACL,CAAF,GAAMO,CAAC,CAACP,CAA9B,CAAP;AACD,CAHM"}
1
+ {"version":3,"names":["_Skia","require","vec","x","y","Skia","Point","exports","point","neg","a","add","b","sub","dist","Math","hypot"],"sources":["Vector.ts"],"sourcesContent":["import { Skia } from \"../Skia\";\nimport type { Vector } from \"../types\";\n\nexport const vec = (x = 0, y?: number) => {\n \"worklet\";\n return Skia.Point(x, y ?? x);\n};\nexport const point = vec;\nexport const neg = (a: Vector) => {\n \"worklet\";\n return vec(-a.x, -a.y);\n};\nexport const add = (a: Vector, b: Vector) => {\n \"worklet\";\n return vec(a.x + b.x, a.y + b.y);\n};\nexport const sub = (a: Vector, b: Vector) => {\n \"worklet\";\n return vec(a.x - b.x, a.y - b.y);\n};\nexport const dist = (a: Vector, b: Vector) => {\n \"worklet\";\n return Math.hypot(a.x - b.x, a.y - b.y);\n};\n"],"mappings":";;;;;;AAAA,IAAAA,KAAA,GAAAC,OAAA;AAGO,MAAMC,GAAG,GAAGA,CAACC,CAAC,GAAG,CAAC,EAAEC,CAAU,KAAK;EACxC,SAAS;;EACT,OAAOC,UAAI,CAACC,KAAK,CAACH,CAAC,EAAEC,CAAC,aAADA,CAAC,cAADA,CAAC,GAAID,CAAC,CAAC;AAC9B,CAAC;AAACI,OAAA,CAAAL,GAAA,GAAAA,GAAA;AACK,MAAMM,KAAK,GAAAD,OAAA,CAAAC,KAAA,GAAGN,GAAG;AACjB,MAAMO,GAAG,GAAIC,CAAS,IAAK;EAChC,SAAS;;EACT,OAAOR,GAAG,CAAC,CAACQ,CAAC,CAACP,CAAC,EAAE,CAACO,CAAC,CAACN,CAAC,CAAC;AACxB,CAAC;AAACG,OAAA,CAAAE,GAAA,GAAAA,GAAA;AACK,MAAME,GAAG,GAAGA,CAACD,CAAS,EAAEE,CAAS,KAAK;EAC3C,SAAS;;EACT,OAAOV,GAAG,CAACQ,CAAC,CAACP,CAAC,GAAGS,CAAC,CAACT,CAAC,EAAEO,CAAC,CAACN,CAAC,GAAGQ,CAAC,CAACR,CAAC,CAAC;AAClC,CAAC;AAACG,OAAA,CAAAI,GAAA,GAAAA,GAAA;AACK,MAAME,GAAG,GAAGA,CAACH,CAAS,EAAEE,CAAS,KAAK;EAC3C,SAAS;;EACT,OAAOV,GAAG,CAACQ,CAAC,CAACP,CAAC,GAAGS,CAAC,CAACT,CAAC,EAAEO,CAAC,CAACN,CAAC,GAAGQ,CAAC,CAACR,CAAC,CAAC;AAClC,CAAC;AAACG,OAAA,CAAAM,GAAA,GAAAA,GAAA;AACK,MAAMC,IAAI,GAAGA,CAACJ,CAAS,EAAEE,CAAS,KAAK;EAC5C,SAAS;;EACT,OAAOG,IAAI,CAACC,KAAK,CAACN,CAAC,CAACP,CAAC,GAAGS,CAAC,CAACT,CAAC,EAAEO,CAAC,CAACN,CAAC,GAAGQ,CAAC,CAACR,CAAC,CAAC;AACzC,CAAC;AAACG,OAAA,CAAAO,IAAA,GAAAA,IAAA"}
@@ -3,9 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
-
7
6
  var _Data = require("./Data");
8
-
9
7
  Object.keys(_Data).forEach(function (key) {
10
8
  if (key === "default" || key === "__esModule") return;
11
9
  if (key in exports && exports[key] === _Data[key]) return;
@@ -16,9 +14,7 @@ Object.keys(_Data).forEach(function (key) {
16
14
  }
17
15
  });
18
16
  });
19
-
20
17
  var _Font = require("./Font");
21
-
22
18
  Object.keys(_Font).forEach(function (key) {
23
19
  if (key === "default" || key === "__esModule") return;
24
20
  if (key in exports && exports[key] === _Font[key]) return;
@@ -29,9 +25,7 @@ Object.keys(_Font).forEach(function (key) {
29
25
  }
30
26
  });
31
27
  });
32
-
33
28
  var _Typeface = require("./Typeface");
34
-
35
29
  Object.keys(_Typeface).forEach(function (key) {
36
30
  if (key === "default" || key === "__esModule") return;
37
31
  if (key in exports && exports[key] === _Typeface[key]) return;
@@ -42,9 +36,7 @@ Object.keys(_Typeface).forEach(function (key) {
42
36
  }
43
37
  });
44
38
  });
45
-
46
39
  var _Image = require("./Image");
47
-
48
40
  Object.keys(_Image).forEach(function (key) {
49
41
  if (key === "default" || key === "__esModule") return;
50
42
  if (key in exports && exports[key] === _Image[key]) return;
@@ -55,9 +47,7 @@ Object.keys(_Image).forEach(function (key) {
55
47
  }
56
48
  });
57
49
  });
58
-
59
50
  var _AnimatedImage = require("./AnimatedImage");
60
-
61
51
  Object.keys(_AnimatedImage).forEach(function (key) {
62
52
  if (key === "default" || key === "__esModule") return;
63
53
  if (key in exports && exports[key] === _AnimatedImage[key]) return;
@@ -68,9 +58,7 @@ Object.keys(_AnimatedImage).forEach(function (key) {
68
58
  }
69
59
  });
70
60
  });
71
-
72
61
  var _Picture = require("./Picture");
73
-
74
62
  Object.keys(_Picture).forEach(function (key) {
75
63
  if (key === "default" || key === "__esModule") return;
76
64
  if (key in exports && exports[key] === _Picture[key]) return;
@@ -81,9 +69,7 @@ Object.keys(_Picture).forEach(function (key) {
81
69
  }
82
70
  });
83
71
  });
84
-
85
72
  var _SVG = require("./SVG");
86
-
87
73
  Object.keys(_SVG).forEach(function (key) {
88
74
  if (key === "default" || key === "__esModule") return;
89
75
  if (key in exports && exports[key] === _SVG[key]) return;
@@ -94,9 +80,7 @@ Object.keys(_SVG).forEach(function (key) {
94
80
  }
95
81
  });
96
82
  });
97
-
98
83
  var _Vector = require("./Vector");
99
-
100
84
  Object.keys(_Vector).forEach(function (key) {
101
85
  if (key === "default" || key === "__esModule") return;
102
86
  if (key in exports && exports[key] === _Vector[key]) return;
@@ -107,9 +91,7 @@ Object.keys(_Vector).forEach(function (key) {
107
91
  }
108
92
  });
109
93
  });
110
-
111
94
  var _Rect = require("./Rect");
112
-
113
95
  Object.keys(_Rect).forEach(function (key) {
114
96
  if (key === "default" || key === "__esModule") return;
115
97
  if (key in exports && exports[key] === _Rect[key]) return;
@@ -120,9 +102,7 @@ Object.keys(_Rect).forEach(function (key) {
120
102
  }
121
103
  });
122
104
  });
123
-
124
105
  var _RRect = require("./RRect");
125
-
126
106
  Object.keys(_RRect).forEach(function (key) {
127
107
  if (key === "default" || key === "__esModule") return;
128
108
  if (key in exports && exports[key] === _RRect[key]) return;
@@ -133,9 +113,7 @@ Object.keys(_RRect).forEach(function (key) {
133
113
  }
134
114
  });
135
115
  });
136
-
137
116
  var _Matrix = require("./Matrix");
138
-
139
117
  Object.keys(_Matrix).forEach(function (key) {
140
118
  if (key === "default" || key === "__esModule") return;
141
119
  if (key in exports && exports[key] === _Matrix[key]) return;
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export * from \"./Data\";\nexport * from \"./Font\";\nexport * from \"./Typeface\";\nexport * from \"./Image\";\nexport * from \"./AnimatedImage\";\nexport * from \"./Picture\";\nexport * from \"./SVG\";\nexport * from \"./Vector\";\nexport * from \"./Rect\";\nexport * from \"./RRect\";\nexport * from \"./Matrix\";\n"],"mappings":";;;;;;AAAA;;AAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AACA;;AAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AACA;;AAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AACA;;AAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AACA;;AAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AACA;;AAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AACA;;AAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AACA;;AAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AACA;;AAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AACA;;AAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AACA;;AAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA"}
1
+ {"version":3,"names":["_Data","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_Font","_Typeface","_Image","_AnimatedImage","_Picture","_SVG","_Vector","_Rect","_RRect","_Matrix"],"sources":["index.ts"],"sourcesContent":["export * from \"./Data\";\nexport * from \"./Font\";\nexport * from \"./Typeface\";\nexport * from \"./Image\";\nexport * from \"./AnimatedImage\";\nexport * from \"./Picture\";\nexport * from \"./SVG\";\nexport * from \"./Vector\";\nexport * from \"./Rect\";\nexport * from \"./RRect\";\nexport * from \"./Matrix\";\n"],"mappings":"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"}
@@ -12,11 +12,8 @@ Object.defineProperty(exports, "Skia", {
12
12
  return _Skia.Skia;
13
13
  }
14
14
  });
15
-
16
15
  var _Skia = require("./Skia");
17
-
18
16
  var _core = require("./core");
19
-
20
17
  Object.keys(_core).forEach(function (key) {
21
18
  if (key === "default" || key === "__esModule") return;
22
19
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
@@ -28,9 +25,7 @@ Object.keys(_core).forEach(function (key) {
28
25
  }
29
26
  });
30
27
  });
31
-
32
28
  var _types = require("./types");
33
-
34
29
  Object.keys(_types).forEach(function (key) {
35
30
  if (key === "default" || key === "__esModule") return;
36
31
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export { Skia } from \"./Skia\";\nexport * from \"./core\";\nexport * from \"./types\";\n"],"mappings":";;;;;;;;;;;;;;;AAAA;;AACA;;AAAA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AACA;;AAAA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA"}
1
+ {"version":3,"names":["_Skia","require","_core","Object","keys","forEach","key","prototype","hasOwnProperty","call","_exportNames","exports","defineProperty","enumerable","get","_types"],"sources":["index.ts"],"sourcesContent":["export { Skia } from \"./Skia\";\nexport * from \"./core\";\nexport * from \"./types\";\n"],"mappings":";;;;;;;;;;;;;;AAAA,IAAAA,KAAA,GAAAC,OAAA;AACA,IAAAC,KAAA,GAAAD,OAAA;AAAAE,MAAA,CAAAC,IAAA,CAAAF,KAAA,EAAAG,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAC,YAAA,EAAAJ,GAAA;EAAA,IAAAA,GAAA,IAAAK,OAAA,IAAAA,OAAA,CAAAL,GAAA,MAAAJ,KAAA,CAAAI,GAAA;EAAAH,MAAA,CAAAS,cAAA,CAAAD,OAAA,EAAAL,GAAA;IAAAO,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAZ,KAAA,CAAAI,GAAA;IAAA;EAAA;AAAA;AACA,IAAAS,MAAA,GAAAd,OAAA;AAAAE,MAAA,CAAAC,IAAA,CAAAW,MAAA,EAAAV,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAC,YAAA,EAAAJ,GAAA;EAAA,IAAAA,GAAA,IAAAK,OAAA,IAAAA,OAAA,CAAAL,GAAA,MAAAS,MAAA,CAAAT,GAAA;EAAAH,MAAA,CAAAS,cAAA,CAAAD,OAAA,EAAAL,GAAA;IAAAO,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,MAAA,CAAAT,GAAA;IAAA;EAAA;AAAA"}
@@ -3,9 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
-
7
6
  var _AnimatedImage = require("./AnimatedImage");
8
-
9
7
  Object.keys(_AnimatedImage).forEach(function (key) {
10
8
  if (key === "default" || key === "__esModule") return;
11
9
  if (key in exports && exports[key] === _AnimatedImage[key]) return;
@@ -16,9 +14,7 @@ Object.keys(_AnimatedImage).forEach(function (key) {
16
14
  }
17
15
  });
18
16
  });
19
-
20
17
  var _AnimatedImageFactory = require("./AnimatedImageFactory");
21
-
22
18
  Object.keys(_AnimatedImageFactory).forEach(function (key) {
23
19
  if (key === "default" || key === "__esModule") return;
24
20
  if (key in exports && exports[key] === _AnimatedImageFactory[key]) return;
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export * from \"./AnimatedImage\";\nexport * from \"./AnimatedImageFactory\";\n"],"mappings":";;;;;;AAAA;;AAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AACA;;AAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA"}
1
+ {"version":3,"names":["_AnimatedImage","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_AnimatedImageFactory"],"sources":["index.ts"],"sourcesContent":["export * from \"./AnimatedImage\";\nexport * from \"./AnimatedImageFactory\";\n"],"mappings":";;;;;AAAA,IAAAA,cAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,cAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,cAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,cAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,qBAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,qBAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,qBAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,qBAAA,CAAAL,GAAA;IAAA;EAAA;AAAA"}
@@ -4,19 +4,14 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.SaveLayerFlag = exports.ClipOp = void 0;
7
- let ClipOp;
8
- exports.ClipOp = ClipOp;
9
-
10
- (function (ClipOp) {
7
+ let ClipOp = exports.ClipOp = /*#__PURE__*/function (ClipOp) {
11
8
  ClipOp[ClipOp["Difference"] = 0] = "Difference";
12
9
  ClipOp[ClipOp["Intersect"] = 1] = "Intersect";
13
- })(ClipOp || (exports.ClipOp = ClipOp = {}));
14
-
15
- let SaveLayerFlag;
16
- exports.SaveLayerFlag = SaveLayerFlag;
17
-
18
- (function (SaveLayerFlag) {
10
+ return ClipOp;
11
+ }({});
12
+ let SaveLayerFlag = exports.SaveLayerFlag = /*#__PURE__*/function (SaveLayerFlag) {
19
13
  SaveLayerFlag[SaveLayerFlag["SaveLayerInitWithPrevious"] = 4] = "SaveLayerInitWithPrevious";
20
14
  SaveLayerFlag[SaveLayerFlag["SaveLayerF16ColorType"] = 16] = "SaveLayerF16ColorType";
21
- })(SaveLayerFlag || (exports.SaveLayerFlag = SaveLayerFlag = {}));
15
+ return SaveLayerFlag;
16
+ }({});
22
17
  //# sourceMappingURL=Canvas.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["ClipOp","SaveLayerFlag"],"sources":["Canvas.ts"],"sourcesContent":["import type { SkPaint } from \"./Paint\";\nimport type { SkRect } from \"./Rect\";\nimport type { SkFont } from \"./Font\";\nimport type { SkPath } from \"./Path\";\nimport type {\n SkImage,\n MipmapMode,\n FilterMode,\n ImageInfo,\n CubicResampler,\n FilterOptions,\n} from \"./Image\";\nimport type { SkSVG } from \"./SVG\";\nimport type { SkColor } from \"./Color\";\nimport type { InputRRect } from \"./RRect\";\nimport type { BlendMode } from \"./Paint/BlendMode\";\nimport type { SkPoint, PointMode } from \"./Point\";\nimport type { InputMatrix } from \"./Matrix\";\nimport type { SkImageFilter } from \"./ImageFilter\";\nimport type { SkVertices } from \"./Vertices\";\nimport type { SkTextBlob } from \"./TextBlob\";\nimport type { SkPicture } from \"./Picture\";\nimport type { SkRSXform } from \"./RSXform\";\n\nexport enum ClipOp {\n Difference,\n Intersect,\n}\n\nexport enum SaveLayerFlag {\n SaveLayerInitWithPrevious = 1 << 2,\n SaveLayerF16ColorType = 1 << 4,\n}\n\nexport interface SkCanvas {\n /**\n * Draws the given image with its top-left corner at (left, top) using the current clip,\n * the current matrix, and optionally-provided paint.\n * @param img\n * @param left\n * @param top\n * @param paint\n */\n drawImage: (image: SkImage, x: number, y: number, paint?: SkPaint) => void;\n\n /**\n * Draws sub-rectangle src from provided image, scaled and translated to fill dst rectangle.\n * @param img\n * @param src\n * @param dest\n * @param paint\n * @param fastSample - if false, will filter strictly within src.\n */\n drawImageRect(\n img: SkImage,\n src: SkRect,\n dest: SkRect,\n paint: SkPaint,\n fastSample?: boolean\n ): void;\n\n /**\n * Draws the given image with its top-left corner at (left, top) using the current clip,\n * the current matrix. It will use the cubic sampling options B and C if necessary.\n * @param img\n * @param left\n * @param top\n * @param B - See CubicResampler in SkSamplingOptions.h for more information\n * @param C - See CubicResampler in SkSamplingOptions.h for more information\n * @param paint\n */\n drawImageCubic(\n img: SkImage,\n left: number,\n top: number,\n B: number,\n C: number,\n paint?: SkPaint | null\n ): void;\n\n /**\n * Draws the given image with its top-left corner at (left, top) using the current clip,\n * the current matrix. It will use the provided sampling options if necessary.\n * @param img\n * @param left\n * @param top\n * @param fm - The filter mode.\n * @param mm - The mipmap mode. Note: for settings other than None, the image must have mipmaps\n * calculated with makeCopyWithDefaultMipmaps;\n * @param paint\n */\n drawImageOptions(\n img: SkImage,\n left: number,\n top: number,\n fm: FilterMode,\n mm: MipmapMode,\n paint?: SkPaint | null\n ): void;\n\n /**\n * Draws the provided image stretched proportionally to fit into dst rectangle.\n * The center rectangle divides the image into nine sections: four sides, four corners, and\n * the center.\n * @param img\n * @param center\n * @param dest\n * @param filter - what technique to use when sampling the image\n * @param paint\n */\n drawImageNine(\n img: SkImage,\n center: SkRect,\n dest: SkRect,\n filter: FilterMode,\n paint?: SkPaint | null\n ): void;\n\n /**\n * Draws sub-rectangle src from provided image, scaled and translated to fill dst rectangle.\n * It will use the cubic sampling options B and C if necessary.\n * @param img\n * @param src\n * @param dest\n * @param B - See CubicResampler in SkSamplingOptions.h for more information\n * @param C - See CubicResampler in SkSamplingOptions.h for more information\n * @param paint\n */\n drawImageRectCubic(\n img: SkImage,\n src: SkRect,\n dest: SkRect,\n B: number,\n C: number,\n paint?: SkPaint | null\n ): void;\n\n /**\n * Draws sub-rectangle src from provided image, scaled and translated to fill dst rectangle.\n * It will use the provided sampling options if necessary.\n * @param img\n * @param src\n * @param dest\n * @param fm - The filter mode.\n * @param mm - The mipmap mode. Note: for settings other than None, the image must have mipmaps\n * calculated with makeCopyWithDefaultMipmaps;\n * @param paint\n */\n drawImageRectOptions(\n img: SkImage,\n src: SkRect,\n dest: SkRect,\n fm: FilterMode,\n mm: MipmapMode,\n paint?: SkPaint | null\n ): void;\n\n /** Fills clip with SkPaint paint. SkPaint components, SkShader,\n SkColorFilter, SkImageFilter, and SkBlendMode affect drawing;\n SkMaskFilter and SkPathEffect in paint are ignored.\n\n @param paint graphics state used to fill SkCanvas\n\n example: https://fiddle.skia.org/c/@Canvas_drawPaint\n */\n drawPaint: (paint: SkPaint) => void;\n\n /** Draws line segment from (x0, y0) to (x1, y1) using clip, SkMatrix, and SkPaint paint.\n In paint: SkPaint stroke width describes the line thickness;\n SkPaint::Cap draws the end rounded or square;\n SkPaint::Style is ignored, as if were set to SkPaint::kStroke_Style.\n\n @param x0 start of line segment on x-axis\n @param y0 start of line segment on y-axis\n @param x1 end of line segment on x-axis\n @param y1 end of line segment on y-axis\n @param paint stroke, blend, color, and so on, used to draw\n\n example: https://fiddle.skia.org/c/@Canvas_drawLine\n */\n drawLine: (\n x0: number,\n y0: number,\n x1: number,\n y1: number,\n paint: SkPaint\n ) => void;\n /** Draws SkRect rect using clip, SkMatrix, and SkPaint paint.\n In paint: SkPaint::Style determines if rectangle is stroked or filled;\n if stroked, SkPaint stroke width describes the line thickness, and\n SkPaint::Join draws the corners rounded or square.\n\n @param rect rectangle to draw\n @param paint stroke or fill, blend, color, and so on, used to draw\n\n example: https://fiddle.skia.org/c/@Canvas_drawRect\n */\n drawRect: (rect: SkRect, paint: SkPaint) => void;\n\n /**\n * Draws a circle at (cx, cy) with the given radius.\n * @param cx\n * @param cy\n * @param radius\n * @param paint\n */\n drawCircle(cx: number, cy: number, radius: number, paint: SkPaint): void;\n\n /**\n * Draws the given vertices (a triangle mesh) using the current clip, current matrix, and the\n * provided paint.\n * If paint contains an Shader and vertices does not contain texCoords, the shader\n * is mapped using the vertices' positions.\n * If vertices colors are defined in vertices, and Paint paint contains Shader,\n * BlendMode mode combines vertices colors with Shader.\n * @param verts\n * @param mode\n * @param paint\n */\n drawVertices(verts: SkVertices, mode: BlendMode, paint: SkPaint): void;\n\n /**\n * Draws a cubic patch defined by 12 control points [top, right, bottom, left] with optional\n * colors and shader-coordinates [4] specifed for each corner [top-left, top-right, bottom-right, bottom-left]\n * @param cubics 12 points : 4 connected cubics specifying the boundary of the patch\n * @param colors optional colors interpolated across the patch\n * @param texs optional shader coordinates interpolated across the patch\n * @param mode Specifies how shader and colors blend (if both are specified)\n * @param paint\n */\n drawPatch(\n cubics: readonly SkPoint[],\n colors?: readonly SkColor[] | null,\n texs?: readonly SkPoint[] | null,\n mode?: BlendMode | null,\n paint?: SkPaint\n ): void;\n\n /**\n * Restores state to a previous stack value.\n * @param saveCount\n */\n restoreToCount(saveCount: number): void;\n\n /**\n * Draws the given points using the current clip, current matrix, and the provided paint.\n *\n * See Canvas.h for more on the mode and its interaction with paint.\n * @param mode\n * @param points\n * @param paint\n */\n drawPoints(mode: PointMode, points: SkPoint[], paint: SkPaint): void;\n\n /** Draws arc using clip, SkMatrix, and SkPaint paint.\n\n Arc is part of oval bounded by oval, sweeping from startAngle to startAngle plus\n sweepAngle. startAngle and sweepAngle are in degrees.\n\n startAngle of zero places start point at the right middle edge of oval.\n A positive sweepAngle places arc end point clockwise from start point;\n a negative sweepAngle places arc end point counterclockwise from start point.\n sweepAngle may exceed 360 degrees, a full circle.\n If useCenter is true, draw a wedge that includes lines from oval\n center to arc end points. If useCenter is false, draw arc between end points.\n\n If SkRect oval is empty or sweepAngle is zero, nothing is drawn.\n\n @param oval SkRect bounds of oval containing arc to draw\n @param startAngle angle in degrees where arc begins\n @param sweepAngle sweep angle in degrees; positive is clockwise\n @param useCenter if true, include the center of the oval\n @param paint SkPaint stroke or fill, blend, color, and so on, used to draw\n */\n drawArc: (\n oval: SkRect,\n startAngle: number,\n sweepAngle: number,\n useCenter: boolean,\n paint: SkPaint\n ) => void;\n\n /**\n * Draws the given rectangle with rounded corners using the current clip, current matrix,\n * and the provided paint.\n * @param rrect\n * @param paint\n */\n drawRRect(rrect: InputRRect, paint: SkPaint): void;\n\n /**\n * Draws RRect outer and inner using clip, Matrix, and Paint paint.\n * outer must contain inner or the drawing is undefined.\n * @param outer\n * @param inner\n * @param paint\n */\n drawDRRect(outer: InputRRect, inner: InputRRect, paint: SkPaint): void;\n\n /**\n * Draws an oval bounded by the given rectangle using the current clip, current matrix,\n * and the provided paint.\n * @param oval\n * @param paint\n */\n drawOval(oval: SkRect, paint: SkPaint): void;\n\n /** Draws SkPath path using clip, SkMatrix, and SkPaint paint.\n SkPath contains an array of path contour, each of which may be open or closed.\n\n In paint: SkPaint::Style determines if SkRRect is stroked or filled:\n if filled, SkPath::FillType determines whether path contour describes inside or\n outside of fill; if stroked, SkPaint stroke width describes the line thickness,\n SkPaint::Cap describes line ends, and SkPaint::Join describes how\n corners are drawn.\n\n @param path SkPath to draw\n @param paint stroke, blend, color, and so on, used to draw\n\n example: https://fiddle.skia.org/c/@Canvas_drawPath\n */\n drawPath: (path: SkPath, paint: SkPaint) => void;\n\n /**\n * Draw the given text at the location (x, y) using the provided paint and font. The text will\n * be drawn as is; no shaping, left-to-right, etc.\n * @param str\n * @param x\n * @param y\n * @param paint\n * @param font\n */\n drawText(\n str: string,\n x: number,\n y: number,\n paint: SkPaint,\n font: SkFont\n ): void;\n\n /**\n * Draws the given TextBlob at (x, y) using the current clip, current matrix, and the\n * provided paint. Reminder that the fonts used to draw TextBlob are part of the blob.\n * @param blob\n * @param x\n * @param y\n * @param paint\n */\n drawTextBlob(blob: SkTextBlob, x: number, y: number, paint: SkPaint): void;\n\n /**\n * Draws a run of glyphs, at corresponding positions, in a given font.\n * @param glyphs the array of glyph IDs (Uint16TypedArray)\n * @param positions the array of x,y floats to position each glyph\n * @param x x-coordinate of the origin of the entire run\n * @param y y-coordinate of the origin of the entire run\n * @param font the font that contains the glyphs\n * @param paint\n */\n drawGlyphs(\n glyphs: number[],\n positions: SkPoint[],\n x: number,\n y: number,\n font: SkFont,\n paint: SkPaint\n ): void;\n\n /**\n * Renders the SVG Dom object to the canvas. If width/height are omitted,\n * the SVG will be rendered to fit the canvas.\n */\n drawSvg: (svgDom: SkSVG, width?: number, height?: number) => void;\n /** Saves SkMatrix and clip.\n Calling restore() discards changes to SkMatrix and clip,\n restoring the SkMatrix and clip to their state when save() was called.\n\n SkMatrix may be changed by translate(), scale(), rotate(), skew(), concat(), setMatrix(),\n and resetMatrix(). Clip may be changed by clipRect(), clipRRect(), clipPath(), clipRegion().\n\n Saved SkCanvas state is put on a stack; multiple calls to save() should be balance\n by an equal number of calls to restore().\n\n Call restoreToCount() with result to restore this and subsequent saves.\n\n @return depth of saved stack\n\n example: https://fiddle.skia.org/c/@Canvas_save\n */\n save: () => number;\n\n /**\n * Saves Matrix and clip, and allocates a SkBitmap for subsequent drawing.\n * Calling restore() discards changes to Matrix and clip, and draws the SkBitmap.\n * It returns the height of the stack.\n * See Canvas.h for more.\n * @param paint\n * @param bounds\n * @param backdrop\n * @param flags\n */\n saveLayer(\n paint?: SkPaint,\n bounds?: SkRect | null,\n backdrop?: SkImageFilter | null,\n flags?: SaveLayerFlag\n ): number;\n\n /** Removes changes to SkMatrix and clip since SkCanvas state was\n last saved. The state is removed from the stack.\n\n Does nothing if the stack is empty.\n\n example: https://fiddle.skia.org/c/@AutoCanvasRestore_restore\n\n example: https://fiddle.skia.org/c/@Canvas_restore\n */\n restore: () => void;\n\n /**\n * Rotates the current matrix by the number of degrees.\n * @param rot - angle of rotation in degrees.\n * @param rx\n * @param ry\n */\n rotate(rotationInDegrees: number, rx: number, ry: number): void;\n\n /**\n * Scales the current matrix by sx on the x-axis and sy on the y-axis.\n * @param sx\n * @param sy\n */\n scale(sx: number, sy: number): void;\n\n /**\n * Skews Matrix by sx on the x-axis and sy on the y-axis. A positive value of sx\n * skews the drawing right as y-axis values increase; a positive value of sy skews\n * the drawing down as x-axis values increase.\n * @param sx\n * @param sy\n */\n skew(sx: number, sy: number): void;\n\n /**\n * Translates Matrix by dx along the x-axis and dy along the y-axis.\n * @param dx\n * @param dy\n */\n translate(dx: number, dy: number): void;\n\n /**\n * Fills clip with the given color.\n * @param color\n * @param blendMode - defaults to SrcOver.\n */\n drawColor(color: SkColor, blendMode?: BlendMode): void;\n\n /**\n * Fills the current clip with the given color using Src BlendMode.\n * This has the effect of replacing all pixels contained by clip with color.\n * @param color\n */\n clear(color: SkColor): void;\n\n /**\n * Replaces clip with the intersection or difference of the current clip and path,\n * with an aliased or anti-aliased clip edge.\n * @param path\n * @param op\n * @param doAntiAlias\n */\n clipPath(path: SkPath, op: ClipOp, doAntiAlias: boolean): void;\n\n /**\n * Replaces clip with the intersection or difference of the current clip and rect,\n * with an aliased or anti-aliased clip edge.\n * @param rect\n * @param op\n * @param doAntiAlias\n */\n clipRect(rect: SkRect, op: ClipOp, doAntiAlias: boolean): void;\n\n /**\n * Replaces clip with the intersection or difference of the current clip and rrect,\n * with an aliased or anti-aliased clip edge.\n * @param rrect\n * @param op\n * @param doAntiAlias\n */\n clipRRect(rrect: InputRRect, op: ClipOp, doAntiAlias: boolean): void;\n\n /**\n * Replaces current matrix with m premultiplied with the existing matrix.\n * @param m\n */\n concat(m: InputMatrix): void;\n\n /**\n * Draws the given picture using the current clip, current matrix, and the provided paint.\n * @param skp\n */\n drawPicture(skp: SkPicture): void;\n\n /**\n * This method is used to draw an atlas on the canvas.\n *\n * @method drawAtlas\n * @param {SkImage} atlas - The image to be drawn.\n * @param {SkRect[]} srcs - The source rectangles.\n * @param {SkRSXform[]} dsts - The destination transformations.\n * @param {SkPaint} paint - The paint used for drawing.\n * @param {BlendMode} [blendMode] - The blend mode used for drawing. Optional.\n * @param {SkColor[]} [colors] - The colors used for drawing. Optional.\n * @param {CubicResampler | FilterOptions} [sampling] - The sampling options. Optional.\n * @returns {void} This method does not return anything.\n */\n drawAtlas(\n atlas: SkImage,\n srcs: SkRect[],\n dsts: SkRSXform[],\n paint: SkPaint,\n blendMode?: BlendMode,\n colors?: SkColor[],\n sampling?: CubicResampler | FilterOptions\n ): void;\n\n /** Read Image pixels\n *\n * @param srcX - x-axis upper left corner of the rectangle to read from\n * @param srcY - y-axis upper left corner of the rectangle to read from\n * @param imageInfo - describes the pixel format and dimensions of the data to read into\n * @return Float32Array or Uint8Array with data or null if the read failed.\n */\n readPixels(\n srcX: number,\n srcY: number,\n imageInfo: ImageInfo\n ): Float32Array | Uint8Array | null;\n}\n"],"mappings":";;;;;;IAwBYA,M;;;WAAAA,M;EAAAA,M,CAAAA,M;EAAAA,M,CAAAA,M;GAAAA,M,sBAAAA,M;;IAKAC,a;;;WAAAA,a;EAAAA,a,CAAAA,a;EAAAA,a,CAAAA,a;GAAAA,a,6BAAAA,a"}
1
+ {"version":3,"names":["ClipOp","exports","SaveLayerFlag"],"sources":["Canvas.ts"],"sourcesContent":["import type { SkPaint } from \"./Paint\";\nimport type { SkRect } from \"./Rect\";\nimport type { SkFont } from \"./Font\";\nimport type { SkPath } from \"./Path\";\nimport type {\n SkImage,\n MipmapMode,\n FilterMode,\n ImageInfo,\n CubicResampler,\n FilterOptions,\n} from \"./Image\";\nimport type { SkSVG } from \"./SVG\";\nimport type { SkColor } from \"./Color\";\nimport type { InputRRect } from \"./RRect\";\nimport type { BlendMode } from \"./Paint/BlendMode\";\nimport type { SkPoint, PointMode } from \"./Point\";\nimport type { InputMatrix } from \"./Matrix\";\nimport type { SkImageFilter } from \"./ImageFilter\";\nimport type { SkVertices } from \"./Vertices\";\nimport type { SkTextBlob } from \"./TextBlob\";\nimport type { SkPicture } from \"./Picture\";\nimport type { SkRSXform } from \"./RSXform\";\n\nexport enum ClipOp {\n Difference,\n Intersect,\n}\n\nexport enum SaveLayerFlag {\n SaveLayerInitWithPrevious = 1 << 2,\n SaveLayerF16ColorType = 1 << 4,\n}\n\nexport interface SkCanvas {\n /**\n * Draws the given image with its top-left corner at (left, top) using the current clip,\n * the current matrix, and optionally-provided paint.\n * @param img\n * @param left\n * @param top\n * @param paint\n */\n drawImage: (image: SkImage, x: number, y: number, paint?: SkPaint) => void;\n\n /**\n * Draws sub-rectangle src from provided image, scaled and translated to fill dst rectangle.\n * @param img\n * @param src\n * @param dest\n * @param paint\n * @param fastSample - if false, will filter strictly within src.\n */\n drawImageRect(\n img: SkImage,\n src: SkRect,\n dest: SkRect,\n paint: SkPaint,\n fastSample?: boolean\n ): void;\n\n /**\n * Draws the given image with its top-left corner at (left, top) using the current clip,\n * the current matrix. It will use the cubic sampling options B and C if necessary.\n * @param img\n * @param left\n * @param top\n * @param B - See CubicResampler in SkSamplingOptions.h for more information\n * @param C - See CubicResampler in SkSamplingOptions.h for more information\n * @param paint\n */\n drawImageCubic(\n img: SkImage,\n left: number,\n top: number,\n B: number,\n C: number,\n paint?: SkPaint | null\n ): void;\n\n /**\n * Draws the given image with its top-left corner at (left, top) using the current clip,\n * the current matrix. It will use the provided sampling options if necessary.\n * @param img\n * @param left\n * @param top\n * @param fm - The filter mode.\n * @param mm - The mipmap mode. Note: for settings other than None, the image must have mipmaps\n * calculated with makeCopyWithDefaultMipmaps;\n * @param paint\n */\n drawImageOptions(\n img: SkImage,\n left: number,\n top: number,\n fm: FilterMode,\n mm: MipmapMode,\n paint?: SkPaint | null\n ): void;\n\n /**\n * Draws the provided image stretched proportionally to fit into dst rectangle.\n * The center rectangle divides the image into nine sections: four sides, four corners, and\n * the center.\n * @param img\n * @param center\n * @param dest\n * @param filter - what technique to use when sampling the image\n * @param paint\n */\n drawImageNine(\n img: SkImage,\n center: SkRect,\n dest: SkRect,\n filter: FilterMode,\n paint?: SkPaint | null\n ): void;\n\n /**\n * Draws sub-rectangle src from provided image, scaled and translated to fill dst rectangle.\n * It will use the cubic sampling options B and C if necessary.\n * @param img\n * @param src\n * @param dest\n * @param B - See CubicResampler in SkSamplingOptions.h for more information\n * @param C - See CubicResampler in SkSamplingOptions.h for more information\n * @param paint\n */\n drawImageRectCubic(\n img: SkImage,\n src: SkRect,\n dest: SkRect,\n B: number,\n C: number,\n paint?: SkPaint | null\n ): void;\n\n /**\n * Draws sub-rectangle src from provided image, scaled and translated to fill dst rectangle.\n * It will use the provided sampling options if necessary.\n * @param img\n * @param src\n * @param dest\n * @param fm - The filter mode.\n * @param mm - The mipmap mode. Note: for settings other than None, the image must have mipmaps\n * calculated with makeCopyWithDefaultMipmaps;\n * @param paint\n */\n drawImageRectOptions(\n img: SkImage,\n src: SkRect,\n dest: SkRect,\n fm: FilterMode,\n mm: MipmapMode,\n paint?: SkPaint | null\n ): void;\n\n /** Fills clip with SkPaint paint. SkPaint components, SkShader,\n SkColorFilter, SkImageFilter, and SkBlendMode affect drawing;\n SkMaskFilter and SkPathEffect in paint are ignored.\n\n @param paint graphics state used to fill SkCanvas\n\n example: https://fiddle.skia.org/c/@Canvas_drawPaint\n */\n drawPaint: (paint: SkPaint) => void;\n\n /** Draws line segment from (x0, y0) to (x1, y1) using clip, SkMatrix, and SkPaint paint.\n In paint: SkPaint stroke width describes the line thickness;\n SkPaint::Cap draws the end rounded or square;\n SkPaint::Style is ignored, as if were set to SkPaint::kStroke_Style.\n\n @param x0 start of line segment on x-axis\n @param y0 start of line segment on y-axis\n @param x1 end of line segment on x-axis\n @param y1 end of line segment on y-axis\n @param paint stroke, blend, color, and so on, used to draw\n\n example: https://fiddle.skia.org/c/@Canvas_drawLine\n */\n drawLine: (\n x0: number,\n y0: number,\n x1: number,\n y1: number,\n paint: SkPaint\n ) => void;\n /** Draws SkRect rect using clip, SkMatrix, and SkPaint paint.\n In paint: SkPaint::Style determines if rectangle is stroked or filled;\n if stroked, SkPaint stroke width describes the line thickness, and\n SkPaint::Join draws the corners rounded or square.\n\n @param rect rectangle to draw\n @param paint stroke or fill, blend, color, and so on, used to draw\n\n example: https://fiddle.skia.org/c/@Canvas_drawRect\n */\n drawRect: (rect: SkRect, paint: SkPaint) => void;\n\n /**\n * Draws a circle at (cx, cy) with the given radius.\n * @param cx\n * @param cy\n * @param radius\n * @param paint\n */\n drawCircle(cx: number, cy: number, radius: number, paint: SkPaint): void;\n\n /**\n * Draws the given vertices (a triangle mesh) using the current clip, current matrix, and the\n * provided paint.\n * If paint contains an Shader and vertices does not contain texCoords, the shader\n * is mapped using the vertices' positions.\n * If vertices colors are defined in vertices, and Paint paint contains Shader,\n * BlendMode mode combines vertices colors with Shader.\n * @param verts\n * @param mode\n * @param paint\n */\n drawVertices(verts: SkVertices, mode: BlendMode, paint: SkPaint): void;\n\n /**\n * Draws a cubic patch defined by 12 control points [top, right, bottom, left] with optional\n * colors and shader-coordinates [4] specifed for each corner [top-left, top-right, bottom-right, bottom-left]\n * @param cubics 12 points : 4 connected cubics specifying the boundary of the patch\n * @param colors optional colors interpolated across the patch\n * @param texs optional shader coordinates interpolated across the patch\n * @param mode Specifies how shader and colors blend (if both are specified)\n * @param paint\n */\n drawPatch(\n cubics: readonly SkPoint[],\n colors?: readonly SkColor[] | null,\n texs?: readonly SkPoint[] | null,\n mode?: BlendMode | null,\n paint?: SkPaint\n ): void;\n\n /**\n * Restores state to a previous stack value.\n * @param saveCount\n */\n restoreToCount(saveCount: number): void;\n\n /**\n * Draws the given points using the current clip, current matrix, and the provided paint.\n *\n * See Canvas.h for more on the mode and its interaction with paint.\n * @param mode\n * @param points\n * @param paint\n */\n drawPoints(mode: PointMode, points: SkPoint[], paint: SkPaint): void;\n\n /** Draws arc using clip, SkMatrix, and SkPaint paint.\n\n Arc is part of oval bounded by oval, sweeping from startAngle to startAngle plus\n sweepAngle. startAngle and sweepAngle are in degrees.\n\n startAngle of zero places start point at the right middle edge of oval.\n A positive sweepAngle places arc end point clockwise from start point;\n a negative sweepAngle places arc end point counterclockwise from start point.\n sweepAngle may exceed 360 degrees, a full circle.\n If useCenter is true, draw a wedge that includes lines from oval\n center to arc end points. If useCenter is false, draw arc between end points.\n\n If SkRect oval is empty or sweepAngle is zero, nothing is drawn.\n\n @param oval SkRect bounds of oval containing arc to draw\n @param startAngle angle in degrees where arc begins\n @param sweepAngle sweep angle in degrees; positive is clockwise\n @param useCenter if true, include the center of the oval\n @param paint SkPaint stroke or fill, blend, color, and so on, used to draw\n */\n drawArc: (\n oval: SkRect,\n startAngle: number,\n sweepAngle: number,\n useCenter: boolean,\n paint: SkPaint\n ) => void;\n\n /**\n * Draws the given rectangle with rounded corners using the current clip, current matrix,\n * and the provided paint.\n * @param rrect\n * @param paint\n */\n drawRRect(rrect: InputRRect, paint: SkPaint): void;\n\n /**\n * Draws RRect outer and inner using clip, Matrix, and Paint paint.\n * outer must contain inner or the drawing is undefined.\n * @param outer\n * @param inner\n * @param paint\n */\n drawDRRect(outer: InputRRect, inner: InputRRect, paint: SkPaint): void;\n\n /**\n * Draws an oval bounded by the given rectangle using the current clip, current matrix,\n * and the provided paint.\n * @param oval\n * @param paint\n */\n drawOval(oval: SkRect, paint: SkPaint): void;\n\n /** Draws SkPath path using clip, SkMatrix, and SkPaint paint.\n SkPath contains an array of path contour, each of which may be open or closed.\n\n In paint: SkPaint::Style determines if SkRRect is stroked or filled:\n if filled, SkPath::FillType determines whether path contour describes inside or\n outside of fill; if stroked, SkPaint stroke width describes the line thickness,\n SkPaint::Cap describes line ends, and SkPaint::Join describes how\n corners are drawn.\n\n @param path SkPath to draw\n @param paint stroke, blend, color, and so on, used to draw\n\n example: https://fiddle.skia.org/c/@Canvas_drawPath\n */\n drawPath: (path: SkPath, paint: SkPaint) => void;\n\n /**\n * Draw the given text at the location (x, y) using the provided paint and font. The text will\n * be drawn as is; no shaping, left-to-right, etc.\n * @param str\n * @param x\n * @param y\n * @param paint\n * @param font\n */\n drawText(\n str: string,\n x: number,\n y: number,\n paint: SkPaint,\n font: SkFont\n ): void;\n\n /**\n * Draws the given TextBlob at (x, y) using the current clip, current matrix, and the\n * provided paint. Reminder that the fonts used to draw TextBlob are part of the blob.\n * @param blob\n * @param x\n * @param y\n * @param paint\n */\n drawTextBlob(blob: SkTextBlob, x: number, y: number, paint: SkPaint): void;\n\n /**\n * Draws a run of glyphs, at corresponding positions, in a given font.\n * @param glyphs the array of glyph IDs (Uint16TypedArray)\n * @param positions the array of x,y floats to position each glyph\n * @param x x-coordinate of the origin of the entire run\n * @param y y-coordinate of the origin of the entire run\n * @param font the font that contains the glyphs\n * @param paint\n */\n drawGlyphs(\n glyphs: number[],\n positions: SkPoint[],\n x: number,\n y: number,\n font: SkFont,\n paint: SkPaint\n ): void;\n\n /**\n * Renders the SVG Dom object to the canvas. If width/height are omitted,\n * the SVG will be rendered to fit the canvas.\n */\n drawSvg: (svgDom: SkSVG, width?: number, height?: number) => void;\n /** Saves SkMatrix and clip.\n Calling restore() discards changes to SkMatrix and clip,\n restoring the SkMatrix and clip to their state when save() was called.\n\n SkMatrix may be changed by translate(), scale(), rotate(), skew(), concat(), setMatrix(),\n and resetMatrix(). Clip may be changed by clipRect(), clipRRect(), clipPath(), clipRegion().\n\n Saved SkCanvas state is put on a stack; multiple calls to save() should be balance\n by an equal number of calls to restore().\n\n Call restoreToCount() with result to restore this and subsequent saves.\n\n @return depth of saved stack\n\n example: https://fiddle.skia.org/c/@Canvas_save\n */\n save: () => number;\n\n /**\n * Saves Matrix and clip, and allocates a SkBitmap for subsequent drawing.\n * Calling restore() discards changes to Matrix and clip, and draws the SkBitmap.\n * It returns the height of the stack.\n * See Canvas.h for more.\n * @param paint\n * @param bounds\n * @param backdrop\n * @param flags\n */\n saveLayer(\n paint?: SkPaint,\n bounds?: SkRect | null,\n backdrop?: SkImageFilter | null,\n flags?: SaveLayerFlag\n ): number;\n\n /** Removes changes to SkMatrix and clip since SkCanvas state was\n last saved. The state is removed from the stack.\n\n Does nothing if the stack is empty.\n\n example: https://fiddle.skia.org/c/@AutoCanvasRestore_restore\n\n example: https://fiddle.skia.org/c/@Canvas_restore\n */\n restore: () => void;\n\n /**\n * Rotates the current matrix by the number of degrees.\n * @param rot - angle of rotation in degrees.\n * @param rx\n * @param ry\n */\n rotate(rotationInDegrees: number, rx: number, ry: number): void;\n\n /**\n * Scales the current matrix by sx on the x-axis and sy on the y-axis.\n * @param sx\n * @param sy\n */\n scale(sx: number, sy: number): void;\n\n /**\n * Skews Matrix by sx on the x-axis and sy on the y-axis. A positive value of sx\n * skews the drawing right as y-axis values increase; a positive value of sy skews\n * the drawing down as x-axis values increase.\n * @param sx\n * @param sy\n */\n skew(sx: number, sy: number): void;\n\n /**\n * Translates Matrix by dx along the x-axis and dy along the y-axis.\n * @param dx\n * @param dy\n */\n translate(dx: number, dy: number): void;\n\n /**\n * Fills clip with the given color.\n * @param color\n * @param blendMode - defaults to SrcOver.\n */\n drawColor(color: SkColor, blendMode?: BlendMode): void;\n\n /**\n * Fills the current clip with the given color using Src BlendMode.\n * This has the effect of replacing all pixels contained by clip with color.\n * @param color\n */\n clear(color: SkColor): void;\n\n /**\n * Replaces clip with the intersection or difference of the current clip and path,\n * with an aliased or anti-aliased clip edge.\n * @param path\n * @param op\n * @param doAntiAlias\n */\n clipPath(path: SkPath, op: ClipOp, doAntiAlias: boolean): void;\n\n /**\n * Replaces clip with the intersection or difference of the current clip and rect,\n * with an aliased or anti-aliased clip edge.\n * @param rect\n * @param op\n * @param doAntiAlias\n */\n clipRect(rect: SkRect, op: ClipOp, doAntiAlias: boolean): void;\n\n /**\n * Replaces clip with the intersection or difference of the current clip and rrect,\n * with an aliased or anti-aliased clip edge.\n * @param rrect\n * @param op\n * @param doAntiAlias\n */\n clipRRect(rrect: InputRRect, op: ClipOp, doAntiAlias: boolean): void;\n\n /**\n * Replaces current matrix with m premultiplied with the existing matrix.\n * @param m\n */\n concat(m: InputMatrix): void;\n\n /**\n * Draws the given picture using the current clip, current matrix, and the provided paint.\n * @param skp\n */\n drawPicture(skp: SkPicture): void;\n\n /**\n * This method is used to draw an atlas on the canvas.\n *\n * @method drawAtlas\n * @param {SkImage} atlas - The image to be drawn.\n * @param {SkRect[]} srcs - The source rectangles.\n * @param {SkRSXform[]} dsts - The destination transformations.\n * @param {SkPaint} paint - The paint used for drawing.\n * @param {BlendMode} [blendMode] - The blend mode used for drawing. Optional.\n * @param {SkColor[]} [colors] - The colors used for drawing. Optional.\n * @param {CubicResampler | FilterOptions} [sampling] - The sampling options. Optional.\n * @returns {void} This method does not return anything.\n */\n drawAtlas(\n atlas: SkImage,\n srcs: SkRect[],\n dsts: SkRSXform[],\n paint: SkPaint,\n blendMode?: BlendMode,\n colors?: SkColor[],\n sampling?: CubicResampler | FilterOptions\n ): void;\n\n /** Read Image pixels\n *\n * @param srcX - x-axis upper left corner of the rectangle to read from\n * @param srcY - y-axis upper left corner of the rectangle to read from\n * @param imageInfo - describes the pixel format and dimensions of the data to read into\n * @return Float32Array or Uint8Array with data or null if the read failed.\n */\n readPixels(\n srcX: number,\n srcY: number,\n imageInfo: ImageInfo\n ): Float32Array | Uint8Array | null;\n}\n"],"mappings":";;;;;;IAwBYA,MAAM,GAAAC,OAAA,CAAAD,MAAA,0BAANA,MAAM;EAANA,MAAM,CAANA,MAAM;EAANA,MAAM,CAANA,MAAM;EAAA,OAANA,MAAM;AAAA;AAAA,IAKNE,aAAa,GAAAD,OAAA,CAAAC,aAAA,0BAAbA,aAAa;EAAbA,aAAa,CAAbA,aAAa;EAAbA,aAAa,CAAbA,aAAa;EAAA,OAAbA,aAAa;AAAA"}
@@ -4,8 +4,6 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.isColorFilter = void 0;
7
-
8
7
  const isColorFilter = obj => obj !== null && obj.__typename__ === "ColorFilter";
9
-
10
8
  exports.isColorFilter = isColorFilter;
11
9
  //# sourceMappingURL=ColorFilter.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["isColorFilter","obj","__typename__"],"sources":["ColorFilter.ts"],"sourcesContent":["import type { SkJSIInstance } from \"../JsiInstance\";\n\nexport const isColorFilter = (\n obj: SkJSIInstance<string> | null\n): obj is SkColorFilter => obj !== null && obj.__typename__ === \"ColorFilter\";\n\nexport type SkColorFilter = SkJSIInstance<\"ColorFilter\">;\n"],"mappings":";;;;;;;AAEO,MAAMA,aAAa,GACxBC,GAD2B,IAEFA,GAAG,KAAK,IAAR,IAAgBA,GAAG,CAACC,YAAJ,KAAqB,aAFzD"}
1
+ {"version":3,"names":["isColorFilter","obj","__typename__","exports"],"sources":["ColorFilter.ts"],"sourcesContent":["import type { SkJSIInstance } from \"../JsiInstance\";\n\nexport const isColorFilter = (\n obj: SkJSIInstance<string> | null\n): obj is SkColorFilter => obj !== null && obj.__typename__ === \"ColorFilter\";\n\nexport type SkColorFilter = SkJSIInstance<\"ColorFilter\">;\n"],"mappings":";;;;;;AAEO,MAAMA,aAAa,GACxBC,GAAiC,IACRA,GAAG,KAAK,IAAI,IAAIA,GAAG,CAACC,YAAY,KAAK,aAAa;AAACC,OAAA,CAAAH,aAAA,GAAAA,aAAA"}
@@ -3,9 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
-
7
6
  var _ColorFilter = require("./ColorFilter");
8
-
9
7
  Object.keys(_ColorFilter).forEach(function (key) {
10
8
  if (key === "default" || key === "__esModule") return;
11
9
  if (key in exports && exports[key] === _ColorFilter[key]) return;
@@ -16,9 +14,7 @@ Object.keys(_ColorFilter).forEach(function (key) {
16
14
  }
17
15
  });
18
16
  });
19
-
20
17
  var _ColorFilterFactory = require("./ColorFilterFactory");
21
-
22
18
  Object.keys(_ColorFilterFactory).forEach(function (key) {
23
19
  if (key === "default" || key === "__esModule") return;
24
20
  if (key in exports && exports[key] === _ColorFilterFactory[key]) return;
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export * from \"./ColorFilter\";\nexport * from \"./ColorFilterFactory\";\n"],"mappings":";;;;;;AAAA;;AAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AACA;;AAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA"}
1
+ {"version":3,"names":["_ColorFilter","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_ColorFilterFactory"],"sources":["index.ts"],"sourcesContent":["export * from \"./ColorFilter\";\nexport * from \"./ColorFilterFactory\";\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,mBAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,mBAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,mBAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,mBAAA,CAAAL,GAAA;IAAA;EAAA;AAAA"}
@@ -4,8 +4,6 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.isRNModule = void 0;
7
-
8
7
  const isRNModule = mod => typeof mod === "number";
9
-
10
8
  exports.isRNModule = isRNModule;
11
9
  //# sourceMappingURL=Data.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["isRNModule","mod"],"sources":["Data.ts"],"sourcesContent":["import type { SkJSIInstance } from \"../JsiInstance\";\n\nexport type SkData = SkJSIInstance<\"Data\">;\n\ntype RNModule = number;\ntype ESModule = {\n __esModule: true;\n default: string;\n};\nexport type DataModule = RNModule | ESModule;\nexport type DataSource = DataModule | string | Uint8Array;\nexport type DataSourceParam = DataSource | null | undefined;\n\nexport const isRNModule = (mod: DataModule): mod is RNModule =>\n typeof mod === \"number\";\n"],"mappings":";;;;;;;AAaO,MAAMA,UAAU,GAAIC,GAAD,IACxB,OAAOA,GAAP,KAAe,QADV"}
1
+ {"version":3,"names":["isRNModule","mod","exports"],"sources":["Data.ts"],"sourcesContent":["import type { SkJSIInstance } from \"../JsiInstance\";\n\nexport type SkData = SkJSIInstance<\"Data\">;\n\ntype RNModule = number;\ntype ESModule = {\n __esModule: true;\n default: string;\n};\nexport type DataModule = RNModule | ESModule;\nexport type DataSource = DataModule | string | Uint8Array;\nexport type DataSourceParam = DataSource | null | undefined;\n\nexport const isRNModule = (mod: DataModule): mod is RNModule =>\n typeof mod === \"number\";\n"],"mappings":";;;;;;AAaO,MAAMA,UAAU,GAAIC,GAAe,IACxC,OAAOA,GAAG,KAAK,QAAQ;AAACC,OAAA,CAAAF,UAAA,GAAAA,UAAA"}