@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
@@ -1,27 +1,22 @@
1
- export let TextDirection;
2
-
3
- (function (TextDirection) {
1
+ export let TextDirection = /*#__PURE__*/function (TextDirection) {
4
2
  TextDirection[TextDirection["RTL"] = 0] = "RTL";
5
3
  TextDirection[TextDirection["LTR"] = 1] = "LTR";
6
- })(TextDirection || (TextDirection = {}));
7
-
8
- export let TextAlign;
9
-
10
- (function (TextAlign) {
4
+ return TextDirection;
5
+ }({});
6
+ export let TextAlign = /*#__PURE__*/function (TextAlign) {
11
7
  TextAlign[TextAlign["Left"] = 0] = "Left";
12
8
  TextAlign[TextAlign["Right"] = 1] = "Right";
13
9
  TextAlign[TextAlign["Center"] = 2] = "Center";
14
10
  TextAlign[TextAlign["Justify"] = 3] = "Justify";
15
11
  TextAlign[TextAlign["Start"] = 4] = "Start";
16
12
  TextAlign[TextAlign["End"] = 5] = "End";
17
- })(TextAlign || (TextAlign = {}));
18
-
19
- export let TextHeightBehavior;
20
-
21
- (function (TextHeightBehavior) {
13
+ return TextAlign;
14
+ }({});
15
+ export let TextHeightBehavior = /*#__PURE__*/function (TextHeightBehavior) {
22
16
  TextHeightBehavior[TextHeightBehavior["All"] = 0] = "All";
23
17
  TextHeightBehavior[TextHeightBehavior["DisableFirstAscent"] = 1] = "DisableFirstAscent";
24
18
  TextHeightBehavior[TextHeightBehavior["DisableLastDescent"] = 2] = "DisableLastDescent";
25
19
  TextHeightBehavior[TextHeightBehavior["DisableAll"] = 3] = "DisableAll";
26
- })(TextHeightBehavior || (TextHeightBehavior = {}));
20
+ return TextHeightBehavior;
21
+ }({});
27
22
  //# sourceMappingURL=ParagraphStyle.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["TextDirection","TextAlign","TextHeightBehavior"],"sources":["ParagraphStyle.ts"],"sourcesContent":["import type { SkTextFontStyle, SkTextStyle } from \"./TextStyle\";\n\nexport enum TextDirection {\n RTL = 0,\n LTR = 1,\n}\nexport enum TextAlign {\n Left = 0,\n Right,\n Center,\n Justify,\n Start,\n End,\n}\n\nexport interface SkStrutStyle {\n strutEnabled?: boolean;\n fontFamilies?: string[];\n fontStyle?: SkTextFontStyle;\n fontSize?: number;\n heightMultiplier?: number;\n halfLeading?: boolean;\n leading?: number;\n forceStrutHeight?: boolean;\n}\n\nexport enum TextHeightBehavior {\n All = 0x0,\n DisableFirstAscent = 0x1,\n DisableLastDescent = 0x2,\n DisableAll = 0x1 | 0x2,\n}\n\nexport interface SkParagraphStyle {\n disableHinting?: boolean;\n ellipsis?: string;\n heightMultiplier?: number;\n maxLines?: number;\n replaceTabCharacters?: boolean;\n strutStyle?: SkStrutStyle;\n textAlign?: TextAlign;\n textDirection?: TextDirection;\n textHeightBehavior?: TextHeightBehavior;\n textStyle?: SkTextStyle;\n}\n"],"mappings":"AAEA,WAAYA,aAAZ;;WAAYA,a;EAAAA,a,CAAAA,a;EAAAA,a,CAAAA,a;GAAAA,a,KAAAA,a;;AAIZ,WAAYC,SAAZ;;WAAYA,S;EAAAA,S,CAAAA,S;EAAAA,S,CAAAA,S;EAAAA,S,CAAAA,S;EAAAA,S,CAAAA,S;EAAAA,S,CAAAA,S;EAAAA,S,CAAAA,S;GAAAA,S,KAAAA,S;;AAoBZ,WAAYC,kBAAZ;;WAAYA,kB;EAAAA,kB,CAAAA,kB;EAAAA,kB,CAAAA,kB;EAAAA,kB,CAAAA,kB;EAAAA,kB,CAAAA,kB;GAAAA,kB,KAAAA,kB"}
1
+ {"version":3,"names":["TextDirection","TextAlign","TextHeightBehavior"],"sources":["ParagraphStyle.ts"],"sourcesContent":["import type { SkTextFontStyle, SkTextStyle } from \"./TextStyle\";\n\nexport enum TextDirection {\n RTL = 0,\n LTR = 1,\n}\nexport enum TextAlign {\n Left = 0,\n Right,\n Center,\n Justify,\n Start,\n End,\n}\n\nexport interface SkStrutStyle {\n strutEnabled?: boolean;\n fontFamilies?: string[];\n fontStyle?: SkTextFontStyle;\n fontSize?: number;\n heightMultiplier?: number;\n halfLeading?: boolean;\n leading?: number;\n forceStrutHeight?: boolean;\n}\n\nexport enum TextHeightBehavior {\n All = 0x0,\n DisableFirstAscent = 0x1,\n DisableLastDescent = 0x2,\n DisableAll = 0x1 | 0x2,\n}\n\nexport interface SkParagraphStyle {\n disableHinting?: boolean;\n ellipsis?: string;\n heightMultiplier?: number;\n maxLines?: number;\n replaceTabCharacters?: boolean;\n strutStyle?: SkStrutStyle;\n textAlign?: TextAlign;\n textDirection?: TextDirection;\n textHeightBehavior?: TextHeightBehavior;\n textStyle?: SkTextStyle;\n}\n"],"mappings":"AAEA,WAAYA,aAAa,0BAAbA,aAAa;EAAbA,aAAa,CAAbA,aAAa;EAAbA,aAAa,CAAbA,aAAa;EAAA,OAAbA,aAAa;AAAA;AAIzB,WAAYC,SAAS,0BAATA,SAAS;EAATA,SAAS,CAATA,SAAS;EAATA,SAAS,CAATA,SAAS;EAATA,SAAS,CAATA,SAAS;EAATA,SAAS,CAATA,SAAS;EAATA,SAAS,CAATA,SAAS;EAATA,SAAS,CAATA,SAAS;EAAA,OAATA,SAAS;AAAA;AAoBrB,WAAYC,kBAAkB,0BAAlBA,kBAAkB;EAAlBA,kBAAkB,CAAlBA,kBAAkB;EAAlBA,kBAAkB,CAAlBA,kBAAkB;EAAlBA,kBAAkB,CAAlBA,kBAAkB;EAAlBA,kBAAkB,CAAlBA,kBAAkB;EAAA,OAAlBA,kBAAkB;AAAA"}
@@ -1,26 +1,21 @@
1
- export let TextDecoration;
2
-
3
- (function (TextDecoration) {
1
+ export let TextDecoration = /*#__PURE__*/function (TextDecoration) {
4
2
  TextDecoration[TextDecoration["NoDecoration"] = 0] = "NoDecoration";
5
3
  TextDecoration[TextDecoration["Underline"] = 1] = "Underline";
6
4
  TextDecoration[TextDecoration["Overline"] = 2] = "Overline";
7
5
  TextDecoration[TextDecoration["LineThrough"] = 4] = "LineThrough";
8
- })(TextDecoration || (TextDecoration = {}));
9
-
10
- export let TextDecorationStyle;
11
-
12
- (function (TextDecorationStyle) {
6
+ return TextDecoration;
7
+ }({});
8
+ export let TextDecorationStyle = /*#__PURE__*/function (TextDecorationStyle) {
13
9
  TextDecorationStyle[TextDecorationStyle["Solid"] = 0] = "Solid";
14
10
  TextDecorationStyle[TextDecorationStyle["Double"] = 1] = "Double";
15
11
  TextDecorationStyle[TextDecorationStyle["Dotted"] = 2] = "Dotted";
16
12
  TextDecorationStyle[TextDecorationStyle["Dashed"] = 3] = "Dashed";
17
13
  TextDecorationStyle[TextDecorationStyle["Wavy"] = 4] = "Wavy";
18
- })(TextDecorationStyle || (TextDecorationStyle = {}));
19
-
20
- export let TextBaseline;
21
-
22
- (function (TextBaseline) {
14
+ return TextDecorationStyle;
15
+ }({});
16
+ export let TextBaseline = /*#__PURE__*/function (TextBaseline) {
23
17
  TextBaseline[TextBaseline["Alphabetic"] = 0] = "Alphabetic";
24
18
  TextBaseline[TextBaseline["Ideographic"] = 1] = "Ideographic";
25
- })(TextBaseline || (TextBaseline = {}));
19
+ return TextBaseline;
20
+ }({});
26
21
  //# sourceMappingURL=TextStyle.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["TextDecoration","TextDecorationStyle","TextBaseline"],"sources":["TextStyle.ts"],"sourcesContent":["import type { SkColor } from \"../Color\";\nimport type { FontSlant, FontWeight, FontWidth } from \"../Font\";\nimport type { SkPoint } from \"../Point\";\n\nexport enum TextDecoration {\n NoDecoration = 0x0,\n Underline = 0x1,\n Overline = 0x2,\n LineThrough = 0x4,\n}\n\nexport enum TextDecorationStyle {\n Solid = 0,\n Double,\n Dotted,\n Dashed,\n Wavy,\n}\n\nexport interface SkTextShadow {\n color?: SkColor;\n /**\n * 2d array for x and y offset. Defaults to [0, 0]\n */\n offset?: SkPoint;\n blurRadius?: number;\n}\n\nexport interface SkTextFontFeatures {\n name: string;\n value: number;\n}\n\nexport interface SkTextFontStyle {\n weight?: FontWeight;\n width?: FontWidth;\n slant?: FontSlant;\n}\n\nexport interface SkTextFontVariations {\n axis: string;\n value: number;\n}\n\nexport enum TextBaseline {\n Alphabetic = 0,\n Ideographic,\n}\n\nexport interface SkTextStyle {\n backgroundColor?: SkColor;\n color?: SkColor;\n decoration?: number;\n decorationColor?: SkColor;\n decorationThickness?: number;\n decorationStyle?: TextDecoration;\n fontFamilies?: string[];\n fontFeatures?: SkTextFontFeatures[];\n fontSize?: number;\n fontStyle?: SkTextFontStyle;\n fontVariations?: SkTextFontVariations[];\n foregroundColor?: SkColor;\n heightMultiplier?: number;\n halfLeading?: boolean;\n letterSpacing?: number;\n locale?: string;\n shadows?: SkTextShadow[];\n textBaseline?: TextBaseline;\n wordSpacing?: number;\n}\n"],"mappings":"AAIA,WAAYA,cAAZ;;WAAYA,c;EAAAA,c,CAAAA,c;EAAAA,c,CAAAA,c;EAAAA,c,CAAAA,c;EAAAA,c,CAAAA,c;GAAAA,c,KAAAA,c;;AAOZ,WAAYC,mBAAZ;;WAAYA,mB;EAAAA,mB,CAAAA,mB;EAAAA,mB,CAAAA,mB;EAAAA,mB,CAAAA,mB;EAAAA,mB,CAAAA,mB;EAAAA,mB,CAAAA,mB;GAAAA,mB,KAAAA,mB;;AAiCZ,WAAYC,YAAZ;;WAAYA,Y;EAAAA,Y,CAAAA,Y;EAAAA,Y,CAAAA,Y;GAAAA,Y,KAAAA,Y"}
1
+ {"version":3,"names":["TextDecoration","TextDecorationStyle","TextBaseline"],"sources":["TextStyle.ts"],"sourcesContent":["import type { SkColor } from \"../Color\";\nimport type { FontSlant, FontWeight, FontWidth } from \"../Font\";\nimport type { SkPoint } from \"../Point\";\n\nexport enum TextDecoration {\n NoDecoration = 0x0,\n Underline = 0x1,\n Overline = 0x2,\n LineThrough = 0x4,\n}\n\nexport enum TextDecorationStyle {\n Solid = 0,\n Double,\n Dotted,\n Dashed,\n Wavy,\n}\n\nexport interface SkTextShadow {\n color?: SkColor;\n /**\n * 2d array for x and y offset. Defaults to [0, 0]\n */\n offset?: SkPoint;\n blurRadius?: number;\n}\n\nexport interface SkTextFontFeatures {\n name: string;\n value: number;\n}\n\nexport interface SkTextFontStyle {\n weight?: FontWeight;\n width?: FontWidth;\n slant?: FontSlant;\n}\n\nexport interface SkTextFontVariations {\n axis: string;\n value: number;\n}\n\nexport enum TextBaseline {\n Alphabetic = 0,\n Ideographic,\n}\n\nexport interface SkTextStyle {\n backgroundColor?: SkColor;\n color?: SkColor;\n decoration?: number;\n decorationColor?: SkColor;\n decorationThickness?: number;\n decorationStyle?: TextDecoration;\n fontFamilies?: string[];\n fontFeatures?: SkTextFontFeatures[];\n fontSize?: number;\n fontStyle?: SkTextFontStyle;\n fontVariations?: SkTextFontVariations[];\n foregroundColor?: SkColor;\n heightMultiplier?: number;\n halfLeading?: boolean;\n letterSpacing?: number;\n locale?: string;\n shadows?: SkTextShadow[];\n textBaseline?: TextBaseline;\n wordSpacing?: number;\n}\n"],"mappings":"AAIA,WAAYA,cAAc,0BAAdA,cAAc;EAAdA,cAAc,CAAdA,cAAc;EAAdA,cAAc,CAAdA,cAAc;EAAdA,cAAc,CAAdA,cAAc;EAAdA,cAAc,CAAdA,cAAc;EAAA,OAAdA,cAAc;AAAA;AAO1B,WAAYC,mBAAmB,0BAAnBA,mBAAmB;EAAnBA,mBAAmB,CAAnBA,mBAAmB;EAAnBA,mBAAmB,CAAnBA,mBAAmB;EAAnBA,mBAAmB,CAAnBA,mBAAmB;EAAnBA,mBAAmB,CAAnBA,mBAAmB;EAAnBA,mBAAmB,CAAnBA,mBAAmB;EAAA,OAAnBA,mBAAmB;AAAA;AAiC/B,WAAYC,YAAY,0BAAZA,YAAY;EAAZA,YAAY,CAAZA,YAAY;EAAZA,YAAY,CAAZA,YAAY;EAAA,OAAZA,YAAY;AAAA"}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export * from \"./TypefaceFontProvider\";\nexport * from \"./TypefaceFontProviderFactory\";\nexport * from \"./Paragraph\";\nexport * from \"./ParagraphBuilder\";\nexport * from \"./ParagraphStyle\";\nexport * from \"./TextStyle\";\n"],"mappings":"AAAA,cAAc,wBAAd;AACA,cAAc,+BAAd;AACA,cAAc,aAAd;AACA,cAAc,oBAAd;AACA,cAAc,kBAAd;AACA,cAAc,aAAd"}
1
+ {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export * from \"./TypefaceFontProvider\";\nexport * from \"./TypefaceFontProviderFactory\";\nexport * from \"./Paragraph\";\nexport * from \"./ParagraphBuilder\";\nexport * from \"./ParagraphStyle\";\nexport * from \"./TextStyle\";\n"],"mappings":"AAAA,cAAc,wBAAwB;AACtC,cAAc,+BAA+B;AAC7C,cAAc,aAAa;AAC3B,cAAc,oBAAoB;AAClC,cAAc,kBAAkB;AAChC,cAAc,aAAa"}
@@ -1,35 +1,30 @@
1
1
  /**
2
2
  * Options used for Path.stroke(). If an option is omitted, a sensible default will be used.
3
3
  */
4
- export let FillType;
5
4
 
6
- (function (FillType) {
5
+ export let FillType = /*#__PURE__*/function (FillType) {
7
6
  FillType[FillType["Winding"] = 0] = "Winding";
8
7
  FillType[FillType["EvenOdd"] = 1] = "EvenOdd";
9
8
  FillType[FillType["InverseWinding"] = 2] = "InverseWinding";
10
9
  FillType[FillType["InverseEvenOdd"] = 3] = "InverseEvenOdd";
11
- })(FillType || (FillType = {}));
12
-
13
- export let PathOp;
14
-
15
- (function (PathOp) {
10
+ return FillType;
11
+ }({});
12
+ export let PathOp = /*#__PURE__*/function (PathOp) {
16
13
  PathOp[PathOp["Difference"] = 0] = "Difference";
17
14
  PathOp[PathOp["Intersect"] = 1] = "Intersect";
18
15
  PathOp[PathOp["Union"] = 2] = "Union";
19
16
  PathOp[PathOp["XOR"] = 3] = "XOR";
20
17
  PathOp[PathOp["ReverseDifference"] = 4] = "ReverseDifference";
21
- })(PathOp || (PathOp = {}));
22
-
23
- export let PathVerb;
24
-
25
- (function (PathVerb) {
18
+ return PathOp;
19
+ }({});
20
+ export let PathVerb = /*#__PURE__*/function (PathVerb) {
26
21
  PathVerb[PathVerb["Move"] = 0] = "Move";
27
22
  PathVerb[PathVerb["Line"] = 1] = "Line";
28
23
  PathVerb[PathVerb["Quad"] = 2] = "Quad";
29
24
  PathVerb[PathVerb["Conic"] = 3] = "Conic";
30
25
  PathVerb[PathVerb["Cubic"] = 4] = "Cubic";
31
26
  PathVerb[PathVerb["Close"] = 5] = "Close";
32
- })(PathVerb || (PathVerb = {}));
33
-
27
+ return PathVerb;
28
+ }({});
34
29
  export const isPath = obj => obj !== null && obj.__typename__ === "Path";
35
30
  //# sourceMappingURL=Path.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["FillType","PathOp","PathVerb","isPath","obj","__typename__"],"sources":["Path.ts"],"sourcesContent":["import type { SkRect } from \"../Rect\";\nimport type { SkPoint } from \"../Point\";\nimport type { InputRRect } from \"../RRect\";\nimport type { StrokeJoin, StrokeCap } from \"../Paint\";\nimport type { InputMatrix, SkMatrix } from \"../Matrix\";\nimport type { SkJSIInstance } from \"../JsiInstance\";\n\n/**\n * Options used for Path.stroke(). If an option is omitted, a sensible default will be used.\n */\nexport interface StrokeOpts {\n /** The width of the stroked lines. */\n width?: number;\n miter_limit?: number;\n /**\n * if > 1, increase precision, else if (0 < resScale < 1) reduce precision to\n * favor speed and size\n */\n precision?: number;\n join?: StrokeJoin;\n cap?: StrokeCap;\n}\n\nexport enum FillType {\n Winding,\n EvenOdd,\n InverseWinding,\n InverseEvenOdd,\n}\n\nexport enum PathOp {\n Difference, //!< subtract the op path from the first path\n Intersect, //!< intersect the two paths\n Union, //!< union (inclusive-or) the two paths\n XOR, //!< exclusive-or the two paths\n ReverseDifference,\n}\n\nexport enum PathVerb {\n Move,\n Line,\n Quad,\n Conic,\n Cubic,\n Close,\n}\n\nexport type PathCommand = number[];\n\nexport const isPath = (obj: SkJSIInstance<string> | null): obj is SkPath =>\n obj !== null && obj.__typename__ === \"Path\";\n\nexport interface SkPath extends SkJSIInstance<\"Path\"> {\n /**\n * Appends arc to Path, as the start of new contour. Arc added is part of ellipse\n * bounded by oval, from startAngle through sweepAngle. Both startAngle and\n * sweepAngle are measured in degrees, where zero degrees is aligned with the\n * positive x-axis, and positive sweeps extends arc clockwise.\n * Returns the modified path for easier chaining.\n * @param oval\n * @param startAngle\n * @param sweepAngle\n */\n addArc(\n oval: SkRect,\n startAngleInDegrees: number,\n sweepAngleInDegrees: number\n ): SkPath;\n\n /**\n * Adds oval to Path, appending kMove_Verb, four kConic_Verb, and kClose_Verb.\n * Oval is upright ellipse bounded by Rect oval with radii equal to half oval width\n * and half oval height. Oval begins at start and continues clockwise by default.\n * Returns the modified path for easier chaining.\n * @param oval\n * @param isCCW - if the path should be drawn counter-clockwise or not\n * @param startIndex - index of initial point of ellipse\n */\n addOval(oval: SkRect, isCCW?: boolean, startIndex?: number): SkPath;\n\n /**\n * Returns the number of points in this path. Initially zero.\n */\n countPoints(): number;\n\n /**\n * Adds contour created from array of n points, adding (count - 1) line segments.\n * Contour added starts at pts[0], then adds a line for every additional point\n * in pts array. If close is true, appends kClose_Verb to Path, connecting\n * pts[count - 1] and pts[0].\n * Returns the modified path for easier chaining.\n * @param points\n * @param close - if true, will add a line connecting last point to the first point.\n */\n addPoly(points: SkPoint[], close: boolean): SkPath;\n\n /** Adds beginning of contour at SkPoint (x, y).\n\n @param x x-axis value of contour start\n @param y y-axis value of contour start\n @return reference to SkPath\n\n example: https://fiddle.skia.org/c/@Path_moveTo\n */\n moveTo(x: number, y: number): SkPath;\n /** Adds line from last point to (x, y). If SkPath is empty, or last SkPath::Verb is\n kClose_Verb, last point is set to (0, 0) before adding line.\n\n lineTo() appends kMove_Verb to verb array and (0, 0) to SkPoint array, if needed.\n lineTo() then appends kLine_Verb to verb array and (x, y) to SkPoint array.\n\n @param x end of added line on x-axis\n @param y end of added line on y-axis\n @return reference to SkPath\n\n example: https://fiddle.skia.org/c/@Path_lineTo\n */\n lineTo(x: number, y: number): SkPath;\n\n /**\n * Returns a new path that covers the same area as the original path, but with the\n * Winding FillType. This may re-draw some contours in the path as counter-clockwise\n * instead of clockwise to achieve that effect. If such a transformation cannot\n * be done, null is returned.\n */\n makeAsWinding(): SkPath | null;\n\n /**\n * Translates all the points in the path by dx, dy.\n * @param dx\n * @param dy\n */\n offset(dx: number, dy: number): SkPath;\n\n /**\n * Relative version of arcToRotated.\n * @param rx\n * @param ry\n * @param xAxisRotate\n * @param useSmallArc\n * @param isCCW\n * @param dx\n * @param dy\n */\n rArcTo(\n rx: number,\n ry: number,\n xAxisRotateInDegrees: number,\n useSmallArc: boolean,\n isCCW: boolean,\n dx: number,\n dy: number\n ): SkPath;\n\n /**\n * Relative version of conicTo.\n * @param dx1\n * @param dy1\n * @param dx2\n * @param dy2\n * @param w\n */\n rConicTo(\n dx1: number,\n dy1: number,\n dx2: number,\n dy2: number,\n w: number\n ): SkPath;\n\n /**\n * Relative version of cubicTo.\n * @param cpx1\n * @param cpy1\n * @param cpx2\n * @param cpy2\n * @param x\n * @param y\n */\n rCubicTo(\n cpx1: number,\n cpy1: number,\n cpx2: number,\n cpy2: number,\n x: number,\n y: number\n ): SkPath;\n\n /**\n * Relative version of moveTo.\n * @param x\n * @param y\n */\n rMoveTo(x: number, y: number): SkPath;\n\n /**\n * Relative version of lineTo.\n * @param x\n * @param y\n */\n rLineTo(x: number, y: number): SkPath;\n\n /**\n * Relative version of quadTo.\n * @param x1\n * @param y1\n * @param x2\n * @param y2\n */\n rQuadTo(x1: number, y1: number, x2: number, y2: number): SkPath;\n\n /**\n * Sets FillType, the rule used to fill Path.\n * @param fill\n */\n setFillType(fill: FillType): SkPath;\n\n /**\n * Specifies whether Path is volatile; whether it will be altered or discarded\n * by the caller after it is drawn. Path by default have volatile set false.\n *\n * Mark animating or temporary paths as volatile to improve performance.\n * Mark unchanging Path non-volatile to improve repeated rendering.\n * @param volatile\n */\n setIsVolatile(volatile: boolean): SkPath;\n\n /**\n * Turns this path into the filled equivalent of the stroked path. Returns false if the operation\n * fails (e.g. the path is a hairline).\n * @param opts - describe how stroked path should look.\n * If such a transformation cannot be done, null is returned.\n */\n stroke(opts?: StrokeOpts): null | SkPath;\n\n /**\n * Appends CLOSE_VERB to Path. A closed contour connects the first and last point\n * with a line, forming a continuous loop.\n */\n close(): SkPath;\n\n /**\n * Sets Path to its initial state.\n * Removes verb array, point array, and weights, and sets FillType to Winding.\n * Internal storage associated with Path is released\n */\n reset(): SkPath;\n\n /**\n * Sets Path to its initial state.\n * Removes verb array, point array, and weights, and sets FillType to Winding.\n * Internal storage associated with Path is *not* released.\n * Use rewind() instead of reset() if Path storage will be reused and performance\n * is critical.\n */\n rewind(): SkPath;\n\n /**\n * Returns minimum and maximum axes values of the lines and curves in Path.\n * Returns (0, 0, 0, 0) if Path contains no points.\n * Returned bounds width and height may be larger or smaller than area affected\n * when Path is drawn.\n *\n * Behaves identically to getBounds() when Path contains\n * only lines. If Path contains curves, computed bounds includes\n * the maximum extent of the quad, conic, or cubic; is slower than getBounds();\n * and unlike getBounds(), does not cache the result.\n */\n computeTightBounds(): SkRect;\n\n /**\n * Appends arc to Path. Arc added is part of ellipse\n * bounded by oval, from startAngle through sweepAngle. Both startAngle and\n * sweepAngle are measured in degrees, where zero degrees is aligned with the\n * positive x-axis, and positive sweeps extends arc clockwise.\n * Returns the modified path for easier chaining.\n * @param oval\n * @param startAngleInDegrees\n * @param sweepAngleInDegrees\n * @param forceMoveTo\n */\n arcToOval(\n oval: SkRect,\n startAngleInDegrees: number,\n sweepAngleInDegrees: number,\n forceMoveTo: boolean\n ): SkPath;\n\n /**\n * Appends arc to Path. Arc is implemented by one or more conics weighted to\n * describe part of oval with radii (rx, ry) rotated by xAxisRotate degrees. Arc\n * curves from last Path Point to (x, y), choosing one of four possible routes:\n * clockwise or counterclockwise, and smaller or larger. See SkPath.h for more details.\n * Returns the modified path for easier chaining.\n * @param rx\n * @param ry\n * @param xAxisRotate\n * @param useSmallArc\n * @param isCCW\n * @param x\n * @param y\n */\n arcToRotated(\n rx: number,\n ry: number,\n xAxisRotateInDegrees: number,\n useSmallArc: boolean,\n isCCW: boolean,\n x: number,\n y: number\n ): SkPath;\n\n /**\n * Appends arc to Path, after appending line if needed. Arc is implemented by conic\n * weighted to describe part of circle. Arc is contained by tangent from\n * last Path point to (x1, y1), and tangent from (x1, y1) to (x2, y2). Arc\n * is part of circle sized to radius, positioned so it touches both tangent lines.\n * Returns the modified path for easier chaining.\n * @param x1\n * @param y1\n * @param x2\n * @param y2\n * @param radius\n */\n arcToTangent(\n x1: number,\n y1: number,\n x2: number,\n y2: number,\n radius: number\n ): SkPath;\n\n /**\n * Adds conic from last point towards (x1, y1), to (x2, y2), weighted by w.\n * If Path is empty, or path is closed, the last point is set to (0, 0)\n * before adding conic.\n * Returns the modified path for easier chaining.\n * @param x1\n * @param y1\n * @param x2\n * @param y2\n * @param w\n */\n conicTo(x1: number, y1: number, x2: number, y2: number, w: number): SkPath;\n\n /**\n * Returns true if the point (x, y) is contained by Path, taking into\n * account FillType.\n * @param x\n * @param y\n */\n contains(x: number, y: number): boolean;\n\n /**\n * Returns a copy of this Path.\n */\n copy(): SkPath;\n\n /**\n * Adds cubic from last point towards (x1, y1), then towards (x2, y2), ending at\n * (x3, y3). If Path is empty, or path is closed, the last point is set to\n * (0, 0) before adding cubic.\n * @param cpx1\n * @param cpy1\n * @param cpx2\n * @param cpy2\n * @param x\n * @param y\n */\n cubicTo(\n cpx1: number,\n cpy1: number,\n cpx2: number,\n cpy2: number,\n x: number,\n y: number\n ): SkPath;\n\n /**\n * Changes this path to be the dashed version of itself. This is the same effect as creating\n * a DashPathEffect and calling filterPath on this path.\n * @param on\n * @param off\n * @param phase\n */\n dash(on: number, off: number, phase: number): boolean;\n\n /**\n * Returns true if other path is equal to this path.\n * @param other\n */\n equals(other: SkPath): boolean;\n\n /**\n * Returns minimum and maximum axes values of Point array.\n * Returns (0, 0, 0, 0) if Path contains no points. Returned bounds width and height may\n * be larger or smaller than area affected when Path is drawn.\n */\n getBounds(): SkRect;\n\n /**\n * Return the FillType for this path.\n */\n getFillType(): FillType;\n\n /**\n Adds quad from last point towards (x1, y1), to (x2, y2).\n\n If SkPath is empty, or last SkPath::Verb is kClose_Verb, last point is set to (0, 0) before adding quad.\n\n Appends kMove_Verb to verb array and (0, 0) to SkPoint array, if needed; then appends kQuad_Verb to verb array;\n and (x1, y1), (x2, y2) to SkPoint array.\n\n Parameters\n x1\tcontrol SkPoint of quad on x-axis\n y1\tcontrol SkPoint of quad on y-axis\n x2\tend SkPoint of quad on x-axis\n y2\tend SkPoint of quad on y-axis\n Returns\n reference to SkPath\n example: https://fiddle.skia.org/c/@Path_quadTo\n */\n quadTo(x1: number, y1: number, x2: number, y2: number): SkPath;\n\n /**\n * Adds Rect to Path, appending kMove_Verb, three kLine_Verb, and kClose_Verb,\n * starting with top-left corner of Rect; followed by top-right, bottom-right,\n * and bottom-left if isCCW is false; or followed by bottom-left,\n * bottom-right, and top-right if isCCW is true.\n * Returns the modified path for easier chaining.\n * @param rect\n * @param isCCW\n */\n addRect(rect: SkRect, isCCW?: boolean): SkPath;\n\n /**\n * Adds rrect to Path, creating a new closed contour.\n * Returns the modified path for easier chaining.\n * @param rrect\n * @param isCCW\n */\n addRRect(rrect: InputRRect, isCCW?: boolean): SkPath;\n\n /** Appends src to SkPath, transformed by matrix. Transformed curves may have\n different verbs, SkPoint, and conic weights.\n\n If mode is kAppend_AddPathMode, src verb array, SkPoint array, and conic\n weights are added unaltered. If mode is kExtend_AddPathMode, add line\n before appending verbs, SkPoint, and conic weights.\n\n @param src SkPath verbs, SkPoint, and conic weights to add\n @param matrix transform applied to src\n @param extend extends path with line if true\n @return reference to SkPath\n */\n addPath(src: SkPath, matrix?: SkMatrix, extend?: boolean): SkPath;\n\n /**\n * Returns the Point at index in Point array. Valid range for index is\n * 0 to countPoints() - 1.\n * @param index\n */\n getPoint(index: number): SkPoint;\n\n /**\n * Returns true if there are no verbs in the path.\n */\n isEmpty(): boolean;\n\n /**\n * Returns true if the path is volatile; it will not be altered or discarded\n * by the caller after it is drawn. Path by default have volatile set false, allowing\n * Surface to attach a cache of data which speeds repeated drawing. If true, Surface\n * may not speed repeated drawing.\n */\n isVolatile(): boolean;\n\n /** Adds circle centered at (x, y) of size radius to SkPath, appending kMove_Verb,\n four kConic_Verb, and kClose_Verb. Circle begins at: (x + radius, y), continuing\n clockwise if dir is kCW_Direction, and counterclockwise if dir is kCCW_Direction.\n\n Has no effect if radius is zero or negative.\n\n @param x center of circle\n @param y center of circle\n @param radius distance from center to edge \n @return reference to SkPath\n */\n addCircle(x: number, y: number, r: number): SkPath;\n\n getLastPt(): { x: number; y: number };\n\n /** Set this path to the result of applying the Op to this path and the\n specified path: this = (this op operand).\n The resulting path will be constructed from non-overlapping contours.\n The curve order is reduced where possible so that cubics may be turned\n into quadratics, and quadratics maybe turned into lines.\n\n Returns true if operation was able to produce a result;\n otherwise, result is unmodified.\n\n @param path The second path (for difference, the subtrahend)\n @param op The operator to apply.\n @param result The product of the operands. The result may be one of the\n inputs.\n @return True if the operation succeeded.\n */\n op(path: SkPath, op: PathOp): boolean;\n\n /** Set this path to a set of non-overlapping contours that describe the\n same area as the original path.\n The curve order is reduced where possible so that cubics may\n be turned into quadratics, and quadratics maybe turned into lines.\n\n Returns true if operation was able to produce a result;\n otherwise, result is unmodified.\n\n @param result The simplified path. The result may be the input.\n @return True if simplification succeeded.\n */\n simplify(): boolean;\n\n /**\n * Returns this path as an SVG string.\n */\n toSVGString(): string;\n\n /**\n * Take start and stop \"t\" values (values between 0...1), and modify this path such that\n * it is a subset of the original path.\n * The trim values apply to the entire path, so if it contains several contours, all of them\n * are including in the calculation.\n * Null is returned if either input value is NaN.\n * @param startT - a value in the range [0.0, 1.0]. 0.0 is the beginning of the path.\n * @param stopT - a value in the range [0.0, 1.0]. 1.0 is the end of the path.\n * @param isComplement\n */\n trim(startT: number, stopT: number, isComplement: boolean): null | SkPath;\n\n /**\n * Transforms the path by the specified matrix.\n */\n transform(m3: InputMatrix): SkPath;\n\n /**\n * Interpolates between Path with point array of equal size.\n * Copy verb array and weights to result, and set result path to a weighted\n * average of this path array and ending path.\n\n * weight is most useful when between zero (ending path) and\n one (this path); will work with values outside of this\n range.\n\n * interpolate() returns undefined if path is not\n * the same size as ending path. Call isInterpolatable() to check Path\n * compatibility prior to calling interpolate().\n\n * @param ending path to interpolate with\n * @param weight contribution of this path, and\n * one minus contribution of ending path\n * @param output path to be replaced with the interpolated averages\n * @return Path replaced by interpolated averages or null if \n * not interpolatable\n * */\n interpolate(end: SkPath, weight: number, output?: SkPath): SkPath | null;\n\n /** Returns true if Path contain equal verbs and equal weights.\n * @param compare path to compare\n * @return true if Path can be interpolated equivalent\n *\n * */\n isInterpolatable(compare: SkPath): boolean;\n\n /**\n * Serializes the contents of this path as a series of commands.\n */\n toCmds(): PathCommand[];\n}\n"],"mappings":"AAOA;AACA;AACA;AAcA,WAAYA,QAAZ;;WAAYA,Q;EAAAA,Q,CAAAA,Q;EAAAA,Q,CAAAA,Q;EAAAA,Q,CAAAA,Q;EAAAA,Q,CAAAA,Q;GAAAA,Q,KAAAA,Q;;AAOZ,WAAYC,MAAZ;;WAAYA,M;EAAAA,M,CAAAA,M;EAAAA,M,CAAAA,M;EAAAA,M,CAAAA,M;EAAAA,M,CAAAA,M;EAAAA,M,CAAAA,M;GAAAA,M,KAAAA,M;;AAQZ,WAAYC,QAAZ;;WAAYA,Q;EAAAA,Q,CAAAA,Q;EAAAA,Q,CAAAA,Q;EAAAA,Q,CAAAA,Q;EAAAA,Q,CAAAA,Q;EAAAA,Q,CAAAA,Q;EAAAA,Q,CAAAA,Q;GAAAA,Q,KAAAA,Q;;AAWZ,OAAO,MAAMC,MAAM,GAAIC,GAAD,IACpBA,GAAG,KAAK,IAAR,IAAgBA,GAAG,CAACC,YAAJ,KAAqB,MADhC"}
1
+ {"version":3,"names":["FillType","PathOp","PathVerb","isPath","obj","__typename__"],"sources":["Path.ts"],"sourcesContent":["import type { SkRect } from \"../Rect\";\nimport type { SkPoint } from \"../Point\";\nimport type { InputRRect } from \"../RRect\";\nimport type { StrokeJoin, StrokeCap } from \"../Paint\";\nimport type { InputMatrix, SkMatrix } from \"../Matrix\";\nimport type { SkJSIInstance } from \"../JsiInstance\";\n\n/**\n * Options used for Path.stroke(). If an option is omitted, a sensible default will be used.\n */\nexport interface StrokeOpts {\n /** The width of the stroked lines. */\n width?: number;\n miter_limit?: number;\n /**\n * if > 1, increase precision, else if (0 < resScale < 1) reduce precision to\n * favor speed and size\n */\n precision?: number;\n join?: StrokeJoin;\n cap?: StrokeCap;\n}\n\nexport enum FillType {\n Winding,\n EvenOdd,\n InverseWinding,\n InverseEvenOdd,\n}\n\nexport enum PathOp {\n Difference, //!< subtract the op path from the first path\n Intersect, //!< intersect the two paths\n Union, //!< union (inclusive-or) the two paths\n XOR, //!< exclusive-or the two paths\n ReverseDifference,\n}\n\nexport enum PathVerb {\n Move,\n Line,\n Quad,\n Conic,\n Cubic,\n Close,\n}\n\nexport type PathCommand = number[];\n\nexport const isPath = (obj: SkJSIInstance<string> | null): obj is SkPath =>\n obj !== null && obj.__typename__ === \"Path\";\n\nexport interface SkPath extends SkJSIInstance<\"Path\"> {\n /**\n * Appends arc to Path, as the start of new contour. Arc added is part of ellipse\n * bounded by oval, from startAngle through sweepAngle. Both startAngle and\n * sweepAngle are measured in degrees, where zero degrees is aligned with the\n * positive x-axis, and positive sweeps extends arc clockwise.\n * Returns the modified path for easier chaining.\n * @param oval\n * @param startAngle\n * @param sweepAngle\n */\n addArc(\n oval: SkRect,\n startAngleInDegrees: number,\n sweepAngleInDegrees: number\n ): SkPath;\n\n /**\n * Adds oval to Path, appending kMove_Verb, four kConic_Verb, and kClose_Verb.\n * Oval is upright ellipse bounded by Rect oval with radii equal to half oval width\n * and half oval height. Oval begins at start and continues clockwise by default.\n * Returns the modified path for easier chaining.\n * @param oval\n * @param isCCW - if the path should be drawn counter-clockwise or not\n * @param startIndex - index of initial point of ellipse\n */\n addOval(oval: SkRect, isCCW?: boolean, startIndex?: number): SkPath;\n\n /**\n * Returns the number of points in this path. Initially zero.\n */\n countPoints(): number;\n\n /**\n * Adds contour created from array of n points, adding (count - 1) line segments.\n * Contour added starts at pts[0], then adds a line for every additional point\n * in pts array. If close is true, appends kClose_Verb to Path, connecting\n * pts[count - 1] and pts[0].\n * Returns the modified path for easier chaining.\n * @param points\n * @param close - if true, will add a line connecting last point to the first point.\n */\n addPoly(points: SkPoint[], close: boolean): SkPath;\n\n /** Adds beginning of contour at SkPoint (x, y).\n\n @param x x-axis value of contour start\n @param y y-axis value of contour start\n @return reference to SkPath\n\n example: https://fiddle.skia.org/c/@Path_moveTo\n */\n moveTo(x: number, y: number): SkPath;\n /** Adds line from last point to (x, y). If SkPath is empty, or last SkPath::Verb is\n kClose_Verb, last point is set to (0, 0) before adding line.\n\n lineTo() appends kMove_Verb to verb array and (0, 0) to SkPoint array, if needed.\n lineTo() then appends kLine_Verb to verb array and (x, y) to SkPoint array.\n\n @param x end of added line on x-axis\n @param y end of added line on y-axis\n @return reference to SkPath\n\n example: https://fiddle.skia.org/c/@Path_lineTo\n */\n lineTo(x: number, y: number): SkPath;\n\n /**\n * Returns a new path that covers the same area as the original path, but with the\n * Winding FillType. This may re-draw some contours in the path as counter-clockwise\n * instead of clockwise to achieve that effect. If such a transformation cannot\n * be done, null is returned.\n */\n makeAsWinding(): SkPath | null;\n\n /**\n * Translates all the points in the path by dx, dy.\n * @param dx\n * @param dy\n */\n offset(dx: number, dy: number): SkPath;\n\n /**\n * Relative version of arcToRotated.\n * @param rx\n * @param ry\n * @param xAxisRotate\n * @param useSmallArc\n * @param isCCW\n * @param dx\n * @param dy\n */\n rArcTo(\n rx: number,\n ry: number,\n xAxisRotateInDegrees: number,\n useSmallArc: boolean,\n isCCW: boolean,\n dx: number,\n dy: number\n ): SkPath;\n\n /**\n * Relative version of conicTo.\n * @param dx1\n * @param dy1\n * @param dx2\n * @param dy2\n * @param w\n */\n rConicTo(\n dx1: number,\n dy1: number,\n dx2: number,\n dy2: number,\n w: number\n ): SkPath;\n\n /**\n * Relative version of cubicTo.\n * @param cpx1\n * @param cpy1\n * @param cpx2\n * @param cpy2\n * @param x\n * @param y\n */\n rCubicTo(\n cpx1: number,\n cpy1: number,\n cpx2: number,\n cpy2: number,\n x: number,\n y: number\n ): SkPath;\n\n /**\n * Relative version of moveTo.\n * @param x\n * @param y\n */\n rMoveTo(x: number, y: number): SkPath;\n\n /**\n * Relative version of lineTo.\n * @param x\n * @param y\n */\n rLineTo(x: number, y: number): SkPath;\n\n /**\n * Relative version of quadTo.\n * @param x1\n * @param y1\n * @param x2\n * @param y2\n */\n rQuadTo(x1: number, y1: number, x2: number, y2: number): SkPath;\n\n /**\n * Sets FillType, the rule used to fill Path.\n * @param fill\n */\n setFillType(fill: FillType): SkPath;\n\n /**\n * Specifies whether Path is volatile; whether it will be altered or discarded\n * by the caller after it is drawn. Path by default have volatile set false.\n *\n * Mark animating or temporary paths as volatile to improve performance.\n * Mark unchanging Path non-volatile to improve repeated rendering.\n * @param volatile\n */\n setIsVolatile(volatile: boolean): SkPath;\n\n /**\n * Turns this path into the filled equivalent of the stroked path. Returns false if the operation\n * fails (e.g. the path is a hairline).\n * @param opts - describe how stroked path should look.\n * If such a transformation cannot be done, null is returned.\n */\n stroke(opts?: StrokeOpts): null | SkPath;\n\n /**\n * Appends CLOSE_VERB to Path. A closed contour connects the first and last point\n * with a line, forming a continuous loop.\n */\n close(): SkPath;\n\n /**\n * Sets Path to its initial state.\n * Removes verb array, point array, and weights, and sets FillType to Winding.\n * Internal storage associated with Path is released\n */\n reset(): SkPath;\n\n /**\n * Sets Path to its initial state.\n * Removes verb array, point array, and weights, and sets FillType to Winding.\n * Internal storage associated with Path is *not* released.\n * Use rewind() instead of reset() if Path storage will be reused and performance\n * is critical.\n */\n rewind(): SkPath;\n\n /**\n * Returns minimum and maximum axes values of the lines and curves in Path.\n * Returns (0, 0, 0, 0) if Path contains no points.\n * Returned bounds width and height may be larger or smaller than area affected\n * when Path is drawn.\n *\n * Behaves identically to getBounds() when Path contains\n * only lines. If Path contains curves, computed bounds includes\n * the maximum extent of the quad, conic, or cubic; is slower than getBounds();\n * and unlike getBounds(), does not cache the result.\n */\n computeTightBounds(): SkRect;\n\n /**\n * Appends arc to Path. Arc added is part of ellipse\n * bounded by oval, from startAngle through sweepAngle. Both startAngle and\n * sweepAngle are measured in degrees, where zero degrees is aligned with the\n * positive x-axis, and positive sweeps extends arc clockwise.\n * Returns the modified path for easier chaining.\n * @param oval\n * @param startAngleInDegrees\n * @param sweepAngleInDegrees\n * @param forceMoveTo\n */\n arcToOval(\n oval: SkRect,\n startAngleInDegrees: number,\n sweepAngleInDegrees: number,\n forceMoveTo: boolean\n ): SkPath;\n\n /**\n * Appends arc to Path. Arc is implemented by one or more conics weighted to\n * describe part of oval with radii (rx, ry) rotated by xAxisRotate degrees. Arc\n * curves from last Path Point to (x, y), choosing one of four possible routes:\n * clockwise or counterclockwise, and smaller or larger. See SkPath.h for more details.\n * Returns the modified path for easier chaining.\n * @param rx\n * @param ry\n * @param xAxisRotate\n * @param useSmallArc\n * @param isCCW\n * @param x\n * @param y\n */\n arcToRotated(\n rx: number,\n ry: number,\n xAxisRotateInDegrees: number,\n useSmallArc: boolean,\n isCCW: boolean,\n x: number,\n y: number\n ): SkPath;\n\n /**\n * Appends arc to Path, after appending line if needed. Arc is implemented by conic\n * weighted to describe part of circle. Arc is contained by tangent from\n * last Path point to (x1, y1), and tangent from (x1, y1) to (x2, y2). Arc\n * is part of circle sized to radius, positioned so it touches both tangent lines.\n * Returns the modified path for easier chaining.\n * @param x1\n * @param y1\n * @param x2\n * @param y2\n * @param radius\n */\n arcToTangent(\n x1: number,\n y1: number,\n x2: number,\n y2: number,\n radius: number\n ): SkPath;\n\n /**\n * Adds conic from last point towards (x1, y1), to (x2, y2), weighted by w.\n * If Path is empty, or path is closed, the last point is set to (0, 0)\n * before adding conic.\n * Returns the modified path for easier chaining.\n * @param x1\n * @param y1\n * @param x2\n * @param y2\n * @param w\n */\n conicTo(x1: number, y1: number, x2: number, y2: number, w: number): SkPath;\n\n /**\n * Returns true if the point (x, y) is contained by Path, taking into\n * account FillType.\n * @param x\n * @param y\n */\n contains(x: number, y: number): boolean;\n\n /**\n * Returns a copy of this Path.\n */\n copy(): SkPath;\n\n /**\n * Adds cubic from last point towards (x1, y1), then towards (x2, y2), ending at\n * (x3, y3). If Path is empty, or path is closed, the last point is set to\n * (0, 0) before adding cubic.\n * @param cpx1\n * @param cpy1\n * @param cpx2\n * @param cpy2\n * @param x\n * @param y\n */\n cubicTo(\n cpx1: number,\n cpy1: number,\n cpx2: number,\n cpy2: number,\n x: number,\n y: number\n ): SkPath;\n\n /**\n * Changes this path to be the dashed version of itself. This is the same effect as creating\n * a DashPathEffect and calling filterPath on this path.\n * @param on\n * @param off\n * @param phase\n */\n dash(on: number, off: number, phase: number): boolean;\n\n /**\n * Returns true if other path is equal to this path.\n * @param other\n */\n equals(other: SkPath): boolean;\n\n /**\n * Returns minimum and maximum axes values of Point array.\n * Returns (0, 0, 0, 0) if Path contains no points. Returned bounds width and height may\n * be larger or smaller than area affected when Path is drawn.\n */\n getBounds(): SkRect;\n\n /**\n * Return the FillType for this path.\n */\n getFillType(): FillType;\n\n /**\n Adds quad from last point towards (x1, y1), to (x2, y2).\n\n If SkPath is empty, or last SkPath::Verb is kClose_Verb, last point is set to (0, 0) before adding quad.\n\n Appends kMove_Verb to verb array and (0, 0) to SkPoint array, if needed; then appends kQuad_Verb to verb array;\n and (x1, y1), (x2, y2) to SkPoint array.\n\n Parameters\n x1\tcontrol SkPoint of quad on x-axis\n y1\tcontrol SkPoint of quad on y-axis\n x2\tend SkPoint of quad on x-axis\n y2\tend SkPoint of quad on y-axis\n Returns\n reference to SkPath\n example: https://fiddle.skia.org/c/@Path_quadTo\n */\n quadTo(x1: number, y1: number, x2: number, y2: number): SkPath;\n\n /**\n * Adds Rect to Path, appending kMove_Verb, three kLine_Verb, and kClose_Verb,\n * starting with top-left corner of Rect; followed by top-right, bottom-right,\n * and bottom-left if isCCW is false; or followed by bottom-left,\n * bottom-right, and top-right if isCCW is true.\n * Returns the modified path for easier chaining.\n * @param rect\n * @param isCCW\n */\n addRect(rect: SkRect, isCCW?: boolean): SkPath;\n\n /**\n * Adds rrect to Path, creating a new closed contour.\n * Returns the modified path for easier chaining.\n * @param rrect\n * @param isCCW\n */\n addRRect(rrect: InputRRect, isCCW?: boolean): SkPath;\n\n /** Appends src to SkPath, transformed by matrix. Transformed curves may have\n different verbs, SkPoint, and conic weights.\n\n If mode is kAppend_AddPathMode, src verb array, SkPoint array, and conic\n weights are added unaltered. If mode is kExtend_AddPathMode, add line\n before appending verbs, SkPoint, and conic weights.\n\n @param src SkPath verbs, SkPoint, and conic weights to add\n @param matrix transform applied to src\n @param extend extends path with line if true\n @return reference to SkPath\n */\n addPath(src: SkPath, matrix?: SkMatrix, extend?: boolean): SkPath;\n\n /**\n * Returns the Point at index in Point array. Valid range for index is\n * 0 to countPoints() - 1.\n * @param index\n */\n getPoint(index: number): SkPoint;\n\n /**\n * Returns true if there are no verbs in the path.\n */\n isEmpty(): boolean;\n\n /**\n * Returns true if the path is volatile; it will not be altered or discarded\n * by the caller after it is drawn. Path by default have volatile set false, allowing\n * Surface to attach a cache of data which speeds repeated drawing. If true, Surface\n * may not speed repeated drawing.\n */\n isVolatile(): boolean;\n\n /** Adds circle centered at (x, y) of size radius to SkPath, appending kMove_Verb,\n four kConic_Verb, and kClose_Verb. Circle begins at: (x + radius, y), continuing\n clockwise if dir is kCW_Direction, and counterclockwise if dir is kCCW_Direction.\n\n Has no effect if radius is zero or negative.\n\n @param x center of circle\n @param y center of circle\n @param radius distance from center to edge \n @return reference to SkPath\n */\n addCircle(x: number, y: number, r: number): SkPath;\n\n getLastPt(): { x: number; y: number };\n\n /** Set this path to the result of applying the Op to this path and the\n specified path: this = (this op operand).\n The resulting path will be constructed from non-overlapping contours.\n The curve order is reduced where possible so that cubics may be turned\n into quadratics, and quadratics maybe turned into lines.\n\n Returns true if operation was able to produce a result;\n otherwise, result is unmodified.\n\n @param path The second path (for difference, the subtrahend)\n @param op The operator to apply.\n @param result The product of the operands. The result may be one of the\n inputs.\n @return True if the operation succeeded.\n */\n op(path: SkPath, op: PathOp): boolean;\n\n /** Set this path to a set of non-overlapping contours that describe the\n same area as the original path.\n The curve order is reduced where possible so that cubics may\n be turned into quadratics, and quadratics maybe turned into lines.\n\n Returns true if operation was able to produce a result;\n otherwise, result is unmodified.\n\n @param result The simplified path. The result may be the input.\n @return True if simplification succeeded.\n */\n simplify(): boolean;\n\n /**\n * Returns this path as an SVG string.\n */\n toSVGString(): string;\n\n /**\n * Take start and stop \"t\" values (values between 0...1), and modify this path such that\n * it is a subset of the original path.\n * The trim values apply to the entire path, so if it contains several contours, all of them\n * are including in the calculation.\n * Null is returned if either input value is NaN.\n * @param startT - a value in the range [0.0, 1.0]. 0.0 is the beginning of the path.\n * @param stopT - a value in the range [0.0, 1.0]. 1.0 is the end of the path.\n * @param isComplement\n */\n trim(startT: number, stopT: number, isComplement: boolean): null | SkPath;\n\n /**\n * Transforms the path by the specified matrix.\n */\n transform(m3: InputMatrix): SkPath;\n\n /**\n * Interpolates between Path with point array of equal size.\n * Copy verb array and weights to result, and set result path to a weighted\n * average of this path array and ending path.\n\n * weight is most useful when between zero (ending path) and\n one (this path); will work with values outside of this\n range.\n\n * interpolate() returns undefined if path is not\n * the same size as ending path. Call isInterpolatable() to check Path\n * compatibility prior to calling interpolate().\n\n * @param ending path to interpolate with\n * @param weight contribution of this path, and\n * one minus contribution of ending path\n * @param output path to be replaced with the interpolated averages\n * @return Path replaced by interpolated averages or null if \n * not interpolatable\n * */\n interpolate(end: SkPath, weight: number, output?: SkPath): SkPath | null;\n\n /** Returns true if Path contain equal verbs and equal weights.\n * @param compare path to compare\n * @return true if Path can be interpolated equivalent\n *\n * */\n isInterpolatable(compare: SkPath): boolean;\n\n /**\n * Serializes the contents of this path as a series of commands.\n */\n toCmds(): PathCommand[];\n}\n"],"mappings":"AAOA;AACA;AACA;;AAcA,WAAYA,QAAQ,0BAARA,QAAQ;EAARA,QAAQ,CAARA,QAAQ;EAARA,QAAQ,CAARA,QAAQ;EAARA,QAAQ,CAARA,QAAQ;EAARA,QAAQ,CAARA,QAAQ;EAAA,OAARA,QAAQ;AAAA;AAOpB,WAAYC,MAAM,0BAANA,MAAM;EAANA,MAAM,CAANA,MAAM;EAANA,MAAM,CAANA,MAAM;EAANA,MAAM,CAANA,MAAM;EAANA,MAAM,CAANA,MAAM;EAANA,MAAM,CAANA,MAAM;EAAA,OAANA,MAAM;AAAA;AAQlB,WAAYC,QAAQ,0BAARA,QAAQ;EAARA,QAAQ,CAARA,QAAQ;EAARA,QAAQ,CAARA,QAAQ;EAARA,QAAQ,CAARA,QAAQ;EAARA,QAAQ,CAARA,QAAQ;EAARA,QAAQ,CAARA,QAAQ;EAARA,QAAQ,CAARA,QAAQ;EAAA,OAARA,QAAQ;AAAA;AAWpB,OAAO,MAAMC,MAAM,GAAIC,GAAiC,IACtDA,GAAG,KAAK,IAAI,IAAIA,GAAG,CAACC,YAAY,KAAK,MAAM"}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export * from \"./Path\";\nexport * from \"./PathFactory\";\n"],"mappings":"AAAA,cAAc,QAAd;AACA,cAAc,eAAd"}
1
+ {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export * from \"./Path\";\nexport * from \"./PathFactory\";\n"],"mappings":"AAAA,cAAc,QAAQ;AACtB,cAAc,eAAe"}
@@ -1,9 +1,8 @@
1
1
  export const isPathEffect = obj => obj !== null && obj.__typename__ === "PathEffect";
2
- export let Path1DEffectStyle;
3
-
4
- (function (Path1DEffectStyle) {
2
+ export let Path1DEffectStyle = /*#__PURE__*/function (Path1DEffectStyle) {
5
3
  Path1DEffectStyle[Path1DEffectStyle["Translate"] = 0] = "Translate";
6
4
  Path1DEffectStyle[Path1DEffectStyle["Rotate"] = 1] = "Rotate";
7
5
  Path1DEffectStyle[Path1DEffectStyle["Morph"] = 2] = "Morph";
8
- })(Path1DEffectStyle || (Path1DEffectStyle = {}));
6
+ return Path1DEffectStyle;
7
+ }({});
9
8
  //# sourceMappingURL=PathEffect.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["isPathEffect","obj","__typename__","Path1DEffectStyle"],"sources":["PathEffect.ts"],"sourcesContent":["import type { SkJSIInstance } from \"./JsiInstance\";\nimport type { SkPath } from \"./Path/Path\";\nimport type { SkMatrix } from \"./Matrix\";\n\nexport type SkPathEffect = SkJSIInstance<\"PathEffect\">;\n\nexport const isPathEffect = (\n obj: SkJSIInstance<string> | null\n): obj is SkPathEffect => obj !== null && obj.__typename__ === \"PathEffect\";\n\nexport enum Path1DEffectStyle {\n Translate,\n Rotate,\n Morph,\n}\n\nexport interface PathEffectFactory {\n /**\n * Returns a PathEffect that can turn sharp corners into rounded corners.\n * @param radius - if <=0, returns null\n */\n MakeCorner(radius: number): SkPathEffect | null;\n\n /**\n * Returns a PathEffect that add dashes to the path.\n *\n * See SkDashPathEffect.h for more details.\n *\n * @param intervals - even number of entries with even indicies specifying the length of\n * the \"on\" intervals, and the odd indices specifying the length of \"off\".\n * @param phase - offset length into the intervals array. Defaults to 0.\n */\n MakeDash(intervals: number[], phase?: number): SkPathEffect;\n\n /**\n * Returns a PathEffect that breaks path into segments of segLength length, and randomly move\n * the endpoints away from the original path by a maximum of deviation.\n * @param segLength - length of the subsegments.\n * @param dev - limit of the movement of the endpoints.\n * @param seedAssist - modifies the randomness. See SkDiscretePathEffect.h for more.\n */\n MakeDiscrete(\n segLength: number,\n dev: number,\n seedAssist: number\n ): SkPathEffect;\n\n /**\n *\n * A pathEffect whose effect is to apply first the inner pathEffect and the the\n * outer pathEffect (i.e. outer(inner(path))).\n *\n */\n MakeCompose(outer: SkPathEffect, inner: SkPathEffect): SkPathEffect;\n\n /**\n *\n * A pathEffect pathEffect whose effect is to apply two effects,\n * in sequence (i.e. first(path) + second(path)).\n *\n */\n MakeSum(outer: SkPathEffect, inner: SkPathEffect): SkPathEffect;\n\n /**\n * Returns a PathEffect that will fill the drawing path with a pattern made by applying\n * the given matrix to a repeating set of infinitely long lines of the given width.\n * For example, the scale of the provided matrix will determine how far apart the lines\n * should be drawn its rotation affects the lines' orientation.\n * @param width - must be >= 0\n * @param matrix\n */\n MakeLine2D(width: number, matrix: SkMatrix): SkPathEffect | null;\n\n /**\n * Returns a PathEffect which implements dashing by replicating the specified path.\n * @param path The path to replicate (dash)\n * @param advance The space between instances of path\n * @param phase distance (mod advance) along path for its initial position\n * @param style how to transform path at each point (based on the current\n * position and tangent)\n */\n MakePath1D(\n path: SkPath,\n advance: number,\n phase: number,\n style: Path1DEffectStyle\n ): SkPathEffect | null;\n\n /**\n * Returns a PathEffect that will fill the drawing path with a pattern by repeating the\n * given path according to the provided matrix. For example, the scale of the matrix\n * determines how far apart the path instances should be drawn.\n * @param matrix\n * @param path\n */\n MakePath2D(matrix: SkMatrix, path: SkPath): SkPathEffect | null;\n}\n"],"mappings":"AAMA,OAAO,MAAMA,YAAY,GACvBC,GAD0B,IAEFA,GAAG,KAAK,IAAR,IAAgBA,GAAG,CAACC,YAAJ,KAAqB,YAFxD;AAIP,WAAYC,iBAAZ;;WAAYA,iB;EAAAA,iB,CAAAA,iB;EAAAA,iB,CAAAA,iB;EAAAA,iB,CAAAA,iB;GAAAA,iB,KAAAA,iB"}
1
+ {"version":3,"names":["isPathEffect","obj","__typename__","Path1DEffectStyle"],"sources":["PathEffect.ts"],"sourcesContent":["import type { SkJSIInstance } from \"./JsiInstance\";\nimport type { SkPath } from \"./Path/Path\";\nimport type { SkMatrix } from \"./Matrix\";\n\nexport type SkPathEffect = SkJSIInstance<\"PathEffect\">;\n\nexport const isPathEffect = (\n obj: SkJSIInstance<string> | null\n): obj is SkPathEffect => obj !== null && obj.__typename__ === \"PathEffect\";\n\nexport enum Path1DEffectStyle {\n Translate,\n Rotate,\n Morph,\n}\n\nexport interface PathEffectFactory {\n /**\n * Returns a PathEffect that can turn sharp corners into rounded corners.\n * @param radius - if <=0, returns null\n */\n MakeCorner(radius: number): SkPathEffect | null;\n\n /**\n * Returns a PathEffect that add dashes to the path.\n *\n * See SkDashPathEffect.h for more details.\n *\n * @param intervals - even number of entries with even indicies specifying the length of\n * the \"on\" intervals, and the odd indices specifying the length of \"off\".\n * @param phase - offset length into the intervals array. Defaults to 0.\n */\n MakeDash(intervals: number[], phase?: number): SkPathEffect;\n\n /**\n * Returns a PathEffect that breaks path into segments of segLength length, and randomly move\n * the endpoints away from the original path by a maximum of deviation.\n * @param segLength - length of the subsegments.\n * @param dev - limit of the movement of the endpoints.\n * @param seedAssist - modifies the randomness. See SkDiscretePathEffect.h for more.\n */\n MakeDiscrete(\n segLength: number,\n dev: number,\n seedAssist: number\n ): SkPathEffect;\n\n /**\n *\n * A pathEffect whose effect is to apply first the inner pathEffect and the the\n * outer pathEffect (i.e. outer(inner(path))).\n *\n */\n MakeCompose(outer: SkPathEffect, inner: SkPathEffect): SkPathEffect;\n\n /**\n *\n * A pathEffect pathEffect whose effect is to apply two effects,\n * in sequence (i.e. first(path) + second(path)).\n *\n */\n MakeSum(outer: SkPathEffect, inner: SkPathEffect): SkPathEffect;\n\n /**\n * Returns a PathEffect that will fill the drawing path with a pattern made by applying\n * the given matrix to a repeating set of infinitely long lines of the given width.\n * For example, the scale of the provided matrix will determine how far apart the lines\n * should be drawn its rotation affects the lines' orientation.\n * @param width - must be >= 0\n * @param matrix\n */\n MakeLine2D(width: number, matrix: SkMatrix): SkPathEffect | null;\n\n /**\n * Returns a PathEffect which implements dashing by replicating the specified path.\n * @param path The path to replicate (dash)\n * @param advance The space between instances of path\n * @param phase distance (mod advance) along path for its initial position\n * @param style how to transform path at each point (based on the current\n * position and tangent)\n */\n MakePath1D(\n path: SkPath,\n advance: number,\n phase: number,\n style: Path1DEffectStyle\n ): SkPathEffect | null;\n\n /**\n * Returns a PathEffect that will fill the drawing path with a pattern by repeating the\n * given path according to the provided matrix. For example, the scale of the matrix\n * determines how far apart the path instances should be drawn.\n * @param matrix\n * @param path\n */\n MakePath2D(matrix: SkMatrix, path: SkPath): SkPathEffect | null;\n}\n"],"mappings":"AAMA,OAAO,MAAMA,YAAY,GACvBC,GAAiC,IACTA,GAAG,KAAK,IAAI,IAAIA,GAAG,CAACC,YAAY,KAAK,YAAY;AAE3E,WAAYC,iBAAiB,0BAAjBA,iBAAiB;EAAjBA,iBAAiB,CAAjBA,iBAAiB;EAAjBA,iBAAiB,CAAjBA,iBAAiB;EAAjBA,iBAAiB,CAAjBA,iBAAiB;EAAA,OAAjBA,iBAAiB;AAAA"}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export * from \"./Picture\";\nexport * from \"./PictureRecorder\";\nexport * from \"./PictureFactory\";\n"],"mappings":"AAAA,cAAc,WAAd;AACA,cAAc,mBAAd;AACA,cAAc,kBAAd"}
1
+ {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export * from \"./Picture\";\nexport * from \"./PictureRecorder\";\nexport * from \"./PictureFactory\";\n"],"mappings":"AAAA,cAAc,WAAW;AACzB,cAAc,mBAAmB;AACjC,cAAc,kBAAkB"}
@@ -1,8 +1,7 @@
1
- export let PointMode;
2
-
3
- (function (PointMode) {
1
+ export let PointMode = /*#__PURE__*/function (PointMode) {
4
2
  PointMode[PointMode["Points"] = 0] = "Points";
5
3
  PointMode[PointMode["Lines"] = 1] = "Lines";
6
4
  PointMode[PointMode["Polygon"] = 2] = "Polygon";
7
- })(PointMode || (PointMode = {}));
5
+ return PointMode;
6
+ }({});
8
7
  //# sourceMappingURL=Point.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["PointMode"],"sources":["Point.ts"],"sourcesContent":["export enum PointMode {\n Points,\n Lines,\n Polygon,\n}\n\nexport interface SkPoint {\n readonly x: number;\n readonly y: number;\n}\n\nexport type Vector = SkPoint;\n"],"mappings":"AAAA,WAAYA,SAAZ;;WAAYA,S;EAAAA,S,CAAAA,S;EAAAA,S,CAAAA,S;EAAAA,S,CAAAA,S;GAAAA,S,KAAAA,S"}
1
+ {"version":3,"names":["PointMode"],"sources":["Point.ts"],"sourcesContent":["export enum PointMode {\n Points,\n Lines,\n Polygon,\n}\n\nexport interface SkPoint {\n readonly x: number;\n readonly y: number;\n}\n\nexport type Vector = SkPoint;\n"],"mappings":"AAAA,WAAYA,SAAS,0BAATA,SAAS;EAATA,SAAS,CAATA,SAAS;EAATA,SAAS,CAATA,SAAS;EAATA,SAAS,CAATA,SAAS;EAAA,OAATA,SAAS;AAAA"}
@@ -1,4 +1,5 @@
1
1
  // We have an issue to check property existence on JSI backed instances
2
- export const isRRect = def => // eslint-disable-next-line @typescript-eslint/no-explicit-any
2
+ export const isRRect = def =>
3
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
3
4
  def.rect !== undefined;
4
5
  //# sourceMappingURL=RRect.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["isRRect","def","rect","undefined"],"sources":["RRect.ts"],"sourcesContent":["import type { SkPoint } from \"./Point\";\nimport type { SkRect } from \"./Rect\";\n\nexport interface SkRRect {\n readonly rect: SkRect;\n readonly rx: number;\n readonly ry: number;\n}\n\nexport interface NonUniformRRect {\n readonly rect: SkRect;\n readonly topLeft: SkPoint;\n readonly topRight: SkPoint;\n readonly bottomRight: SkPoint;\n readonly bottomLeft: SkPoint;\n}\n\nexport type InputRRect = SkRRect | NonUniformRRect;\n\n// We have an issue to check property existence on JSI backed instances\nexport const isRRect = (def: SkRect | SkRRect): def is SkRRect =>\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n (def as any).rect !== undefined;\n"],"mappings":"AAmBA;AACA,OAAO,MAAMA,OAAO,GAAIC,GAAD,IACrB;AACCA,GAAD,CAAaC,IAAb,KAAsBC,SAFjB"}
1
+ {"version":3,"names":["isRRect","def","rect","undefined"],"sources":["RRect.ts"],"sourcesContent":["import type { SkPoint } from \"./Point\";\nimport type { SkRect } from \"./Rect\";\n\nexport interface SkRRect {\n readonly rect: SkRect;\n readonly rx: number;\n readonly ry: number;\n}\n\nexport interface NonUniformRRect {\n readonly rect: SkRect;\n readonly topLeft: SkPoint;\n readonly topRight: SkPoint;\n readonly bottomRight: SkPoint;\n readonly bottomLeft: SkPoint;\n}\n\nexport type InputRRect = SkRRect | NonUniformRRect;\n\n// We have an issue to check property existence on JSI backed instances\nexport const isRRect = (def: SkRect | SkRRect): def is SkRRect =>\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n (def as any).rect !== undefined;\n"],"mappings":"AAmBA;AACA,OAAO,MAAMA,OAAO,GAAIC,GAAqB;AAC3C;AACCA,GAAG,CAASC,IAAI,KAAKC,SAAS"}
@@ -5,7 +5,6 @@ export const isRect = def => {
5
5
  const rect = def;
6
6
  return typeof rect.x === "number" && typeof rect.y === "number" && typeof rect.width === "number" && typeof rect.height === "number";
7
7
  }
8
-
9
8
  return false;
10
9
  };
11
10
  //# sourceMappingURL=Rect.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["isRect","def","rect","x","y","width","height"],"sources":["Rect.ts"],"sourcesContent":["import type { SkJSIInstance } from \"./JsiInstance\";\n\nexport interface SkRect {\n readonly x: number;\n readonly y: number;\n readonly width: number;\n readonly height: number;\n}\n\nexport interface SkHostRect extends SkRect, SkJSIInstance<\"Rect\"> {\n setXYWH(x: number, y: number, width: number, height: number): void;\n}\n\nexport const isRect = (def: unknown): def is SkRect => {\n \"worklet\";\n if (typeof def === \"object\" && def !== null) {\n const rect = def as SkRect;\n return (\n typeof rect.x === \"number\" &&\n typeof rect.y === \"number\" &&\n typeof rect.width === \"number\" &&\n typeof rect.height === \"number\"\n );\n }\n return false;\n};\n"],"mappings":"AAaA,OAAO,MAAMA,MAAM,GAAIC,GAAD,IAAiC;EACrD;;EACA,IAAI,OAAOA,GAAP,KAAe,QAAf,IAA2BA,GAAG,KAAK,IAAvC,EAA6C;IAC3C,MAAMC,IAAI,GAAGD,GAAb;IACA,OACE,OAAOC,IAAI,CAACC,CAAZ,KAAkB,QAAlB,IACA,OAAOD,IAAI,CAACE,CAAZ,KAAkB,QADlB,IAEA,OAAOF,IAAI,CAACG,KAAZ,KAAsB,QAFtB,IAGA,OAAOH,IAAI,CAACI,MAAZ,KAAuB,QAJzB;EAMD;;EACD,OAAO,KAAP;AACD,CAZM"}
1
+ {"version":3,"names":["isRect","def","rect","x","y","width","height"],"sources":["Rect.ts"],"sourcesContent":["import type { SkJSIInstance } from \"./JsiInstance\";\n\nexport interface SkRect {\n readonly x: number;\n readonly y: number;\n readonly width: number;\n readonly height: number;\n}\n\nexport interface SkHostRect extends SkRect, SkJSIInstance<\"Rect\"> {\n setXYWH(x: number, y: number, width: number, height: number): void;\n}\n\nexport const isRect = (def: unknown): def is SkRect => {\n \"worklet\";\n if (typeof def === \"object\" && def !== null) {\n const rect = def as SkRect;\n return (\n typeof rect.x === \"number\" &&\n typeof rect.y === \"number\" &&\n typeof rect.width === \"number\" &&\n typeof rect.height === \"number\"\n );\n }\n return false;\n};\n"],"mappings":"AAaA,OAAO,MAAMA,MAAM,GAAIC,GAAY,IAAoB;EACrD,SAAS;;EACT,IAAI,OAAOA,GAAG,KAAK,QAAQ,IAAIA,GAAG,KAAK,IAAI,EAAE;IAC3C,MAAMC,IAAI,GAAGD,GAAa;IAC1B,OACE,OAAOC,IAAI,CAACC,CAAC,KAAK,QAAQ,IAC1B,OAAOD,IAAI,CAACE,CAAC,KAAK,QAAQ,IAC1B,OAAOF,IAAI,CAACG,KAAK,KAAK,QAAQ,IAC9B,OAAOH,IAAI,CAACI,MAAM,KAAK,QAAQ;EAEnC;EACA,OAAO,KAAK;AACd,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export * from \"./RuntimeEffect\";\nexport * from \"./RuntimeEffectFactory\";\n"],"mappings":"AAAA,cAAc,iBAAd;AACA,cAAc,wBAAd"}
1
+ {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export * from \"./RuntimeEffect\";\nexport * from \"./RuntimeEffectFactory\";\n"],"mappings":"AAAA,cAAc,iBAAiB;AAC/B,cAAc,wBAAwB"}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export * from \"./SVG\";\nexport * from \"./SVGFactory\";\n"],"mappings":"AAAA,cAAc,OAAd;AACA,cAAc,cAAd"}
1
+ {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export * from \"./SVG\";\nexport * from \"./SVGFactory\";\n"],"mappings":"AAAA,cAAc,OAAO;AACrB,cAAc,cAAc"}
@@ -1,9 +1,8 @@
1
1
  export const isShader = obj => obj !== null && obj.__typename__ === "Shader";
2
-
3
- const isVector = obj => // We have an issue to check property existence on JSI backed instances
2
+ const isVector = obj =>
3
+ // We have an issue to check property existence on JSI backed instances
4
4
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
5
5
  obj.x !== undefined && obj.y !== undefined;
6
-
7
6
  const processValue = (values, value) => {
8
7
  if (typeof value === "number") {
9
8
  values.push(value);
@@ -15,20 +14,17 @@ const processValue = (values, value) => {
15
14
  values.push(...value);
16
15
  }
17
16
  };
18
-
19
17
  export const processUniforms = (source, uniforms, builder) => {
20
18
  const result = [];
21
19
  const uniformsCount = source.getUniformCount();
22
-
23
20
  for (let i = 0; i < uniformsCount; i++) {
24
21
  const name = source.getUniformName(i);
25
22
  const value = uniforms[name];
26
-
27
23
  if (value === undefined) {
28
- throw new Error( // eslint-disable-next-line max-len
24
+ throw new Error(
25
+ // eslint-disable-next-line max-len
29
26
  `The runtime effect has the uniform value "${name}" declared, but it is missing from the uniforms property of the Runtime effect.`);
30
27
  }
31
-
32
28
  if (builder === undefined) {
33
29
  processValue(result, value);
34
30
  } else {
@@ -38,7 +34,6 @@ export const processUniforms = (source, uniforms, builder) => {
38
34
  result.push(...uniformValue);
39
35
  }
40
36
  }
41
-
42
37
  return result;
43
38
  };
44
39
  //# sourceMappingURL=Shader.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["isShader","obj","__typename__","isVector","x","undefined","y","processValue","values","value","push","Array","isArray","forEach","v","Float32Array","processUniforms","source","uniforms","builder","result","uniformsCount","getUniformCount","i","name","getUniformName","Error","uniformValue","setUniform"],"sources":["Shader.ts"],"sourcesContent":["import type { SkJSIInstance } from \"../JsiInstance\";\nimport type { Vector } from \"../Point\";\nimport type { SkRuntimeEffect, SkRuntimeShaderBuilder } from \"../RuntimeEffect\";\n\nexport const isShader = (obj: SkJSIInstance<string> | null): obj is SkShader =>\n obj !== null && obj.__typename__ === \"Shader\";\n\nexport type SkShader = SkJSIInstance<\"Shader\">;\n\nexport type Uniform =\n | number\n | Vector\n | Float32Array\n | readonly Uniform[]\n | Uniform[];\n\nexport interface Uniforms {\n [name: string]: Uniform;\n}\n\nconst isVector = (obj: unknown): obj is Vector =>\n // We have an issue to check property existence on JSI backed instances\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n (obj as any).x !== undefined && (obj as any).y !== undefined;\n\nconst processValue = (values: number[], value: Uniform) => {\n if (typeof value === \"number\") {\n values.push(value);\n } else if (Array.isArray(value)) {\n value.forEach((v) => processValue(values, v));\n } else if (isVector(value)) {\n values.push(value.x, value.y);\n } else if (value instanceof Float32Array) {\n values.push(...value);\n }\n};\n\nexport const processUniforms = (\n source: SkRuntimeEffect,\n uniforms: Uniforms,\n builder?: SkRuntimeShaderBuilder\n) => {\n const result: number[] = [];\n const uniformsCount = source.getUniformCount();\n for (let i = 0; i < uniformsCount; i++) {\n const name = source.getUniformName(i);\n const value = uniforms[name];\n if (value === undefined) {\n throw new Error(\n // eslint-disable-next-line max-len\n `The runtime effect has the uniform value \"${name}\" declared, but it is missing from the uniforms property of the Runtime effect.`\n );\n }\n if (builder === undefined) {\n processValue(result, value);\n } else {\n const uniformValue: number[] = [];\n processValue(uniformValue, value);\n builder.setUniform(name, uniformValue);\n result.push(...uniformValue);\n }\n }\n return result;\n};\n"],"mappings":"AAIA,OAAO,MAAMA,QAAQ,GAAIC,GAAD,IACtBA,GAAG,KAAK,IAAR,IAAgBA,GAAG,CAACC,YAAJ,KAAqB,QADhC;;AAgBP,MAAMC,QAAQ,GAAIF,GAAD,IACf;AACA;AACCA,GAAD,CAAaG,CAAb,KAAmBC,SAAnB,IAAiCJ,GAAD,CAAaK,CAAb,KAAmBD,SAHrD;;AAKA,MAAME,YAAY,GAAG,CAACC,MAAD,EAAmBC,KAAnB,KAAsC;EACzD,IAAI,OAAOA,KAAP,KAAiB,QAArB,EAA+B;IAC7BD,MAAM,CAACE,IAAP,CAAYD,KAAZ;EACD,CAFD,MAEO,IAAIE,KAAK,CAACC,OAAN,CAAcH,KAAd,CAAJ,EAA0B;IAC/BA,KAAK,CAACI,OAAN,CAAeC,CAAD,IAAOP,YAAY,CAACC,MAAD,EAASM,CAAT,CAAjC;EACD,CAFM,MAEA,IAAIX,QAAQ,CAACM,KAAD,CAAZ,EAAqB;IAC1BD,MAAM,CAACE,IAAP,CAAYD,KAAK,CAACL,CAAlB,EAAqBK,KAAK,CAACH,CAA3B;EACD,CAFM,MAEA,IAAIG,KAAK,YAAYM,YAArB,EAAmC;IACxCP,MAAM,CAACE,IAAP,CAAY,GAAGD,KAAf;EACD;AACF,CAVD;;AAYA,OAAO,MAAMO,eAAe,GAAG,CAC7BC,MAD6B,EAE7BC,QAF6B,EAG7BC,OAH6B,KAI1B;EACH,MAAMC,MAAgB,GAAG,EAAzB;EACA,MAAMC,aAAa,GAAGJ,MAAM,CAACK,eAAP,EAAtB;;EACA,KAAK,IAAIC,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGF,aAApB,EAAmCE,CAAC,EAApC,EAAwC;IACtC,MAAMC,IAAI,GAAGP,MAAM,CAACQ,cAAP,CAAsBF,CAAtB,CAAb;IACA,MAAMd,KAAK,GAAGS,QAAQ,CAACM,IAAD,CAAtB;;IACA,IAAIf,KAAK,KAAKJ,SAAd,EAAyB;MACvB,MAAM,IAAIqB,KAAJ,EACJ;MACC,6CAA4CF,IAAK,iFAF9C,CAAN;IAID;;IACD,IAAIL,OAAO,KAAKd,SAAhB,EAA2B;MACzBE,YAAY,CAACa,MAAD,EAASX,KAAT,CAAZ;IACD,CAFD,MAEO;MACL,MAAMkB,YAAsB,GAAG,EAA/B;MACApB,YAAY,CAACoB,YAAD,EAAelB,KAAf,CAAZ;MACAU,OAAO,CAACS,UAAR,CAAmBJ,IAAnB,EAAyBG,YAAzB;MACAP,MAAM,CAACV,IAAP,CAAY,GAAGiB,YAAf;IACD;EACF;;EACD,OAAOP,MAAP;AACD,CA1BM"}
1
+ {"version":3,"names":["isShader","obj","__typename__","isVector","x","undefined","y","processValue","values","value","push","Array","isArray","forEach","v","Float32Array","processUniforms","source","uniforms","builder","result","uniformsCount","getUniformCount","i","name","getUniformName","Error","uniformValue","setUniform"],"sources":["Shader.ts"],"sourcesContent":["import type { SkJSIInstance } from \"../JsiInstance\";\nimport type { Vector } from \"../Point\";\nimport type { SkRuntimeEffect, SkRuntimeShaderBuilder } from \"../RuntimeEffect\";\n\nexport const isShader = (obj: SkJSIInstance<string> | null): obj is SkShader =>\n obj !== null && obj.__typename__ === \"Shader\";\n\nexport type SkShader = SkJSIInstance<\"Shader\">;\n\nexport type Uniform =\n | number\n | Vector\n | Float32Array\n | readonly Uniform[]\n | Uniform[];\n\nexport interface Uniforms {\n [name: string]: Uniform;\n}\n\nconst isVector = (obj: unknown): obj is Vector =>\n // We have an issue to check property existence on JSI backed instances\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n (obj as any).x !== undefined && (obj as any).y !== undefined;\n\nconst processValue = (values: number[], value: Uniform) => {\n if (typeof value === \"number\") {\n values.push(value);\n } else if (Array.isArray(value)) {\n value.forEach((v) => processValue(values, v));\n } else if (isVector(value)) {\n values.push(value.x, value.y);\n } else if (value instanceof Float32Array) {\n values.push(...value);\n }\n};\n\nexport const processUniforms = (\n source: SkRuntimeEffect,\n uniforms: Uniforms,\n builder?: SkRuntimeShaderBuilder\n) => {\n const result: number[] = [];\n const uniformsCount = source.getUniformCount();\n for (let i = 0; i < uniformsCount; i++) {\n const name = source.getUniformName(i);\n const value = uniforms[name];\n if (value === undefined) {\n throw new Error(\n // eslint-disable-next-line max-len\n `The runtime effect has the uniform value \"${name}\" declared, but it is missing from the uniforms property of the Runtime effect.`\n );\n }\n if (builder === undefined) {\n processValue(result, value);\n } else {\n const uniformValue: number[] = [];\n processValue(uniformValue, value);\n builder.setUniform(name, uniformValue);\n result.push(...uniformValue);\n }\n }\n return result;\n};\n"],"mappings":"AAIA,OAAO,MAAMA,QAAQ,GAAIC,GAAiC,IACxDA,GAAG,KAAK,IAAI,IAAIA,GAAG,CAACC,YAAY,KAAK,QAAQ;AAe/C,MAAMC,QAAQ,GAAIF,GAAY;AAC5B;AACA;AACCA,GAAG,CAASG,CAAC,KAAKC,SAAS,IAAKJ,GAAG,CAASK,CAAC,KAAKD,SAAS;AAE9D,MAAME,YAAY,GAAGA,CAACC,MAAgB,EAAEC,KAAc,KAAK;EACzD,IAAI,OAAOA,KAAK,KAAK,QAAQ,EAAE;IAC7BD,MAAM,CAACE,IAAI,CAACD,KAAK,CAAC;EACpB,CAAC,MAAM,IAAIE,KAAK,CAACC,OAAO,CAACH,KAAK,CAAC,EAAE;IAC/BA,KAAK,CAACI,OAAO,CAAEC,CAAC,IAAKP,YAAY,CAACC,MAAM,EAAEM,CAAC,CAAC,CAAC;EAC/C,CAAC,MAAM,IAAIX,QAAQ,CAACM,KAAK,CAAC,EAAE;IAC1BD,MAAM,CAACE,IAAI,CAACD,KAAK,CAACL,CAAC,EAAEK,KAAK,CAACH,CAAC,CAAC;EAC/B,CAAC,MAAM,IAAIG,KAAK,YAAYM,YAAY,EAAE;IACxCP,MAAM,CAACE,IAAI,CAAC,GAAGD,KAAK,CAAC;EACvB;AACF,CAAC;AAED,OAAO,MAAMO,eAAe,GAAGA,CAC7BC,MAAuB,EACvBC,QAAkB,EAClBC,OAAgC,KAC7B;EACH,MAAMC,MAAgB,GAAG,EAAE;EAC3B,MAAMC,aAAa,GAAGJ,MAAM,CAACK,eAAe,CAAC,CAAC;EAC9C,KAAK,IAAIC,CAAC,GAAG,CAAC,EAAEA,CAAC,GAAGF,aAAa,EAAEE,CAAC,EAAE,EAAE;IACtC,MAAMC,IAAI,GAAGP,MAAM,CAACQ,cAAc,CAACF,CAAC,CAAC;IACrC,MAAMd,KAAK,GAAGS,QAAQ,CAACM,IAAI,CAAC;IAC5B,IAAIf,KAAK,KAAKJ,SAAS,EAAE;MACvB,MAAM,IAAIqB,KAAK;MACb;MACC,6CAA4CF,IAAK,iFACpD,CAAC;IACH;IACA,IAAIL,OAAO,KAAKd,SAAS,EAAE;MACzBE,YAAY,CAACa,MAAM,EAAEX,KAAK,CAAC;IAC7B,CAAC,MAAM;MACL,MAAMkB,YAAsB,GAAG,EAAE;MACjCpB,YAAY,CAACoB,YAAY,EAAElB,KAAK,CAAC;MACjCU,OAAO,CAACS,UAAU,CAACJ,IAAI,EAAEG,YAAY,CAAC;MACtCP,MAAM,CAACV,IAAI,CAAC,GAAGiB,YAAY,CAAC;IAC9B;EACF;EACA,OAAOP,MAAM;AACf,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export * from \"./Shader\";\nexport * from \"./ShaderFactory\";\n"],"mappings":"AAAA,cAAc,UAAd;AACA,cAAc,iBAAd"}
1
+ {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export * from \"./Shader\";\nexport * from \"./ShaderFactory\";\n"],"mappings":"AAAA,cAAc,UAAU;AACxB,cAAc,iBAAiB"}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export * from \"./Surface\";\nexport * from \"./SurfaceFactory\";\n"],"mappings":"AAAA,cAAc,WAAd;AACA,cAAc,kBAAd"}
1
+ {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export * from \"./Surface\";\nexport * from \"./SurfaceFactory\";\n"],"mappings":"AAAA,cAAc,WAAW;AACzB,cAAc,kBAAkB"}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export * from \"./Typeface\";\nexport * from \"./TypefaceFactory\";\n"],"mappings":"AAAA,cAAc,YAAd;AACA,cAAc,mBAAd"}
1
+ {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export * from \"./Typeface\";\nexport * from \"./TypefaceFactory\";\n"],"mappings":"AAAA,cAAc,YAAY;AAC1B,cAAc,mBAAmB"}
@@ -1,8 +1,7 @@
1
- export let VertexMode;
2
-
3
- (function (VertexMode) {
1
+ export let VertexMode = /*#__PURE__*/function (VertexMode) {
4
2
  VertexMode[VertexMode["Triangles"] = 0] = "Triangles";
5
3
  VertexMode[VertexMode["TrianglesStrip"] = 1] = "TrianglesStrip";
6
4
  VertexMode[VertexMode["TriangleFan"] = 2] = "TriangleFan";
7
- })(VertexMode || (VertexMode = {}));
5
+ return VertexMode;
6
+ }({});
8
7
  //# sourceMappingURL=Vertices.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["VertexMode"],"sources":["Vertices.tsx"],"sourcesContent":["import type { SkRect } from \"../Rect\";\nimport type { SkJSIInstance } from \"../JsiInstance\";\n\nexport enum VertexMode {\n Triangles,\n TrianglesStrip,\n TriangleFan,\n}\n\nexport interface SkVertices extends SkJSIInstance<\"Vertices\"> {\n /**\n * Return the bounding area for the vertices.\n */\n bounds(): SkRect;\n\n /**\n * Return a unique ID for this vertices object.\n */\n uniqueID(): number;\n}\n"],"mappings":"AAGA,WAAYA,UAAZ;;WAAYA,U;EAAAA,U,CAAAA,U;EAAAA,U,CAAAA,U;EAAAA,U,CAAAA,U;GAAAA,U,KAAAA,U"}
1
+ {"version":3,"names":["VertexMode"],"sources":["Vertices.tsx"],"sourcesContent":["import type { SkRect } from \"../Rect\";\nimport type { SkJSIInstance } from \"../JsiInstance\";\n\nexport enum VertexMode {\n Triangles,\n TrianglesStrip,\n TriangleFan,\n}\n\nexport interface SkVertices extends SkJSIInstance<\"Vertices\"> {\n /**\n * Return the bounding area for the vertices.\n */\n bounds(): SkRect;\n\n /**\n * Return a unique ID for this vertices object.\n */\n uniqueID(): number;\n}\n"],"mappings":"AAGA,WAAYA,UAAU,0BAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAA,OAAVA,UAAU;AAAA"}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export * from \"./Vertices\";\n"],"mappings":"AAAA,cAAc,YAAd"}
1
+ {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export * from \"./Vertices\";\n"],"mappings":"AAAA,cAAc,YAAY"}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export * from \"./Picture\";\nexport * from \"./Data\";\nexport * from \"./SVG\";\nexport * from \"./Surface\";\nexport * from \"./Vertices\";\nexport * from \"./RuntimeEffect\";\nexport * from \"./Shader\";\nexport * from \"./Image\";\nexport * from \"./AnimatedImage\";\nexport * from \"./ColorFilter\";\nexport * from \"./ImageFilter\";\nexport * from \"./Font\";\nexport * from \"./Typeface\";\nexport * from \"./Paint\";\nexport * from \"./Path\";\nexport * from \"./Color\";\nexport * from \"./Canvas\";\nexport * from \"./ContourMeasure\";\nexport * from \"./MaskFilter\";\nexport * from \"./Matrix\";\nexport * from \"./PathEffect\";\nexport * from \"./Point\";\nexport * from \"./Rect\";\nexport * from \"./RRect\";\nexport * from \"./RSXform\";\nexport * from \"./JsiInstance\";\nexport * from \"./Skia\";\nexport * from \"./TextBlob\";\nexport * from \"./Size\";\nexport * from \"./Paragraph\";\nexport * from \"./Matrix4\";\n"],"mappings":"AAAA,cAAc,WAAd;AACA,cAAc,QAAd;AACA,cAAc,OAAd;AACA,cAAc,WAAd;AACA,cAAc,YAAd;AACA,cAAc,iBAAd;AACA,cAAc,UAAd;AACA,cAAc,SAAd;AACA,cAAc,iBAAd;AACA,cAAc,eAAd;AACA,cAAc,eAAd;AACA,cAAc,QAAd;AACA,cAAc,YAAd;AACA,cAAc,SAAd;AACA,cAAc,QAAd;AACA,cAAc,SAAd;AACA,cAAc,UAAd;AACA,cAAc,kBAAd;AACA,cAAc,cAAd;AACA,cAAc,UAAd;AACA,cAAc,cAAd;AACA,cAAc,SAAd;AACA,cAAc,QAAd;AACA,cAAc,SAAd;AACA,cAAc,WAAd;AACA,cAAc,eAAd;AACA,cAAc,QAAd;AACA,cAAc,YAAd;AACA,cAAc,QAAd;AACA,cAAc,aAAd;AACA,cAAc,WAAd"}
1
+ {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export * from \"./Picture\";\nexport * from \"./Data\";\nexport * from \"./SVG\";\nexport * from \"./Surface\";\nexport * from \"./Vertices\";\nexport * from \"./RuntimeEffect\";\nexport * from \"./Shader\";\nexport * from \"./Image\";\nexport * from \"./AnimatedImage\";\nexport * from \"./ColorFilter\";\nexport * from \"./ImageFilter\";\nexport * from \"./Font\";\nexport * from \"./Typeface\";\nexport * from \"./Paint\";\nexport * from \"./Path\";\nexport * from \"./Color\";\nexport * from \"./Canvas\";\nexport * from \"./ContourMeasure\";\nexport * from \"./MaskFilter\";\nexport * from \"./Matrix\";\nexport * from \"./PathEffect\";\nexport * from \"./Point\";\nexport * from \"./Rect\";\nexport * from \"./RRect\";\nexport * from \"./RSXform\";\nexport * from \"./JsiInstance\";\nexport * from \"./Skia\";\nexport * from \"./TextBlob\";\nexport * from \"./Size\";\nexport * from \"./Paragraph\";\nexport * from \"./Matrix4\";\n"],"mappings":"AAAA,cAAc,WAAW;AACzB,cAAc,QAAQ;AACtB,cAAc,OAAO;AACrB,cAAc,WAAW;AACzB,cAAc,YAAY;AAC1B,cAAc,iBAAiB;AAC/B,cAAc,UAAU;AACxB,cAAc,SAAS;AACvB,cAAc,iBAAiB;AAC/B,cAAc,eAAe;AAC7B,cAAc,eAAe;AAC7B,cAAc,QAAQ;AACtB,cAAc,YAAY;AAC1B,cAAc,SAAS;AACvB,cAAc,QAAQ;AACtB,cAAc,SAAS;AACvB,cAAc,UAAU;AACxB,cAAc,kBAAkB;AAChC,cAAc,cAAc;AAC5B,cAAc,UAAU;AACxB,cAAc,cAAc;AAC5B,cAAc,SAAS;AACvB,cAAc,QAAQ;AACtB,cAAc,SAAS;AACvB,cAAc,WAAW;AACzB,cAAc,eAAe;AAC7B,cAAc,QAAQ;AACtB,cAAc,YAAY;AAC1B,cAAc,QAAQ;AACtB,cAAc,aAAa;AAC3B,cAAc,WAAW"}
@@ -1,43 +1,33 @@
1
- function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
2
-
1
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
2
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
3
+ function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
3
4
  export class NotImplementedOnRNWeb extends Error {
4
5
  constructor(msg) {
5
6
  super(msg !== null && msg !== void 0 ? msg : "Not implemented on React Native Web");
6
7
  }
7
-
8
8
  }
9
9
  export class Host {
10
10
  constructor(CanvasKit) {
11
11
  _defineProperty(this, "CanvasKit", void 0);
12
-
13
12
  this.CanvasKit = CanvasKit;
14
13
  }
15
-
16
14
  }
17
15
  export class BaseHostObject extends Host {
18
16
  constructor(CanvasKit, ref, typename) {
19
17
  super(CanvasKit);
20
-
21
18
  _defineProperty(this, "__typename__", void 0);
22
-
23
19
  _defineProperty(this, "ref", void 0);
24
-
25
20
  this.ref = ref;
26
21
  this.__typename__ = typename;
27
22
  }
28
-
29
23
  }
30
24
  export class HostObject extends BaseHostObject {
31
25
  static fromValue(value) {
32
26
  return value.ref;
33
27
  }
34
-
35
28
  }
36
- export const getEnum = (e, v) => Object.values(e).find(_ref => {
37
- let {
38
- value
39
- } = _ref;
40
- return value === v;
41
- });
29
+ export const getEnum = (e, v) => Object.values(e).find(({
30
+ value
31
+ }) => value === v);
42
32
  export const optEnum = (e, value) => value === undefined ? undefined : getEnum(e, value);
43
33
  //# sourceMappingURL=Host.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["NotImplementedOnRNWeb","Error","constructor","msg","Host","CanvasKit","BaseHostObject","ref","typename","__typename__","HostObject","fromValue","value","getEnum","e","v","Object","values","find","optEnum","undefined"],"sources":["Host.ts"],"sourcesContent":["import type { CanvasKit, EmbindEnumEntity, EmbindEnum } from \"canvaskit-wasm\";\n\nimport type { SkJSIInstance } from \"../types\";\n\nexport class NotImplementedOnRNWeb extends Error {\n constructor(msg?: string) {\n super(msg ?? \"Not implemented on React Native Web\");\n }\n}\n\nexport abstract class Host {\n readonly CanvasKit: CanvasKit;\n\n constructor(CanvasKit: CanvasKit) {\n this.CanvasKit = CanvasKit;\n }\n}\n\nexport abstract class BaseHostObject<T, N extends string>\n extends Host\n implements SkJSIInstance<N>\n{\n readonly __typename__: N;\n ref: T;\n\n constructor(CanvasKit: CanvasKit, ref: T, typename: N) {\n super(CanvasKit);\n this.ref = ref;\n this.__typename__ = typename;\n }\n\n abstract dispose(): void;\n}\n\nexport abstract class HostObject<T, N extends string> extends BaseHostObject<\n T,\n N\n> {\n static fromValue<T>(value: SkJSIInstance<string>) {\n return (value as HostObject<T, string>).ref;\n }\n}\n\nexport const getEnum = (e: EmbindEnum, v: number): EmbindEnumEntity =>\n Object.values(e).find(({ value }) => value === v);\n\nexport const optEnum = (\n e: EmbindEnum,\n value: number | undefined\n): EmbindEnumEntity | undefined =>\n value === undefined ? undefined : getEnum(e, value);\n"],"mappings":";;AAIA,OAAO,MAAMA,qBAAN,SAAoCC,KAApC,CAA0C;EAC/CC,WAAW,CAACC,GAAD,EAAe;IACxB,MAAMA,GAAN,aAAMA,GAAN,cAAMA,GAAN,GAAa,qCAAb;EACD;;AAH8C;AAMjD,OAAO,MAAeC,IAAf,CAAoB;EAGzBF,WAAW,CAACG,SAAD,EAAuB;IAAA;;IAChC,KAAKA,SAAL,GAAiBA,SAAjB;EACD;;AALwB;AAQ3B,OAAO,MAAeC,cAAf,SACGF,IADH,CAGP;EAIEF,WAAW,CAACG,SAAD,EAAuBE,GAAvB,EAA+BC,QAA/B,EAA4C;IACrD,MAAMH,SAAN;;IADqD;;IAAA;;IAErD,KAAKE,GAAL,GAAWA,GAAX;IACA,KAAKE,YAAL,GAAoBD,QAApB;EACD;;AARH;AAaA,OAAO,MAAeE,UAAf,SAAuDJ,cAAvD,CAGL;EACgB,OAATK,SAAS,CAAIC,KAAJ,EAAkC;IAChD,OAAQA,KAAD,CAAiCL,GAAxC;EACD;;AAHD;AAMF,OAAO,MAAMM,OAAO,GAAG,CAACC,CAAD,EAAgBC,CAAhB,KACrBC,MAAM,CAACC,MAAP,CAAcH,CAAd,EAAiBI,IAAjB,CAAsB;EAAA,IAAC;IAAEN;EAAF,CAAD;EAAA,OAAeA,KAAK,KAAKG,CAAzB;AAAA,CAAtB,CADK;AAGP,OAAO,MAAMI,OAAO,GAAG,CACrBL,CADqB,EAErBF,KAFqB,KAIrBA,KAAK,KAAKQ,SAAV,GAAsBA,SAAtB,GAAkCP,OAAO,CAACC,CAAD,EAAIF,KAAJ,CAJpC"}
1
+ {"version":3,"names":["NotImplementedOnRNWeb","Error","constructor","msg","Host","CanvasKit","_defineProperty","BaseHostObject","ref","typename","__typename__","HostObject","fromValue","value","getEnum","e","v","Object","values","find","optEnum","undefined"],"sources":["Host.ts"],"sourcesContent":["import type { CanvasKit, EmbindEnumEntity, EmbindEnum } from \"canvaskit-wasm\";\n\nimport type { SkJSIInstance } from \"../types\";\n\nexport class NotImplementedOnRNWeb extends Error {\n constructor(msg?: string) {\n super(msg ?? \"Not implemented on React Native Web\");\n }\n}\n\nexport abstract class Host {\n readonly CanvasKit: CanvasKit;\n\n constructor(CanvasKit: CanvasKit) {\n this.CanvasKit = CanvasKit;\n }\n}\n\nexport abstract class BaseHostObject<T, N extends string>\n extends Host\n implements SkJSIInstance<N>\n{\n readonly __typename__: N;\n ref: T;\n\n constructor(CanvasKit: CanvasKit, ref: T, typename: N) {\n super(CanvasKit);\n this.ref = ref;\n this.__typename__ = typename;\n }\n\n abstract dispose(): void;\n}\n\nexport abstract class HostObject<T, N extends string> extends BaseHostObject<\n T,\n N\n> {\n static fromValue<T>(value: SkJSIInstance<string>) {\n return (value as HostObject<T, string>).ref;\n }\n}\n\nexport const getEnum = (e: EmbindEnum, v: number): EmbindEnumEntity =>\n Object.values(e).find(({ value }) => value === v);\n\nexport const optEnum = (\n e: EmbindEnum,\n value: number | undefined\n): EmbindEnumEntity | undefined =>\n value === undefined ? undefined : getEnum(e, value);\n"],"mappings":";;;AAIA,OAAO,MAAMA,qBAAqB,SAASC,KAAK,CAAC;EAC/CC,WAAWA,CAACC,GAAY,EAAE;IACxB,KAAK,CAACA,GAAG,aAAHA,GAAG,cAAHA,GAAG,GAAI,qCAAqC,CAAC;EACrD;AACF;AAEA,OAAO,MAAeC,IAAI,CAAC;EAGzBF,WAAWA,CAACG,SAAoB,EAAE;IAAAC,eAAA;IAChC,IAAI,CAACD,SAAS,GAAGA,SAAS;EAC5B;AACF;AAEA,OAAO,MAAeE,cAAc,SAC1BH,IAAI,CAEd;EAIEF,WAAWA,CAACG,SAAoB,EAAEG,GAAM,EAAEC,QAAW,EAAE;IACrD,KAAK,CAACJ,SAAS,CAAC;IAACC,eAAA;IAAAA,eAAA;IACjB,IAAI,CAACE,GAAG,GAAGA,GAAG;IACd,IAAI,CAACE,YAAY,GAAGD,QAAQ;EAC9B;AAGF;AAEA,OAAO,MAAeE,UAAU,SAA8BJ,cAAc,CAG1E;EACA,OAAOK,SAASA,CAAIC,KAA4B,EAAE;IAChD,OAAQA,KAAK,CAA2BL,GAAG;EAC7C;AACF;AAEA,OAAO,MAAMM,OAAO,GAAGA,CAACC,CAAa,EAAEC,CAAS,KAC9CC,MAAM,CAACC,MAAM,CAACH,CAAC,CAAC,CAACI,IAAI,CAAC,CAAC;EAAEN;AAAM,CAAC,KAAKA,KAAK,KAAKG,CAAC,CAAC;AAEnD,OAAO,MAAMI,OAAO,GAAGA,CACrBL,CAAa,EACbF,KAAyB,KAEzBA,KAAK,KAAKQ,SAAS,GAAGA,SAAS,GAAGP,OAAO,CAACC,CAAC,EAAEF,KAAK,CAAC"}
@@ -1,33 +1,27 @@
1
- function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
2
-
1
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
2
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
3
+ function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
3
4
  import { HostObject } from "./Host";
4
5
  import { JsiSkImage } from "./JsiSkImage";
5
6
  export class JsiSkAnimatedImage extends HostObject {
6
7
  constructor(CanvasKit, ref) {
7
8
  super(CanvasKit, ref, "AnimatedImage");
8
-
9
9
  _defineProperty(this, "dispose", () => {
10
10
  this.ref.delete();
11
11
  });
12
12
  }
13
-
14
13
  decodeNextFrame() {
15
14
  return this.ref.decodeNextFrame();
16
15
  }
17
-
18
16
  currentFrameDuration() {
19
17
  return this.ref.currentFrameDuration();
20
18
  }
21
-
22
19
  getCurrentFrame() {
23
20
  const image = this.ref.makeImageAtCurrentFrame();
24
-
25
21
  if (image === null) {
26
22
  return null;
27
23
  }
28
-
29
24
  return new JsiSkImage(this.CanvasKit, image);
30
25
  }
31
-
32
26
  }
33
27
  //# sourceMappingURL=JsiSkAnimatedImage.js.map