@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
@@ -3,9 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
-
7
6
  var _Data = require("./Data");
8
-
9
7
  Object.keys(_Data).forEach(function (key) {
10
8
  if (key === "default" || key === "__esModule") return;
11
9
  if (key in exports && exports[key] === _Data[key]) return;
@@ -16,9 +14,7 @@ Object.keys(_Data).forEach(function (key) {
16
14
  }
17
15
  });
18
16
  });
19
-
20
17
  var _DataFactory = require("./DataFactory");
21
-
22
18
  Object.keys(_DataFactory).forEach(function (key) {
23
19
  if (key === "default" || key === "__esModule") return;
24
20
  if (key in exports && exports[key] === _DataFactory[key]) return;
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export * from \"./Data\";\nexport * from \"./DataFactory\";\n"],"mappings":";;;;;;AAAA;;AAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AACA;;AAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA"}
1
+ {"version":3,"names":["_Data","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_DataFactory"],"sources":["index.ts"],"sourcesContent":["export * from \"./Data\";\nexport * from \"./DataFactory\";\n"],"mappings":";;;;;AAAA,IAAAA,KAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,KAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,KAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,KAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,YAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,YAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,YAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,YAAA,CAAAL,GAAA;IAAA;EAAA;AAAA"}
@@ -4,17 +4,12 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.FontWidth = exports.FontWeight = exports.FontStyle = exports.FontSlant = exports.FontHinting = exports.FontEdging = void 0;
7
-
8
7
  const fontStyle = (weight, width, slant) => ({
9
8
  weight,
10
9
  width,
11
10
  slant
12
11
  });
13
-
14
- let FontWeight;
15
- exports.FontWeight = FontWeight;
16
-
17
- (function (FontWeight) {
12
+ let FontWeight = exports.FontWeight = /*#__PURE__*/function (FontWeight) {
18
13
  FontWeight[FontWeight["Invisible"] = 0] = "Invisible";
19
14
  FontWeight[FontWeight["Thin"] = 100] = "Thin";
20
15
  FontWeight[FontWeight["ExtraLight"] = 200] = "ExtraLight";
@@ -26,12 +21,9 @@ exports.FontWeight = FontWeight;
26
21
  FontWeight[FontWeight["ExtraBold"] = 800] = "ExtraBold";
27
22
  FontWeight[FontWeight["Black"] = 900] = "Black";
28
23
  FontWeight[FontWeight["ExtraBlack"] = 1000] = "ExtraBlack";
29
- })(FontWeight || (exports.FontWeight = FontWeight = {}));
30
-
31
- let FontWidth;
32
- exports.FontWidth = FontWidth;
33
-
34
- (function (FontWidth) {
24
+ return FontWeight;
25
+ }({});
26
+ let FontWidth = exports.FontWidth = /*#__PURE__*/function (FontWidth) {
35
27
  FontWidth[FontWidth["UltraCondensed"] = 1] = "UltraCondensed";
36
28
  FontWidth[FontWidth["ExtraCondensed"] = 2] = "ExtraCondensed";
37
29
  FontWidth[FontWidth["Condensed"] = 3] = "Condensed";
@@ -41,41 +33,31 @@ exports.FontWidth = FontWidth;
41
33
  FontWidth[FontWidth["Expanded"] = 7] = "Expanded";
42
34
  FontWidth[FontWidth["ExtraExpanded"] = 8] = "ExtraExpanded";
43
35
  FontWidth[FontWidth["UltraExpanded"] = 9] = "UltraExpanded";
44
- })(FontWidth || (exports.FontWidth = FontWidth = {}));
45
-
46
- let FontSlant;
47
- exports.FontSlant = FontSlant;
48
-
49
- (function (FontSlant) {
36
+ return FontWidth;
37
+ }({});
38
+ let FontSlant = exports.FontSlant = /*#__PURE__*/function (FontSlant) {
50
39
  FontSlant[FontSlant["Upright"] = 0] = "Upright";
51
40
  FontSlant[FontSlant["Italic"] = 1] = "Italic";
52
41
  FontSlant[FontSlant["Oblique"] = 2] = "Oblique";
53
- })(FontSlant || (exports.FontSlant = FontSlant = {}));
54
-
55
- let FontEdging;
56
- exports.FontEdging = FontEdging;
57
-
58
- (function (FontEdging) {
42
+ return FontSlant;
43
+ }({});
44
+ let FontEdging = exports.FontEdging = /*#__PURE__*/function (FontEdging) {
59
45
  FontEdging[FontEdging["Alias"] = 0] = "Alias";
60
46
  FontEdging[FontEdging["AntiAlias"] = 1] = "AntiAlias";
61
47
  FontEdging[FontEdging["SubpixelAntiAlias"] = 2] = "SubpixelAntiAlias";
62
- })(FontEdging || (exports.FontEdging = FontEdging = {}));
63
-
64
- let FontHinting;
65
- exports.FontHinting = FontHinting;
66
-
67
- (function (FontHinting) {
48
+ return FontEdging;
49
+ }({});
50
+ let FontHinting = exports.FontHinting = /*#__PURE__*/function (FontHinting) {
68
51
  FontHinting[FontHinting["None"] = 0] = "None";
69
52
  FontHinting[FontHinting["Slight"] = 1] = "Slight";
70
53
  FontHinting[FontHinting["Normal"] = 2] = "Normal";
71
54
  FontHinting[FontHinting["Full"] = 3] = "Full";
72
- })(FontHinting || (exports.FontHinting = FontHinting = {}));
73
-
74
- const FontStyle = {
55
+ return FontHinting;
56
+ }({});
57
+ const FontStyle = exports.FontStyle = {
75
58
  Normal: fontStyle(FontWeight.Normal, FontWidth.Normal, FontSlant.Upright),
76
59
  Bold: fontStyle(FontWeight.Bold, FontWidth.Normal, FontSlant.Upright),
77
60
  Italic: fontStyle(FontWeight.Normal, FontWidth.Normal, FontSlant.Italic),
78
61
  BoldItalic: fontStyle(FontWeight.Bold, FontWidth.Normal, FontSlant.Italic)
79
62
  };
80
- exports.FontStyle = FontStyle;
81
63
  //# sourceMappingURL=Font.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["fontStyle","weight","width","slant","FontWeight","FontWidth","FontSlant","FontEdging","FontHinting","FontStyle","Normal","Upright","Bold","Italic","BoldItalic"],"sources":["Font.ts"],"sourcesContent":["import type { SkJSIInstance } from \"../JsiInstance\";\nimport type { SkPaint } from \"../Paint\";\nimport type { SkRect } from \"../Rect\";\nimport type { SkPoint } from \"../Point\";\nimport type { SkTypeface } from \"../Typeface\";\n\nexport interface FontMetrics {\n ascent: number; // suggested space above the baseline. < 0\n descent: number; // suggested space below the baseline. > 0\n leading: number; // suggested spacing between descent of previous line and ascent of next line.\n bounds?: SkRect; // smallest rect containing all glyphs (relative to 0,0)\n}\n\nexport interface SkFont extends SkJSIInstance<\"Font\"> {\n /**\n * Returns the advance width of text.\n * The advance is the normal distance to move before drawing additional text.\n * Returns the bounding box of text\n * @param text\n * @param paint\n */\n measureText(text: string, paint?: SkPaint): SkRect;\n\n /**\n * Retrieves the total width of the provided text\n * @param text\n * @param paint\n * @deprecated Use measureText or getGlyphWidths instead\n */\n getTextWidth(text: string, paint?: SkPaint): number;\n\n /**\n * Retrieves the advanceX measurements for each glyph.\n * If paint is not null, its stroking, PathEffect, and MaskFilter fields are respected.\n * One width per glyph is returned in the returned array.\n * @param glyphs\n * @param paint\n */\n getGlyphWidths(glyphs: number[], paint?: SkPaint): number[];\n\n /**\n * Returns the FontMetrics for this font.\n */\n getMetrics(): FontMetrics;\n\n /**\n * Retrieves the glyph ids for each code point in the provided string. This call is passed to\n * the typeface of this font. Note that glyph IDs are typeface-dependent; different faces\n * may have different ids for the same code point.\n * @param str\n * @param numCodePoints - the number of code points in the string. Defaults to str.length.\n */\n getGlyphIDs(str: string, numCodePoints?: number): number[];\n\n /**\n * Computes any intersections of a thick \"line\" and a run of positionsed glyphs.\n * The thick line is represented as a top and bottom coordinate (positive for\n * below the baseline, negative for above). If there are no intersections\n * (e.g. if this is intended as an underline, and there are no \"collisions\")\n * then the returned array will be empty. If there are intersections, the array\n * will contain pairs of X coordinates [start, end] for each segment that\n * intersected with a glyph.\n *\n * @param glyphs the glyphs to intersect with\n * @param positions x,y coordinates (2 per glyph) for each glyph\n * @param top top of the thick \"line\" to use for intersection testing\n * @param bottom bottom of the thick \"line\" to use for intersection testing\n * @return array of [start, end] x-coordinate pairs. Maybe be empty.\n */\n getGlyphIntercepts(\n glyphs: number[],\n positions: SkPoint[],\n top: number,\n bottom: number\n ): number[];\n\n /**\n * Returns text scale on x-axis. Default value is 1.\n */\n getScaleX(): number;\n\n /**\n * Returns text size in points.\n */\n getSize(): number;\n\n /**\n * Returns text skew on x-axis. Default value is zero.\n */\n getSkewX(): number;\n\n /**\n * Returns embolden effect for this font. Default value is false.\n */\n isEmbolden(): boolean;\n\n /**\n * Returns the Typeface set for this font.\n */\n getTypeface(): SkTypeface | null;\n\n /**\n * Requests, but does not require, that edge pixels draw opaque or with partial transparency.\n * @param edging\n */\n setEdging(edging: FontEdging): void;\n\n /**\n * Requests, but does not require, to use bitmaps in fonts instead of outlines.\n * @param embeddedBitmaps\n */\n setEmbeddedBitmaps(embeddedBitmaps: boolean): void;\n\n /**\n * Sets level of glyph outline adjustment.\n * @param hinting\n */\n setHinting(hinting: FontHinting): void;\n\n /**\n * Requests, but does not require, linearly scalable font and glyph metrics.\n *\n * For outline fonts 'true' means font and glyph metrics should ignore hinting and rounding.\n * Note that some bitmap formats may not be able to scale linearly and will ignore this flag.\n * @param linearMetrics\n */\n setLinearMetrics(linearMetrics: boolean): void;\n\n /**\n * Sets the text scale on the x-axis.\n * @param sx\n */\n setScaleX(sx: number): void;\n\n /**\n * Sets the text size in points on this font.\n * @param points\n */\n setSize(points: number): void;\n\n /**\n * Sets the text-skew on the x axis for this font.\n * @param sx\n */\n setSkewX(sx: number): void;\n\n /**\n * Set embolden effect for this font.\n * @param embolden\n */\n setEmbolden(embolden: boolean): void;\n\n /**\n * Requests, but does not require, that glyphs respect sub-pixel positioning.\n * @param subpixel\n */\n setSubpixel(subpixel: boolean): void;\n\n /**\n * Sets the typeface to use with this font. null means to clear the typeface and use the\n * default one.\n * @param face\n */\n setTypeface(face: SkTypeface | null): void;\n}\n\nconst fontStyle = (\n weight: FontWeight,\n width: FontWidth,\n slant: FontSlant\n): FontStyle => ({ weight, width, slant });\n\nexport interface FontStyle {\n weight?: FontWeight;\n width?: FontWidth;\n slant?: FontSlant;\n}\n\nexport enum FontWeight {\n Invisible = 0,\n Thin = 100,\n ExtraLight = 200,\n Light = 300,\n Normal = 400,\n Medium = 500,\n SemiBold = 600,\n Bold = 700,\n ExtraBold = 800,\n Black = 900,\n ExtraBlack = 1000,\n}\n\nexport enum FontWidth {\n UltraCondensed = 1,\n ExtraCondensed = 2,\n Condensed = 3,\n SemiCondensed = 4,\n Normal = 5,\n SemiExpanded = 6,\n Expanded = 7,\n ExtraExpanded = 8,\n UltraExpanded = 9,\n}\n\nexport enum FontSlant {\n Upright,\n Italic,\n Oblique,\n}\n\nexport enum FontEdging {\n Alias,\n AntiAlias,\n SubpixelAntiAlias,\n}\n\nexport enum FontHinting {\n None,\n Slight,\n Normal,\n Full,\n}\n\nexport const FontStyle = {\n Normal: fontStyle(FontWeight.Normal, FontWidth.Normal, FontSlant.Upright),\n Bold: fontStyle(FontWeight.Bold, FontWidth.Normal, FontSlant.Upright),\n Italic: fontStyle(FontWeight.Normal, FontWidth.Normal, FontSlant.Italic),\n BoldItalic: fontStyle(FontWeight.Bold, FontWidth.Normal, FontSlant.Italic),\n};\n"],"mappings":";;;;;;;AAsKA,MAAMA,SAAS,GAAG,CAChBC,MADgB,EAEhBC,KAFgB,EAGhBC,KAHgB,MAID;EAAEF,MAAF;EAAUC,KAAV;EAAiBC;AAAjB,CAJC,CAAlB;;IAYYC,U;;;WAAAA,U;EAAAA,U,CAAAA,U;EAAAA,U,CAAAA,U;EAAAA,U,CAAAA,U;EAAAA,U,CAAAA,U;EAAAA,U,CAAAA,U;EAAAA,U,CAAAA,U;EAAAA,U,CAAAA,U;EAAAA,U,CAAAA,U;EAAAA,U,CAAAA,U;EAAAA,U,CAAAA,U;EAAAA,U,CAAAA,U;GAAAA,U,0BAAAA,U;;IAcAC,S;;;WAAAA,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;EAAAA,S,CAAAA,S;EAAAA,S,CAAAA,S;EAAAA,S,CAAAA,S;GAAAA,S,yBAAAA,S;;IAYAC,S;;;WAAAA,S;EAAAA,S,CAAAA,S;EAAAA,S,CAAAA,S;EAAAA,S,CAAAA,S;GAAAA,S,yBAAAA,S;;IAMAC,U;;;WAAAA,U;EAAAA,U,CAAAA,U;EAAAA,U,CAAAA,U;EAAAA,U,CAAAA,U;GAAAA,U,0BAAAA,U;;IAMAC,W;;;WAAAA,W;EAAAA,W,CAAAA,W;EAAAA,W,CAAAA,W;EAAAA,W,CAAAA,W;EAAAA,W,CAAAA,W;GAAAA,W,2BAAAA,W;;AAOL,MAAMC,SAAS,GAAG;EACvBC,MAAM,EAAEV,SAAS,CAACI,UAAU,CAACM,MAAZ,EAAoBL,SAAS,CAACK,MAA9B,EAAsCJ,SAAS,CAACK,OAAhD,CADM;EAEvBC,IAAI,EAAEZ,SAAS,CAACI,UAAU,CAACQ,IAAZ,EAAkBP,SAAS,CAACK,MAA5B,EAAoCJ,SAAS,CAACK,OAA9C,CAFQ;EAGvBE,MAAM,EAAEb,SAAS,CAACI,UAAU,CAACM,MAAZ,EAAoBL,SAAS,CAACK,MAA9B,EAAsCJ,SAAS,CAACO,MAAhD,CAHM;EAIvBC,UAAU,EAAEd,SAAS,CAACI,UAAU,CAACQ,IAAZ,EAAkBP,SAAS,CAACK,MAA5B,EAAoCJ,SAAS,CAACO,MAA9C;AAJE,CAAlB"}
1
+ {"version":3,"names":["fontStyle","weight","width","slant","FontWeight","exports","FontWidth","FontSlant","FontEdging","FontHinting","FontStyle","Normal","Upright","Bold","Italic","BoldItalic"],"sources":["Font.ts"],"sourcesContent":["import type { SkJSIInstance } from \"../JsiInstance\";\nimport type { SkPaint } from \"../Paint\";\nimport type { SkRect } from \"../Rect\";\nimport type { SkPoint } from \"../Point\";\nimport type { SkTypeface } from \"../Typeface\";\n\nexport interface FontMetrics {\n ascent: number; // suggested space above the baseline. < 0\n descent: number; // suggested space below the baseline. > 0\n leading: number; // suggested spacing between descent of previous line and ascent of next line.\n bounds?: SkRect; // smallest rect containing all glyphs (relative to 0,0)\n}\n\nexport interface SkFont extends SkJSIInstance<\"Font\"> {\n /**\n * Returns the advance width of text.\n * The advance is the normal distance to move before drawing additional text.\n * Returns the bounding box of text\n * @param text\n * @param paint\n */\n measureText(text: string, paint?: SkPaint): SkRect;\n\n /**\n * Retrieves the total width of the provided text\n * @param text\n * @param paint\n * @deprecated Use measureText or getGlyphWidths instead\n */\n getTextWidth(text: string, paint?: SkPaint): number;\n\n /**\n * Retrieves the advanceX measurements for each glyph.\n * If paint is not null, its stroking, PathEffect, and MaskFilter fields are respected.\n * One width per glyph is returned in the returned array.\n * @param glyphs\n * @param paint\n */\n getGlyphWidths(glyphs: number[], paint?: SkPaint): number[];\n\n /**\n * Returns the FontMetrics for this font.\n */\n getMetrics(): FontMetrics;\n\n /**\n * Retrieves the glyph ids for each code point in the provided string. This call is passed to\n * the typeface of this font. Note that glyph IDs are typeface-dependent; different faces\n * may have different ids for the same code point.\n * @param str\n * @param numCodePoints - the number of code points in the string. Defaults to str.length.\n */\n getGlyphIDs(str: string, numCodePoints?: number): number[];\n\n /**\n * Computes any intersections of a thick \"line\" and a run of positionsed glyphs.\n * The thick line is represented as a top and bottom coordinate (positive for\n * below the baseline, negative for above). If there are no intersections\n * (e.g. if this is intended as an underline, and there are no \"collisions\")\n * then the returned array will be empty. If there are intersections, the array\n * will contain pairs of X coordinates [start, end] for each segment that\n * intersected with a glyph.\n *\n * @param glyphs the glyphs to intersect with\n * @param positions x,y coordinates (2 per glyph) for each glyph\n * @param top top of the thick \"line\" to use for intersection testing\n * @param bottom bottom of the thick \"line\" to use for intersection testing\n * @return array of [start, end] x-coordinate pairs. Maybe be empty.\n */\n getGlyphIntercepts(\n glyphs: number[],\n positions: SkPoint[],\n top: number,\n bottom: number\n ): number[];\n\n /**\n * Returns text scale on x-axis. Default value is 1.\n */\n getScaleX(): number;\n\n /**\n * Returns text size in points.\n */\n getSize(): number;\n\n /**\n * Returns text skew on x-axis. Default value is zero.\n */\n getSkewX(): number;\n\n /**\n * Returns embolden effect for this font. Default value is false.\n */\n isEmbolden(): boolean;\n\n /**\n * Returns the Typeface set for this font.\n */\n getTypeface(): SkTypeface | null;\n\n /**\n * Requests, but does not require, that edge pixels draw opaque or with partial transparency.\n * @param edging\n */\n setEdging(edging: FontEdging): void;\n\n /**\n * Requests, but does not require, to use bitmaps in fonts instead of outlines.\n * @param embeddedBitmaps\n */\n setEmbeddedBitmaps(embeddedBitmaps: boolean): void;\n\n /**\n * Sets level of glyph outline adjustment.\n * @param hinting\n */\n setHinting(hinting: FontHinting): void;\n\n /**\n * Requests, but does not require, linearly scalable font and glyph metrics.\n *\n * For outline fonts 'true' means font and glyph metrics should ignore hinting and rounding.\n * Note that some bitmap formats may not be able to scale linearly and will ignore this flag.\n * @param linearMetrics\n */\n setLinearMetrics(linearMetrics: boolean): void;\n\n /**\n * Sets the text scale on the x-axis.\n * @param sx\n */\n setScaleX(sx: number): void;\n\n /**\n * Sets the text size in points on this font.\n * @param points\n */\n setSize(points: number): void;\n\n /**\n * Sets the text-skew on the x axis for this font.\n * @param sx\n */\n setSkewX(sx: number): void;\n\n /**\n * Set embolden effect for this font.\n * @param embolden\n */\n setEmbolden(embolden: boolean): void;\n\n /**\n * Requests, but does not require, that glyphs respect sub-pixel positioning.\n * @param subpixel\n */\n setSubpixel(subpixel: boolean): void;\n\n /**\n * Sets the typeface to use with this font. null means to clear the typeface and use the\n * default one.\n * @param face\n */\n setTypeface(face: SkTypeface | null): void;\n}\n\nconst fontStyle = (\n weight: FontWeight,\n width: FontWidth,\n slant: FontSlant\n): FontStyle => ({ weight, width, slant });\n\nexport interface FontStyle {\n weight?: FontWeight;\n width?: FontWidth;\n slant?: FontSlant;\n}\n\nexport enum FontWeight {\n Invisible = 0,\n Thin = 100,\n ExtraLight = 200,\n Light = 300,\n Normal = 400,\n Medium = 500,\n SemiBold = 600,\n Bold = 700,\n ExtraBold = 800,\n Black = 900,\n ExtraBlack = 1000,\n}\n\nexport enum FontWidth {\n UltraCondensed = 1,\n ExtraCondensed = 2,\n Condensed = 3,\n SemiCondensed = 4,\n Normal = 5,\n SemiExpanded = 6,\n Expanded = 7,\n ExtraExpanded = 8,\n UltraExpanded = 9,\n}\n\nexport enum FontSlant {\n Upright,\n Italic,\n Oblique,\n}\n\nexport enum FontEdging {\n Alias,\n AntiAlias,\n SubpixelAntiAlias,\n}\n\nexport enum FontHinting {\n None,\n Slight,\n Normal,\n Full,\n}\n\nexport const FontStyle = {\n Normal: fontStyle(FontWeight.Normal, FontWidth.Normal, FontSlant.Upright),\n Bold: fontStyle(FontWeight.Bold, FontWidth.Normal, FontSlant.Upright),\n Italic: fontStyle(FontWeight.Normal, FontWidth.Normal, FontSlant.Italic),\n BoldItalic: fontStyle(FontWeight.Bold, FontWidth.Normal, FontSlant.Italic),\n};\n"],"mappings":";;;;;;AAsKA,MAAMA,SAAS,GAAGA,CAChBC,MAAkB,EAClBC,KAAgB,EAChBC,KAAgB,MACD;EAAEF,MAAM;EAAEC,KAAK;EAAEC;AAAM,CAAC,CAAC;AAAC,IAQ/BC,UAAU,GAAAC,OAAA,CAAAD,UAAA,0BAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAA,OAAVA,UAAU;AAAA;AAAA,IAcVE,SAAS,GAAAD,OAAA,CAAAC,SAAA,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;EAATA,SAAS,CAATA,SAAS;EAATA,SAAS,CAATA,SAAS;EAATA,SAAS,CAATA,SAAS;EAAA,OAATA,SAAS;AAAA;AAAA,IAYTC,SAAS,GAAAF,OAAA,CAAAE,SAAA,0BAATA,SAAS;EAATA,SAAS,CAATA,SAAS;EAATA,SAAS,CAATA,SAAS;EAATA,SAAS,CAATA,SAAS;EAAA,OAATA,SAAS;AAAA;AAAA,IAMTC,UAAU,GAAAH,OAAA,CAAAG,UAAA,0BAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAA,OAAVA,UAAU;AAAA;AAAA,IAMVC,WAAW,GAAAJ,OAAA,CAAAI,WAAA,0BAAXA,WAAW;EAAXA,WAAW,CAAXA,WAAW;EAAXA,WAAW,CAAXA,WAAW;EAAXA,WAAW,CAAXA,WAAW;EAAXA,WAAW,CAAXA,WAAW;EAAA,OAAXA,WAAW;AAAA;AAOhB,MAAMC,SAAS,GAAAL,OAAA,CAAAK,SAAA,GAAG;EACvBC,MAAM,EAAEX,SAAS,CAACI,UAAU,CAACO,MAAM,EAAEL,SAAS,CAACK,MAAM,EAAEJ,SAAS,CAACK,OAAO,CAAC;EACzEC,IAAI,EAAEb,SAAS,CAACI,UAAU,CAACS,IAAI,EAAEP,SAAS,CAACK,MAAM,EAAEJ,SAAS,CAACK,OAAO,CAAC;EACrEE,MAAM,EAAEd,SAAS,CAACI,UAAU,CAACO,MAAM,EAAEL,SAAS,CAACK,MAAM,EAAEJ,SAAS,CAACO,MAAM,CAAC;EACxEC,UAAU,EAAEf,SAAS,CAACI,UAAU,CAACS,IAAI,EAAEP,SAAS,CAACK,MAAM,EAAEJ,SAAS,CAACO,MAAM;AAC3E,CAAC"}
@@ -3,9 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
-
7
6
  var _Font = require("./Font");
8
-
9
7
  Object.keys(_Font).forEach(function (key) {
10
8
  if (key === "default" || key === "__esModule") return;
11
9
  if (key in exports && exports[key] === _Font[key]) return;
@@ -16,9 +14,7 @@ Object.keys(_Font).forEach(function (key) {
16
14
  }
17
15
  });
18
16
  });
19
-
20
17
  var _FontMgr = require("./FontMgr");
21
-
22
18
  Object.keys(_FontMgr).forEach(function (key) {
23
19
  if (key === "default" || key === "__esModule") return;
24
20
  if (key in exports && exports[key] === _FontMgr[key]) return;
@@ -29,9 +25,7 @@ Object.keys(_FontMgr).forEach(function (key) {
29
25
  }
30
26
  });
31
27
  });
32
-
33
28
  var _FontMgrFactory = require("./FontMgrFactory");
34
-
35
29
  Object.keys(_FontMgrFactory).forEach(function (key) {
36
30
  if (key === "default" || key === "__esModule") return;
37
31
  if (key in exports && exports[key] === _FontMgrFactory[key]) return;
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export * from \"./Font\";\nexport * from \"./FontMgr\";\nexport * from \"./FontMgrFactory\";\n"],"mappings":";;;;;;AAAA;;AAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AACA;;AAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AACA;;AAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA"}
1
+ {"version":3,"names":["_Font","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_FontMgr","_FontMgrFactory"],"sources":["index.ts"],"sourcesContent":["export * from \"./Font\";\nexport * from \"./FontMgr\";\nexport * from \"./FontMgrFactory\";\n"],"mappings":";;;;;AAAA,IAAAA,KAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,KAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,KAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,KAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,QAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,QAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,QAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,QAAA,CAAAL,GAAA;IAAA;EAAA;AAAA;AACA,IAAAM,eAAA,GAAAV,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAQ,eAAA,EAAAP,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAM,eAAA,CAAAN,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAE,eAAA,CAAAN,GAAA;IAAA;EAAA;AAAA"}
@@ -4,29 +4,21 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.MipmapMode = exports.ImageFormat = exports.FilterMode = void 0;
7
- let FilterMode;
8
- exports.FilterMode = FilterMode;
9
-
10
- (function (FilterMode) {
7
+ let FilterMode = exports.FilterMode = /*#__PURE__*/function (FilterMode) {
11
8
  FilterMode[FilterMode["Nearest"] = 0] = "Nearest";
12
9
  FilterMode[FilterMode["Linear"] = 1] = "Linear";
13
- })(FilterMode || (exports.FilterMode = FilterMode = {}));
14
-
15
- let MipmapMode;
16
- exports.MipmapMode = MipmapMode;
17
-
18
- (function (MipmapMode) {
10
+ return FilterMode;
11
+ }({});
12
+ let MipmapMode = exports.MipmapMode = /*#__PURE__*/function (MipmapMode) {
19
13
  MipmapMode[MipmapMode["None"] = 0] = "None";
20
14
  MipmapMode[MipmapMode["Nearest"] = 1] = "Nearest";
21
15
  MipmapMode[MipmapMode["Linear"] = 2] = "Linear";
22
- })(MipmapMode || (exports.MipmapMode = MipmapMode = {}));
23
-
24
- let ImageFormat;
25
- exports.ImageFormat = ImageFormat;
26
-
27
- (function (ImageFormat) {
16
+ return MipmapMode;
17
+ }({});
18
+ let ImageFormat = exports.ImageFormat = /*#__PURE__*/function (ImageFormat) {
28
19
  ImageFormat[ImageFormat["JPEG"] = 3] = "JPEG";
29
20
  ImageFormat[ImageFormat["PNG"] = 4] = "PNG";
30
21
  ImageFormat[ImageFormat["WEBP"] = 6] = "WEBP";
31
- })(ImageFormat || (exports.ImageFormat = ImageFormat = {}));
22
+ return ImageFormat;
23
+ }({});
32
24
  //# sourceMappingURL=Image.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["FilterMode","MipmapMode","ImageFormat"],"sources":["Image.ts"],"sourcesContent":["import type { SkMatrix } from \"../Matrix\";\nimport type { SkJSIInstance } from \"../JsiInstance\";\nimport type { TileMode } from \"../ImageFilter\";\nimport type { SkShader } from \"../Shader\";\n\nimport type { ImageInfo } from \"./ImageFactory\";\n\nexport interface CubicResampler {\n B: number;\n C: number;\n}\n\nexport interface FilterOptions {\n filter: FilterMode;\n mipmap?: MipmapMode;\n}\n\nexport enum FilterMode {\n Nearest,\n Linear,\n}\n\nexport enum MipmapMode {\n None,\n Nearest,\n Linear,\n}\n\nexport enum ImageFormat {\n JPEG = 3,\n PNG = 4,\n WEBP = 6,\n}\n\nexport interface SkImage extends SkJSIInstance<\"Image\"> {\n /**\n * Returns the possibly scaled height of the image.\n */\n height(): number;\n\n /**\n * Returns the possibly scaled width of the image.\n */\n width(): number;\n\n /**\n * Returns the ImageInfo describing the image.\n */\n getImageInfo(): ImageInfo;\n\n /**\n * Returns this image as a shader with the specified tiling. It will use cubic sampling.\n * @param tx - tile mode in the x direction.\n * @param ty - tile mode in the y direction.\n * @param fm - The filter mode. (default nearest)\n * @param mm - The mipmap mode. Note: for settings other than None, the image must have mipmaps (default none)\n * calculated with makeCopyWithDefaultMipmaps;\n * @param localMatrix\n */\n makeShaderOptions(\n tx: TileMode,\n ty: TileMode,\n fm: FilterMode,\n mm: MipmapMode,\n localMatrix?: SkMatrix\n ): SkShader;\n\n /**\n * Returns this image as a shader with the specified tiling. It will use cubic sampling.\n * @param tx - tile mode in the x direction.\n * @param ty - tile mode in the y direction.\n * @param B - See CubicResampler in SkSamplingOptions.h for more information\n * @param C - See CubicResampler in SkSamplingOptions.h for more information\n * @param localMatrix\n */\n makeShaderCubic(\n tx: TileMode,\n ty: TileMode,\n B: number,\n C: number,\n localMatrix?: SkMatrix\n ): SkShader;\n\n /** Encodes Image pixels, returning result as UInt8Array. Returns existing\n encoded data if present; otherwise, SkImage is encoded with\n SkEncodedImageFormat::kPNG. Skia must be built with SK_ENCODE_PNG to encode\n SkImage.\n\n Returns nullptr if existing encoded data is missing or invalid, and\n encoding fails.\n\n @param fmt - PNG is the default value.\n @param quality - a value from 0 to 100; 100 is the least lossy. May be ignored.\n\n @return Uint8Array with data\n */\n encodeToBytes(fmt?: ImageFormat, quality?: number): Uint8Array;\n\n /** Encodes Image pixels, returning result as a base64 encoded string. Returns existing\n encoded data if present; otherwise, SkImage is encoded with\n SkEncodedImageFormat::kPNG. Skia must be built with SK_ENCODE_PNG to encode\n SkImage.\n\n Returns nullptr if existing encoded data is missing or invalid, and\n encoding fails.\n\n @param fmt - PNG is the default value.\n @param quality - a value from 0 to 100; 100 is the least lossy. May be ignored.\n\n @return base64 encoded string of data\n */\n encodeToBase64(fmt?: ImageFormat, quality?: number): string;\n\n /** Read Image pixels\n *\n * @param srcX - optional x-axis upper left corner of the rectangle to read from\n * @param srcY - optional y-axis upper left corner of the rectangle to read from\n * @param imageInfo - optional describes the pixel format and dimensions of the data to read into\n * @return Float32Array or Uint8Array with data or null if the read failed.\n */\n readPixels(\n srcX?: number,\n srcY?: number,\n imageInfo?: ImageInfo\n ): Float32Array | Uint8Array | null;\n\n /**\n * Returns raster image or lazy image. Copies SkImage backed by GPU texture\n * into CPU memory if needed. Returns original SkImage if decoded in raster\n * bitmap, or if encoded in a stream.\n */\n makeNonTextureImage(): SkImage;\n}\n"],"mappings":";;;;;;IAiBYA,U;;;WAAAA,U;EAAAA,U,CAAAA,U;EAAAA,U,CAAAA,U;GAAAA,U,0BAAAA,U;;IAKAC,U;;;WAAAA,U;EAAAA,U,CAAAA,U;EAAAA,U,CAAAA,U;EAAAA,U,CAAAA,U;GAAAA,U,0BAAAA,U;;IAMAC,W;;;WAAAA,W;EAAAA,W,CAAAA,W;EAAAA,W,CAAAA,W;EAAAA,W,CAAAA,W;GAAAA,W,2BAAAA,W"}
1
+ {"version":3,"names":["FilterMode","exports","MipmapMode","ImageFormat"],"sources":["Image.ts"],"sourcesContent":["import type { SkMatrix } from \"../Matrix\";\nimport type { SkJSIInstance } from \"../JsiInstance\";\nimport type { TileMode } from \"../ImageFilter\";\nimport type { SkShader } from \"../Shader\";\n\nimport type { ImageInfo } from \"./ImageFactory\";\n\nexport interface CubicResampler {\n B: number;\n C: number;\n}\n\nexport interface FilterOptions {\n filter: FilterMode;\n mipmap?: MipmapMode;\n}\n\nexport enum FilterMode {\n Nearest,\n Linear,\n}\n\nexport enum MipmapMode {\n None,\n Nearest,\n Linear,\n}\n\nexport enum ImageFormat {\n JPEG = 3,\n PNG = 4,\n WEBP = 6,\n}\n\nexport interface SkImage extends SkJSIInstance<\"Image\"> {\n /**\n * Returns the possibly scaled height of the image.\n */\n height(): number;\n\n /**\n * Returns the possibly scaled width of the image.\n */\n width(): number;\n\n /**\n * Returns the ImageInfo describing the image.\n */\n getImageInfo(): ImageInfo;\n\n /**\n * Returns this image as a shader with the specified tiling. It will use cubic sampling.\n * @param tx - tile mode in the x direction.\n * @param ty - tile mode in the y direction.\n * @param fm - The filter mode. (default nearest)\n * @param mm - The mipmap mode. Note: for settings other than None, the image must have mipmaps (default none)\n * calculated with makeCopyWithDefaultMipmaps;\n * @param localMatrix\n */\n makeShaderOptions(\n tx: TileMode,\n ty: TileMode,\n fm: FilterMode,\n mm: MipmapMode,\n localMatrix?: SkMatrix\n ): SkShader;\n\n /**\n * Returns this image as a shader with the specified tiling. It will use cubic sampling.\n * @param tx - tile mode in the x direction.\n * @param ty - tile mode in the y direction.\n * @param B - See CubicResampler in SkSamplingOptions.h for more information\n * @param C - See CubicResampler in SkSamplingOptions.h for more information\n * @param localMatrix\n */\n makeShaderCubic(\n tx: TileMode,\n ty: TileMode,\n B: number,\n C: number,\n localMatrix?: SkMatrix\n ): SkShader;\n\n /** Encodes Image pixels, returning result as UInt8Array. Returns existing\n encoded data if present; otherwise, SkImage is encoded with\n SkEncodedImageFormat::kPNG. Skia must be built with SK_ENCODE_PNG to encode\n SkImage.\n\n Returns nullptr if existing encoded data is missing or invalid, and\n encoding fails.\n\n @param fmt - PNG is the default value.\n @param quality - a value from 0 to 100; 100 is the least lossy. May be ignored.\n\n @return Uint8Array with data\n */\n encodeToBytes(fmt?: ImageFormat, quality?: number): Uint8Array;\n\n /** Encodes Image pixels, returning result as a base64 encoded string. Returns existing\n encoded data if present; otherwise, SkImage is encoded with\n SkEncodedImageFormat::kPNG. Skia must be built with SK_ENCODE_PNG to encode\n SkImage.\n\n Returns nullptr if existing encoded data is missing or invalid, and\n encoding fails.\n\n @param fmt - PNG is the default value.\n @param quality - a value from 0 to 100; 100 is the least lossy. May be ignored.\n\n @return base64 encoded string of data\n */\n encodeToBase64(fmt?: ImageFormat, quality?: number): string;\n\n /** Read Image pixels\n *\n * @param srcX - optional x-axis upper left corner of the rectangle to read from\n * @param srcY - optional y-axis upper left corner of the rectangle to read from\n * @param imageInfo - optional describes the pixel format and dimensions of the data to read into\n * @return Float32Array or Uint8Array with data or null if the read failed.\n */\n readPixels(\n srcX?: number,\n srcY?: number,\n imageInfo?: ImageInfo\n ): Float32Array | Uint8Array | null;\n\n /**\n * Returns raster image or lazy image. Copies SkImage backed by GPU texture\n * into CPU memory if needed. Returns original SkImage if decoded in raster\n * bitmap, or if encoded in a stream.\n */\n makeNonTextureImage(): SkImage;\n}\n"],"mappings":";;;;;;IAiBYA,UAAU,GAAAC,OAAA,CAAAD,UAAA,0BAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAA,OAAVA,UAAU;AAAA;AAAA,IAKVE,UAAU,GAAAD,OAAA,CAAAC,UAAA,0BAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAA,OAAVA,UAAU;AAAA;AAAA,IAMVC,WAAW,GAAAF,OAAA,CAAAE,WAAA,0BAAXA,WAAW;EAAXA,WAAW,CAAXA,WAAW;EAAXA,WAAW,CAAXA,WAAW;EAAXA,WAAW,CAAXA,WAAW;EAAA,OAAXA,WAAW;AAAA"}
@@ -4,20 +4,14 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.ColorType = exports.AlphaType = void 0;
7
- let AlphaType;
8
- exports.AlphaType = AlphaType;
9
-
10
- (function (AlphaType) {
7
+ let AlphaType = exports.AlphaType = /*#__PURE__*/function (AlphaType) {
11
8
  AlphaType[AlphaType["Unknown"] = 0] = "Unknown";
12
9
  AlphaType[AlphaType["Opaque"] = 1] = "Opaque";
13
10
  AlphaType[AlphaType["Premul"] = 2] = "Premul";
14
11
  AlphaType[AlphaType["Unpremul"] = 3] = "Unpremul";
15
- })(AlphaType || (exports.AlphaType = AlphaType = {}));
16
-
17
- let ColorType;
18
- exports.ColorType = ColorType;
19
-
20
- (function (ColorType) {
12
+ return AlphaType;
13
+ }({});
14
+ let ColorType = exports.ColorType = /*#__PURE__*/function (ColorType) {
21
15
  ColorType[ColorType["Unknown"] = 0] = "Unknown";
22
16
  ColorType[ColorType["Alpha_8"] = 1] = "Alpha_8";
23
17
  ColorType[ColorType["RGB_565"] = 2] = "RGB_565";
@@ -44,5 +38,6 @@ exports.ColorType = ColorType;
44
38
  ColorType[ColorType["SRGBA_8888"] = 23] = "SRGBA_8888";
45
39
  ColorType[ColorType["R8_unorm"] = 24] = "R8_unorm";
46
40
  ColorType[ColorType["N32_SkColorType"] = 25] = "N32_SkColorType";
47
- })(ColorType || (exports.ColorType = ColorType = {}));
41
+ return ColorType;
42
+ }({}); // either BGRA_8888 or RGBA_8888 based on the platform
48
43
  //# sourceMappingURL=ImageFactory.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["AlphaType","ColorType"],"sources":["ImageFactory.ts"],"sourcesContent":["import type { SkData } from \"../Data\";\n\nimport type { SkImage } from \"./Image\";\n\nexport enum AlphaType {\n Unknown,\n Opaque,\n Premul,\n Unpremul,\n}\n\nexport enum ColorType {\n Unknown, // uninitialized\n Alpha_8, // pixel with alpha in 8-bit byte\n RGB_565, // pixel with 5 bits red, 6 bits green, 5 bits blue, in 16-bit word\n ARGB_4444, // pixel with 4 bits for alpha, red, green, blue; in 16-bit word\n RGBA_8888, // pixel with 8 bits for red, green, blue, alpha; in 32-bit word\n RGB_888x, // pixel with 8 bits each for red, green, blue; in 32-bit word\n BGRA_8888, // pixel with 8 bits for blue, green, red, alpha; in 32-bit word\n RGBA_1010102, // 10 bits for red, green, blue; 2 bits for alpha; in 32-bit word\n BGRA_1010102, // 10 bits for blue, green, red; 2 bits for alpha; in 32-bit word\n RGB_101010x, // pixel with 10 bits each for red, green, blue; in 32-bit word\n BGR_101010x, // pixel with 10 bits each for blue, green, red; in 32-bit word\n BGR_101010x_XR, // pixel with 10 bits each for blue, green, red; in 32-bit word, extended range\n RGBA_10x6, // pixel with 10 used bits (most significant) followed by 6 unused\n Gray_8, // pixel with grayscale level in 8-bit byte\n RGBA_F16Norm, // pixel with half floats in [0,1] for red, green, blue, alpha; in 64-bit word\n RGBA_F16, // pixel with half floats for red, green, blue, alpha; in 64-bit word\n RGBA_F32, // pixel using C float for red, green, blue, alpha; in 128-bit word\n\n // The following 6 colortypes are just for reading from - not for rendering to\n R8G8_unorm, // pixel with a uint8_t for red and green\n\n A16_float, // pixel with a half float for alpha\n R16G16_float, // pixel with a half float for red and green\n\n A16_unorm, // pixel with a little endian uint16_t for alpha\n R16G16_unorm, // pixel with a little endian uint16_t for red and green\n R16G16B16A16_unorm, // pixel with a little endian uint16_t for red, green, blue, and alpha\n\n SRGBA_8888,\n R8_unorm,\n\n // The `kN32_SkColorType` is platform dependent in the original enum,\n // and TypeScript doesn't support conditional compilation natively.\n // You might need to handle it differently based on your use case.\n N32_SkColorType, // either BGRA_8888 or RGBA_8888 based on the platform\n}\n\nexport interface ImageInfo {\n alphaType: AlphaType;\n // TODO: add support for color space\n // colorSpace: ColorSpace;\n colorType: ColorType;\n height: number;\n width: number;\n}\n\nexport interface ImageFactory {\n /**\n * Return an Image backed by the encoded data, but attempt to defer decoding until the image\n * is actually used/drawn. This deferral allows the system to cache the result, either on the\n * CPU or on the GPU, depending on where the image is drawn.\n * This decoding uses the codecs that have been compiled into CanvasKit. If the bytes are\n * invalid (or an unrecognized codec), null will be returned. See Image.h for more details.\n * @param data - Data object with bytes of data\n * @returns If the encoded format is not supported, or subset is outside of the bounds of the decoded\n * image, nullptr is returned.\n */\n MakeImageFromEncoded: (encoded: SkData) => SkImage | null;\n\n /**\n * Returns an image that will be a screenshot of the view represented by\n * the view tag\n * @param viewTag - The tag of the view to make an image from.\n * @returns Returns a valid SkImage, if the view tag is invalid, nullptr is returned.\n */\n MakeImageFromViewTag: (viewTag: number) => Promise<SkImage | null>;\n\n /**\n * Returns an image with the given pixel data and format.\n * Note that we will always make a copy of the pixel data, because of inconsistencies in\n * behavior between GPU and CPU (i.e. the pixel data will be turned into a GPU texture and\n * not modifiable after creation).\n *\n * @param info\n * @param data - bytes representing the pixel data.\n * @param bytesPerRow\n */\n MakeImage(info: ImageInfo, data: SkData, bytesPerRow: number): SkImage | null;\n}\n"],"mappings":";;;;;;IAIYA,S;;;WAAAA,S;EAAAA,S,CAAAA,S;EAAAA,S,CAAAA,S;EAAAA,S,CAAAA,S;EAAAA,S,CAAAA,S;GAAAA,S,yBAAAA,S;;IAOAC,S;;;WAAAA,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;EAAAA,S,CAAAA,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;EAAAA,S,CAAAA,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;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,yBAAAA,S"}
1
+ {"version":3,"names":["AlphaType","exports","ColorType"],"sources":["ImageFactory.ts"],"sourcesContent":["import type { SkData } from \"../Data\";\n\nimport type { SkImage } from \"./Image\";\n\nexport enum AlphaType {\n Unknown,\n Opaque,\n Premul,\n Unpremul,\n}\n\nexport enum ColorType {\n Unknown, // uninitialized\n Alpha_8, // pixel with alpha in 8-bit byte\n RGB_565, // pixel with 5 bits red, 6 bits green, 5 bits blue, in 16-bit word\n ARGB_4444, // pixel with 4 bits for alpha, red, green, blue; in 16-bit word\n RGBA_8888, // pixel with 8 bits for red, green, blue, alpha; in 32-bit word\n RGB_888x, // pixel with 8 bits each for red, green, blue; in 32-bit word\n BGRA_8888, // pixel with 8 bits for blue, green, red, alpha; in 32-bit word\n RGBA_1010102, // 10 bits for red, green, blue; 2 bits for alpha; in 32-bit word\n BGRA_1010102, // 10 bits for blue, green, red; 2 bits for alpha; in 32-bit word\n RGB_101010x, // pixel with 10 bits each for red, green, blue; in 32-bit word\n BGR_101010x, // pixel with 10 bits each for blue, green, red; in 32-bit word\n BGR_101010x_XR, // pixel with 10 bits each for blue, green, red; in 32-bit word, extended range\n RGBA_10x6, // pixel with 10 used bits (most significant) followed by 6 unused\n Gray_8, // pixel with grayscale level in 8-bit byte\n RGBA_F16Norm, // pixel with half floats in [0,1] for red, green, blue, alpha; in 64-bit word\n RGBA_F16, // pixel with half floats for red, green, blue, alpha; in 64-bit word\n RGBA_F32, // pixel using C float for red, green, blue, alpha; in 128-bit word\n\n // The following 6 colortypes are just for reading from - not for rendering to\n R8G8_unorm, // pixel with a uint8_t for red and green\n\n A16_float, // pixel with a half float for alpha\n R16G16_float, // pixel with a half float for red and green\n\n A16_unorm, // pixel with a little endian uint16_t for alpha\n R16G16_unorm, // pixel with a little endian uint16_t for red and green\n R16G16B16A16_unorm, // pixel with a little endian uint16_t for red, green, blue, and alpha\n\n SRGBA_8888,\n R8_unorm,\n\n // The `kN32_SkColorType` is platform dependent in the original enum,\n // and TypeScript doesn't support conditional compilation natively.\n // You might need to handle it differently based on your use case.\n N32_SkColorType, // either BGRA_8888 or RGBA_8888 based on the platform\n}\n\nexport interface ImageInfo {\n alphaType: AlphaType;\n // TODO: add support for color space\n // colorSpace: ColorSpace;\n colorType: ColorType;\n height: number;\n width: number;\n}\n\nexport interface ImageFactory {\n /**\n * Return an Image backed by the encoded data, but attempt to defer decoding until the image\n * is actually used/drawn. This deferral allows the system to cache the result, either on the\n * CPU or on the GPU, depending on where the image is drawn.\n * This decoding uses the codecs that have been compiled into CanvasKit. If the bytes are\n * invalid (or an unrecognized codec), null will be returned. See Image.h for more details.\n * @param data - Data object with bytes of data\n * @returns If the encoded format is not supported, or subset is outside of the bounds of the decoded\n * image, nullptr is returned.\n */\n MakeImageFromEncoded: (encoded: SkData) => SkImage | null;\n\n /**\n * Returns an image that will be a screenshot of the view represented by\n * the view tag\n * @param viewTag - The tag of the view to make an image from.\n * @returns Returns a valid SkImage, if the view tag is invalid, nullptr is returned.\n */\n MakeImageFromViewTag: (viewTag: number) => Promise<SkImage | null>;\n\n /**\n * Returns an image with the given pixel data and format.\n * Note that we will always make a copy of the pixel data, because of inconsistencies in\n * behavior between GPU and CPU (i.e. the pixel data will be turned into a GPU texture and\n * not modifiable after creation).\n *\n * @param info\n * @param data - bytes representing the pixel data.\n * @param bytesPerRow\n */\n MakeImage(info: ImageInfo, data: SkData, bytesPerRow: number): SkImage | null;\n}\n"],"mappings":";;;;;;IAIYA,SAAS,GAAAC,OAAA,CAAAD,SAAA,0BAATA,SAAS;EAATA,SAAS,CAATA,SAAS;EAATA,SAAS,CAATA,SAAS;EAATA,SAAS,CAATA,SAAS;EAATA,SAAS,CAATA,SAAS;EAAA,OAATA,SAAS;AAAA;AAAA,IAOTE,SAAS,GAAAD,OAAA,CAAAC,SAAA,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;EAATA,SAAS,CAATA,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;EAATA,SAAS,CAATA,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;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,OAmCF"}
@@ -3,9 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
-
7
6
  var _Image = require("./Image");
8
-
9
7
  Object.keys(_Image).forEach(function (key) {
10
8
  if (key === "default" || key === "__esModule") return;
11
9
  if (key in exports && exports[key] === _Image[key]) return;
@@ -16,9 +14,7 @@ Object.keys(_Image).forEach(function (key) {
16
14
  }
17
15
  });
18
16
  });
19
-
20
17
  var _ImageFactory = require("./ImageFactory");
21
-
22
18
  Object.keys(_ImageFactory).forEach(function (key) {
23
19
  if (key === "default" || key === "__esModule") return;
24
20
  if (key in exports && exports[key] === _ImageFactory[key]) return;
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export * from \"./Image\";\nexport * from \"./ImageFactory\";\n"],"mappings":";;;;;;AAAA;;AAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AACA;;AAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA"}
1
+ {"version":3,"names":["_Image","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_ImageFactory"],"sources":["index.ts"],"sourcesContent":["export * from \"./Image\";\nexport * from \"./ImageFactory\";\n"],"mappings":";;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,MAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,MAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,MAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,aAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,aAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,aAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,aAAA,CAAAL,GAAA;IAAA;EAAA;AAAA"}
@@ -4,17 +4,13 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.isImageFilter = exports.TileMode = void 0;
7
- let TileMode;
8
- exports.TileMode = TileMode;
9
-
10
- (function (TileMode) {
7
+ let TileMode = exports.TileMode = /*#__PURE__*/function (TileMode) {
11
8
  TileMode[TileMode["Clamp"] = 0] = "Clamp";
12
9
  TileMode[TileMode["Repeat"] = 1] = "Repeat";
13
10
  TileMode[TileMode["Mirror"] = 2] = "Mirror";
14
11
  TileMode[TileMode["Decal"] = 3] = "Decal";
15
- })(TileMode || (exports.TileMode = TileMode = {}));
16
-
12
+ return TileMode;
13
+ }({});
17
14
  const isImageFilter = obj => obj !== null && obj.__typename__ === "ImageFilter";
18
-
19
15
  exports.isImageFilter = isImageFilter;
20
16
  //# sourceMappingURL=ImageFilter.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["TileMode","isImageFilter","obj","__typename__"],"sources":["ImageFilter.ts"],"sourcesContent":["import type { SkJSIInstance } from \"../JsiInstance\";\n\nexport enum TileMode {\n /**\n * Replicate the edge color if the shader draws outside of its\n * original bounds.\n */\n Clamp,\n\n /**\n * Repeat the shader's image horizontally and vertically.\n */\n Repeat,\n\n /**\n * Repeat the shader's image horizontally and vertically, alternating\n * mirror images so that adjacent images always seam.\n */\n Mirror,\n\n /**\n * Only draw within the original domain, return transparent-black everywhere else.\n */\n Decal,\n}\n\nexport const isImageFilter = (\n obj: SkJSIInstance<string> | null\n): obj is SkImageFilter => obj !== null && obj.__typename__ === \"ImageFilter\";\n\nexport type SkImageFilter = SkJSIInstance<\"ImageFilter\">;\n"],"mappings":";;;;;;IAEYA,Q;;;WAAAA,Q;EAAAA,Q,CAAAA,Q;EAAAA,Q,CAAAA,Q;EAAAA,Q,CAAAA,Q;EAAAA,Q,CAAAA,Q;GAAAA,Q,wBAAAA,Q;;AAwBL,MAAMC,aAAa,GACxBC,GAD2B,IAEFA,GAAG,KAAK,IAAR,IAAgBA,GAAG,CAACC,YAAJ,KAAqB,aAFzD"}
1
+ {"version":3,"names":["TileMode","exports","isImageFilter","obj","__typename__"],"sources":["ImageFilter.ts"],"sourcesContent":["import type { SkJSIInstance } from \"../JsiInstance\";\n\nexport enum TileMode {\n /**\n * Replicate the edge color if the shader draws outside of its\n * original bounds.\n */\n Clamp,\n\n /**\n * Repeat the shader's image horizontally and vertically.\n */\n Repeat,\n\n /**\n * Repeat the shader's image horizontally and vertically, alternating\n * mirror images so that adjacent images always seam.\n */\n Mirror,\n\n /**\n * Only draw within the original domain, return transparent-black everywhere else.\n */\n Decal,\n}\n\nexport const isImageFilter = (\n obj: SkJSIInstance<string> | null\n): obj is SkImageFilter => obj !== null && obj.__typename__ === \"ImageFilter\";\n\nexport type SkImageFilter = SkJSIInstance<\"ImageFilter\">;\n"],"mappings":";;;;;;IAEYA,QAAQ,GAAAC,OAAA,CAAAD,QAAA,0BAARA,QAAQ;EAARA,QAAQ,CAARA,QAAQ;EAARA,QAAQ,CAARA,QAAQ;EAARA,QAAQ,CAARA,QAAQ;EAARA,QAAQ,CAARA,QAAQ;EAAA,OAARA,QAAQ;AAAA;AAwBb,MAAME,aAAa,GACxBC,GAAiC,IACRA,GAAG,KAAK,IAAI,IAAIA,GAAG,CAACC,YAAY,KAAK,aAAa;AAACH,OAAA,CAAAC,aAAA,GAAAA,aAAA"}
@@ -4,13 +4,11 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.ColorChannel = void 0;
7
- let ColorChannel;
8
- exports.ColorChannel = ColorChannel;
9
-
10
- (function (ColorChannel) {
7
+ let ColorChannel = exports.ColorChannel = /*#__PURE__*/function (ColorChannel) {
11
8
  ColorChannel[ColorChannel["R"] = 0] = "R";
12
9
  ColorChannel[ColorChannel["G"] = 1] = "G";
13
10
  ColorChannel[ColorChannel["B"] = 2] = "B";
14
11
  ColorChannel[ColorChannel["A"] = 3] = "A";
15
- })(ColorChannel || (exports.ColorChannel = ColorChannel = {}));
12
+ return ColorChannel;
13
+ }({});
16
14
  //# sourceMappingURL=ImageFilterFactory.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["ColorChannel"],"sources":["ImageFilterFactory.ts"],"sourcesContent":["import type { SkColor } from \"../Color\";\nimport type { SkColorFilter } from \"../ColorFilter/ColorFilter\";\nimport type { BlendMode } from \"../Paint\";\nimport type { SkRect } from \"../Rect\";\nimport type { SkRuntimeShaderBuilder } from \"../RuntimeEffect\";\nimport type { SkShader } from \"../Shader\";\n\nimport type { SkImageFilter, TileMode } from \"./ImageFilter\";\n\nexport enum ColorChannel {\n R,\n G,\n B,\n A,\n}\n\nexport interface ImageFilterFactory {\n /**\n * Offsets the input image\n *\n * @param dx - Offset along the X axis\n * @param dy - Offset along the X axis\n * @param input - if null, it will use the dynamic source image\n */\n MakeOffset(\n dx: number,\n dy: number,\n input: SkImageFilter | null\n ): SkImageFilter;\n /**\n * Spatially displace pixel values of the filtered image\n *\n * @param channelX - Color channel to be used along the X axis\n * @param channelY - Color channel to be used along the Y axis\n * @param scale - Scale factor to be used in the displacement\n * @param in1 - Source image filter to use for the displacement\n * @param input - if null, it will use the dynamic source image\n */\n MakeDisplacementMap(\n channelX: ColorChannel,\n channelY: ColorChannel,\n scale: number,\n in1: SkImageFilter,\n input: SkImageFilter | null\n ): SkImageFilter;\n /**\n * Transforms a shader into an impage filter\n *\n * @param shader - The Shader to be transformed\n * @param input - if null, it will use the dynamic source image\n */\n MakeShader(shader: SkShader, input: SkImageFilter | null): SkImageFilter;\n /**\n * Create a filter that blurs its input by the separate X and Y sigmas. The provided tile mode\n * is used when the blur kernel goes outside the input image.\n *\n * @param sigmaX - The Gaussian sigma value for blurring along the X axis.\n * @param sigmaY - The Gaussian sigma value for blurring along the Y axis.\n * @param mode\n * @param input - if null, it will use the dynamic source image (e.g. a saved layer)\n */\n MakeBlur(\n sigmaX: number,\n sigmaY: number,\n mode: TileMode,\n input: SkImageFilter | null\n ): SkImageFilter;\n\n /**\n * Create a filter that applies the color filter to the input filter results.\n * @param cf\n * @param input - if null, it will use the dynamic source image (e.g. a saved layer)\n */\n MakeColorFilter(\n cf: SkColorFilter,\n input: SkImageFilter | null\n ): SkImageFilter;\n\n /**\n * Create a filter that composes 'inner' with 'outer', such that the results of 'inner' are\n * treated as the source bitmap passed to 'outer'.\n * If either param is null, the other param will be returned.\n * @param outer\n * @param inner - if null, it will use the dynamic source image (e.g. a saved layer)\n */\n MakeCompose(\n outer: SkImageFilter | null,\n inner: SkImageFilter | null\n ): SkImageFilter;\n\n /**\n * Create a filter that draws a drop shadow under the input content.\n * This filter produces an image that includes the inputs' content.\n * @param dx The X offset of the shadow.\n * @param dy\tThe Y offset of the shadow.\n * @param sigmaX\tThe blur radius for the shadow, along the X axis.\n * @param sigmaY\tThe blur radius for the shadow, along the Y axis.\n * @param color\tThe color of the drop shadow.\n * @param input\tThe input filter, or will use the source bitmap if this is null.\n * @param cropRect\tOptional rectangle that crops the input and output.\n */\n MakeDropShadow: (\n dx: number,\n dy: number,\n sigmaX: number,\n sigmaY: number,\n color: SkColor,\n input: SkImageFilter | null,\n cropRect?: SkRect\n ) => SkImageFilter;\n /**\n * Create a filter that renders a drop shadow, in exactly the same manner as ::DropShadow, except\n * that the resulting image does not include the input content.\n * This allows the shadow and input to be composed by a filter DAG in a more flexible manner.\n * @param dx The X offset of the shadow.\n * @param dy\tThe Y offset of the shadow.\n * @param sigmaX\tThe blur radius for the shadow, along the X axis.\n * @param sigmaY\tThe blur radius for the shadow, along the Y axis.\n * @param color\tThe color of the drop shadow.\n * @param input\tThe input filter, or will use the source bitmap if this is null.\n * @param cropRect\tOptional rectangle that crops the input and output.\n */\n MakeDropShadowOnly: (\n dx: number,\n dy: number,\n sigmaX: number,\n sigmaY: number,\n color: SkColor,\n input: SkImageFilter | null,\n cropRect?: SkRect\n ) => SkImageFilter;\n /**\n * Create a filter that erodes each input pixel's channel values to the minimum channel value\n * within the given radii along the x and y axes.\n * @param radiusX The distance to erode along the x axis to either side of each pixel.\n * @param radiusY The distance to erode along the y axis to either side of each pixel.\n * @param input The image filter that is eroded, using source bitmap if this is null.\n * @param cropRect Optional rectangle that crops the input and output.\n */\n MakeErode: (\n rx: number,\n ry: number,\n input: SkImageFilter | null,\n cropRect?: SkRect\n ) => SkImageFilter;\n /**\n * Create a filter that dilates each input pixel's channel values to the max value within the\n * given radii along the x and y axes.\n * @param radiusX The distance to dilate along the x axis to either side of each pixel.\n * @param radiusY The distance to dilate along the y axis to either side of each pixel.\n * @param input The image filter that is dilated, using source bitmap if this is null.\n * @param cropRect Optional rectangle that crops the input and output.\n */\n MakeDilate: (\n rx: number,\n ry: number,\n input: SkImageFilter | null,\n cropRect?: SkRect\n ) => SkImageFilter;\n /**\n * This filter takes an SkBlendMode and uses it to composite the two filters together.\n * @param mode The blend mode that defines the compositing operation\n * @param background The Dst pixels used in blending, if null the source bitmap is used.\n * @param foreground The Src pixels used in blending, if null the source bitmap is used.\n * @cropRect Optional rectangle to crop input and output.\n */\n MakeBlend: (\n mode: BlendMode,\n background: SkImageFilter,\n foreground: SkImageFilter | null,\n cropRect?: SkRect\n ) => SkImageFilter;\n /**\n * Create a filter that fills the output with the per-pixel evaluation of the SkShader produced\n * by the SkRuntimeShaderBuilder. The shader is defined in the image filter's local coordinate\n * system, so it will automatically be affected by SkCanvas' transform.\n *\n * @param builder The builder used to produce the runtime shader, that will in turn\n * fill the result image\n * @param childShaderName The name of the child shader defined in the builder that will be\n * bound to the input param (or the source image if the input param\n * is null). If null the builder can have exactly one child shader,\n * which automatically binds the input param.\n * @param input The image filter that will be provided as input to the runtime\n * shader. If null the implicit source image is used instead\n */\n MakeRuntimeShader: (\n builder: SkRuntimeShaderBuilder,\n childShaderName: string | null,\n input: SkImageFilter | null\n ) => SkImageFilter;\n}\n"],"mappings":";;;;;;IASYA,Y;;;WAAAA,Y;EAAAA,Y,CAAAA,Y;EAAAA,Y,CAAAA,Y;EAAAA,Y,CAAAA,Y;EAAAA,Y,CAAAA,Y;GAAAA,Y,4BAAAA,Y"}
1
+ {"version":3,"names":["ColorChannel","exports"],"sources":["ImageFilterFactory.ts"],"sourcesContent":["import type { SkColor } from \"../Color\";\nimport type { SkColorFilter } from \"../ColorFilter/ColorFilter\";\nimport type { BlendMode } from \"../Paint\";\nimport type { SkRect } from \"../Rect\";\nimport type { SkRuntimeShaderBuilder } from \"../RuntimeEffect\";\nimport type { SkShader } from \"../Shader\";\n\nimport type { SkImageFilter, TileMode } from \"./ImageFilter\";\n\nexport enum ColorChannel {\n R,\n G,\n B,\n A,\n}\n\nexport interface ImageFilterFactory {\n /**\n * Offsets the input image\n *\n * @param dx - Offset along the X axis\n * @param dy - Offset along the X axis\n * @param input - if null, it will use the dynamic source image\n */\n MakeOffset(\n dx: number,\n dy: number,\n input: SkImageFilter | null\n ): SkImageFilter;\n /**\n * Spatially displace pixel values of the filtered image\n *\n * @param channelX - Color channel to be used along the X axis\n * @param channelY - Color channel to be used along the Y axis\n * @param scale - Scale factor to be used in the displacement\n * @param in1 - Source image filter to use for the displacement\n * @param input - if null, it will use the dynamic source image\n */\n MakeDisplacementMap(\n channelX: ColorChannel,\n channelY: ColorChannel,\n scale: number,\n in1: SkImageFilter,\n input: SkImageFilter | null\n ): SkImageFilter;\n /**\n * Transforms a shader into an impage filter\n *\n * @param shader - The Shader to be transformed\n * @param input - if null, it will use the dynamic source image\n */\n MakeShader(shader: SkShader, input: SkImageFilter | null): SkImageFilter;\n /**\n * Create a filter that blurs its input by the separate X and Y sigmas. The provided tile mode\n * is used when the blur kernel goes outside the input image.\n *\n * @param sigmaX - The Gaussian sigma value for blurring along the X axis.\n * @param sigmaY - The Gaussian sigma value for blurring along the Y axis.\n * @param mode\n * @param input - if null, it will use the dynamic source image (e.g. a saved layer)\n */\n MakeBlur(\n sigmaX: number,\n sigmaY: number,\n mode: TileMode,\n input: SkImageFilter | null\n ): SkImageFilter;\n\n /**\n * Create a filter that applies the color filter to the input filter results.\n * @param cf\n * @param input - if null, it will use the dynamic source image (e.g. a saved layer)\n */\n MakeColorFilter(\n cf: SkColorFilter,\n input: SkImageFilter | null\n ): SkImageFilter;\n\n /**\n * Create a filter that composes 'inner' with 'outer', such that the results of 'inner' are\n * treated as the source bitmap passed to 'outer'.\n * If either param is null, the other param will be returned.\n * @param outer\n * @param inner - if null, it will use the dynamic source image (e.g. a saved layer)\n */\n MakeCompose(\n outer: SkImageFilter | null,\n inner: SkImageFilter | null\n ): SkImageFilter;\n\n /**\n * Create a filter that draws a drop shadow under the input content.\n * This filter produces an image that includes the inputs' content.\n * @param dx The X offset of the shadow.\n * @param dy\tThe Y offset of the shadow.\n * @param sigmaX\tThe blur radius for the shadow, along the X axis.\n * @param sigmaY\tThe blur radius for the shadow, along the Y axis.\n * @param color\tThe color of the drop shadow.\n * @param input\tThe input filter, or will use the source bitmap if this is null.\n * @param cropRect\tOptional rectangle that crops the input and output.\n */\n MakeDropShadow: (\n dx: number,\n dy: number,\n sigmaX: number,\n sigmaY: number,\n color: SkColor,\n input: SkImageFilter | null,\n cropRect?: SkRect\n ) => SkImageFilter;\n /**\n * Create a filter that renders a drop shadow, in exactly the same manner as ::DropShadow, except\n * that the resulting image does not include the input content.\n * This allows the shadow and input to be composed by a filter DAG in a more flexible manner.\n * @param dx The X offset of the shadow.\n * @param dy\tThe Y offset of the shadow.\n * @param sigmaX\tThe blur radius for the shadow, along the X axis.\n * @param sigmaY\tThe blur radius for the shadow, along the Y axis.\n * @param color\tThe color of the drop shadow.\n * @param input\tThe input filter, or will use the source bitmap if this is null.\n * @param cropRect\tOptional rectangle that crops the input and output.\n */\n MakeDropShadowOnly: (\n dx: number,\n dy: number,\n sigmaX: number,\n sigmaY: number,\n color: SkColor,\n input: SkImageFilter | null,\n cropRect?: SkRect\n ) => SkImageFilter;\n /**\n * Create a filter that erodes each input pixel's channel values to the minimum channel value\n * within the given radii along the x and y axes.\n * @param radiusX The distance to erode along the x axis to either side of each pixel.\n * @param radiusY The distance to erode along the y axis to either side of each pixel.\n * @param input The image filter that is eroded, using source bitmap if this is null.\n * @param cropRect Optional rectangle that crops the input and output.\n */\n MakeErode: (\n rx: number,\n ry: number,\n input: SkImageFilter | null,\n cropRect?: SkRect\n ) => SkImageFilter;\n /**\n * Create a filter that dilates each input pixel's channel values to the max value within the\n * given radii along the x and y axes.\n * @param radiusX The distance to dilate along the x axis to either side of each pixel.\n * @param radiusY The distance to dilate along the y axis to either side of each pixel.\n * @param input The image filter that is dilated, using source bitmap if this is null.\n * @param cropRect Optional rectangle that crops the input and output.\n */\n MakeDilate: (\n rx: number,\n ry: number,\n input: SkImageFilter | null,\n cropRect?: SkRect\n ) => SkImageFilter;\n /**\n * This filter takes an SkBlendMode and uses it to composite the two filters together.\n * @param mode The blend mode that defines the compositing operation\n * @param background The Dst pixels used in blending, if null the source bitmap is used.\n * @param foreground The Src pixels used in blending, if null the source bitmap is used.\n * @cropRect Optional rectangle to crop input and output.\n */\n MakeBlend: (\n mode: BlendMode,\n background: SkImageFilter,\n foreground: SkImageFilter | null,\n cropRect?: SkRect\n ) => SkImageFilter;\n /**\n * Create a filter that fills the output with the per-pixel evaluation of the SkShader produced\n * by the SkRuntimeShaderBuilder. The shader is defined in the image filter's local coordinate\n * system, so it will automatically be affected by SkCanvas' transform.\n *\n * @param builder The builder used to produce the runtime shader, that will in turn\n * fill the result image\n * @param childShaderName The name of the child shader defined in the builder that will be\n * bound to the input param (or the source image if the input param\n * is null). If null the builder can have exactly one child shader,\n * which automatically binds the input param.\n * @param input The image filter that will be provided as input to the runtime\n * shader. If null the implicit source image is used instead\n */\n MakeRuntimeShader: (\n builder: SkRuntimeShaderBuilder,\n childShaderName: string | null,\n input: SkImageFilter | null\n ) => SkImageFilter;\n}\n"],"mappings":";;;;;;IASYA,YAAY,GAAAC,OAAA,CAAAD,YAAA,0BAAZA,YAAY;EAAZA,YAAY,CAAZA,YAAY;EAAZA,YAAY,CAAZA,YAAY;EAAZA,YAAY,CAAZA,YAAY;EAAZA,YAAY,CAAZA,YAAY;EAAA,OAAZA,YAAY;AAAA"}
@@ -3,9 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
-
7
6
  var _ImageFilter = require("./ImageFilter");
8
-
9
7
  Object.keys(_ImageFilter).forEach(function (key) {
10
8
  if (key === "default" || key === "__esModule") return;
11
9
  if (key in exports && exports[key] === _ImageFilter[key]) return;
@@ -16,9 +14,7 @@ Object.keys(_ImageFilter).forEach(function (key) {
16
14
  }
17
15
  });
18
16
  });
19
-
20
17
  var _ImageFilterFactory = require("./ImageFilterFactory");
21
-
22
18
  Object.keys(_ImageFilterFactory).forEach(function (key) {
23
19
  if (key === "default" || key === "__esModule") return;
24
20
  if (key in exports && exports[key] === _ImageFilterFactory[key]) return;
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export * from \"./ImageFilter\";\nexport * from \"./ImageFilterFactory\";\n"],"mappings":";;;;;;AAAA;;AAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AACA;;AAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA"}
1
+ {"version":3,"names":["_ImageFilter","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_ImageFilterFactory"],"sources":["index.ts"],"sourcesContent":["export * from \"./ImageFilter\";\nexport * from \"./ImageFilterFactory\";\n"],"mappings":";;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,YAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,YAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,YAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,mBAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,mBAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,mBAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,mBAAA,CAAAL,GAAA;IAAA;EAAA;AAAA"}
@@ -4,21 +4,17 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.isMaskFilter = exports.BlurStyle = void 0;
7
- let BlurStyle;
8
- exports.BlurStyle = BlurStyle;
9
-
10
- (function (BlurStyle) {
7
+ let BlurStyle = exports.BlurStyle = /*#__PURE__*/function (BlurStyle) {
11
8
  BlurStyle[BlurStyle["Normal"] = 0] = "Normal";
12
9
  BlurStyle[BlurStyle["Solid"] = 1] = "Solid";
13
10
  BlurStyle[BlurStyle["Outer"] = 2] = "Outer";
14
11
  BlurStyle[BlurStyle["Inner"] = 3] = "Inner";
15
- })(BlurStyle || (exports.BlurStyle = BlurStyle = {}));
16
-
12
+ return BlurStyle;
13
+ }({}); //!< fuzzy inside, nothing outside
17
14
  const isMaskFilter = obj => obj !== null && obj.__typename__ === "MaskFilter";
15
+
18
16
  /**
19
17
  * See SkMaskFilter.h for more details.
20
18
  */
21
-
22
-
23
19
  exports.isMaskFilter = isMaskFilter;
24
20
  //# sourceMappingURL=MaskFilter.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["BlurStyle","isMaskFilter","obj","__typename__"],"sources":["MaskFilter.ts"],"sourcesContent":["import type { SkJSIInstance } from \"./JsiInstance\";\n\nexport enum BlurStyle {\n Normal, //!< fuzzy inside and outside\n Solid, //!< solid inside, fuzzy outside\n Outer, //!< nothing inside, fuzzy outside\n Inner, //!< fuzzy inside, nothing outside\n}\n\nexport const isMaskFilter = (\n obj: SkJSIInstance<string> | null\n): obj is SkMaskFilter => obj !== null && obj.__typename__ === \"MaskFilter\";\n\nexport type SkMaskFilter = SkJSIInstance<\"MaskFilter\">;\n\n/**\n * See SkMaskFilter.h for more details.\n */\nexport interface MaskFilterFactory {\n /**\n * Create a blur maskfilter\n * @param style\n * @param sigma - Standard deviation of the Gaussian blur to apply. Must be > 0.\n * @param respectCTM - if true the blur's sigma is modified by the CTM.\n */\n MakeBlur(style: BlurStyle, sigma: number, respectCTM: boolean): SkMaskFilter;\n}\n"],"mappings":";;;;;;IAEYA,S;;;WAAAA,S;EAAAA,S,CAAAA,S;EAAAA,S,CAAAA,S;EAAAA,S,CAAAA,S;EAAAA,S,CAAAA,S;GAAAA,S,yBAAAA,S;;AAOL,MAAMC,YAAY,GACvBC,GAD0B,IAEFA,GAAG,KAAK,IAAR,IAAgBA,GAAG,CAACC,YAAJ,KAAqB,YAFxD;AAMP;AACA;AACA"}
1
+ {"version":3,"names":["BlurStyle","exports","isMaskFilter","obj","__typename__"],"sources":["MaskFilter.ts"],"sourcesContent":["import type { SkJSIInstance } from \"./JsiInstance\";\n\nexport enum BlurStyle {\n Normal, //!< fuzzy inside and outside\n Solid, //!< solid inside, fuzzy outside\n Outer, //!< nothing inside, fuzzy outside\n Inner, //!< fuzzy inside, nothing outside\n}\n\nexport const isMaskFilter = (\n obj: SkJSIInstance<string> | null\n): obj is SkMaskFilter => obj !== null && obj.__typename__ === \"MaskFilter\";\n\nexport type SkMaskFilter = SkJSIInstance<\"MaskFilter\">;\n\n/**\n * See SkMaskFilter.h for more details.\n */\nexport interface MaskFilterFactory {\n /**\n * Create a blur maskfilter\n * @param style\n * @param sigma - Standard deviation of the Gaussian blur to apply. Must be > 0.\n * @param respectCTM - if true the blur's sigma is modified by the CTM.\n */\n MakeBlur(style: BlurStyle, sigma: number, respectCTM: boolean): SkMaskFilter;\n}\n"],"mappings":";;;;;;IAEYA,SAAS,GAAAC,OAAA,CAAAD,SAAA,0BAATA,SAAS;EAATA,SAAS,CAATA,SAAS;EAATA,SAAS,CAATA,SAAS;EAATA,SAAS,CAATA,SAAS;EAATA,SAAS,CAATA,SAAS;EAAA,OAATA,SAAS;AAAA,OAIZ;AAGF,MAAME,YAAY,GACvBC,GAAiC,IACTA,GAAG,KAAK,IAAI,IAAIA,GAAG,CAACC,YAAY,KAAK,YAAY;;AAI3E;AACA;AACA;AAFAH,OAAA,CAAAC,YAAA,GAAAA,YAAA"}
@@ -4,24 +4,17 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.toDegrees = exports.processTransform = exports.isMatrix = void 0;
7
-
8
7
  var _Matrix = require("./Matrix4");
9
-
10
8
  const isMatrix = obj => obj !== null && obj.__typename__ === "Matrix";
11
-
12
9
  exports.isMatrix = isMatrix;
13
-
14
10
  const processTransform = (m, transforms) => {
15
11
  const m3 = (0, _Matrix.processTransform3d)(transforms);
16
12
  m.concat(m3);
17
13
  return m;
18
14
  };
19
-
20
15
  exports.processTransform = processTransform;
21
-
22
16
  const toDegrees = rad => {
23
17
  return rad * 180 / Math.PI;
24
18
  };
25
-
26
19
  exports.toDegrees = toDegrees;
27
20
  //# sourceMappingURL=Matrix.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["isMatrix","obj","__typename__","processTransform","m","transforms","m3","processTransform3d","concat","toDegrees","rad","Math","PI"],"sources":["Matrix.ts"],"sourcesContent":["import type { SkJSIInstance } from \"./JsiInstance\";\nimport type { SkCanvas } from \"./Canvas\";\nimport type { Matrix3, Matrix4, Transforms3d } from \"./Matrix4\";\nimport { processTransform3d } from \"./Matrix4\";\n\nexport const isMatrix = (obj: unknown): obj is SkMatrix =>\n obj !== null && (obj as SkJSIInstance<string>).__typename__ === \"Matrix\";\n\nexport interface SkMatrix extends SkJSIInstance<\"Matrix\"> {\n concat: (matrix: InputMatrix) => SkMatrix;\n translate: (x: number, y: number) => SkMatrix;\n scale: (x: number, y?: number) => SkMatrix;\n skew: (x: number, y: number) => SkMatrix;\n rotate: (theta: number) => SkMatrix;\n postTranslate: (x: number, y: number) => SkMatrix;\n postScale: (x: number, y?: number) => SkMatrix;\n postSkew: (x: number, y: number) => SkMatrix;\n postRotate: (theta: number) => SkMatrix;\n identity: () => SkMatrix;\n get: () => number[];\n}\n\nexport type InputMatrix = SkMatrix | Matrix3 | Matrix4 | number[];\n\nexport interface TransformProp {\n transform?: Transforms3d;\n}\n\nexport const processTransform = <T extends SkMatrix | SkCanvas>(\n m: T,\n transforms: Transforms3d\n) => {\n const m3 = processTransform3d(transforms);\n m.concat(m3);\n return m;\n};\n\nexport const toDegrees = (rad: number) => {\n return (rad * 180) / Math.PI;\n};\n"],"mappings":";;;;;;;AAGA;;AAEO,MAAMA,QAAQ,GAAIC,GAAD,IACtBA,GAAG,KAAK,IAAR,IAAiBA,GAAD,CAA+BC,YAA/B,KAAgD,QAD3D;;;;AAuBA,MAAMC,gBAAgB,GAAG,CAC9BC,CAD8B,EAE9BC,UAF8B,KAG3B;EACH,MAAMC,EAAE,GAAG,IAAAC,0BAAA,EAAmBF,UAAnB,CAAX;EACAD,CAAC,CAACI,MAAF,CAASF,EAAT;EACA,OAAOF,CAAP;AACD,CAPM;;;;AASA,MAAMK,SAAS,GAAIC,GAAD,IAAiB;EACxC,OAAQA,GAAG,GAAG,GAAP,GAAcC,IAAI,CAACC,EAA1B;AACD,CAFM"}
1
+ {"version":3,"names":["_Matrix","require","isMatrix","obj","__typename__","exports","processTransform","m","transforms","m3","processTransform3d","concat","toDegrees","rad","Math","PI"],"sources":["Matrix.ts"],"sourcesContent":["import type { SkJSIInstance } from \"./JsiInstance\";\nimport type { SkCanvas } from \"./Canvas\";\nimport type { Matrix3, Matrix4, Transforms3d } from \"./Matrix4\";\nimport { processTransform3d } from \"./Matrix4\";\n\nexport const isMatrix = (obj: unknown): obj is SkMatrix =>\n obj !== null && (obj as SkJSIInstance<string>).__typename__ === \"Matrix\";\n\nexport interface SkMatrix extends SkJSIInstance<\"Matrix\"> {\n concat: (matrix: InputMatrix) => SkMatrix;\n translate: (x: number, y: number) => SkMatrix;\n scale: (x: number, y?: number) => SkMatrix;\n skew: (x: number, y: number) => SkMatrix;\n rotate: (theta: number) => SkMatrix;\n postTranslate: (x: number, y: number) => SkMatrix;\n postScale: (x: number, y?: number) => SkMatrix;\n postSkew: (x: number, y: number) => SkMatrix;\n postRotate: (theta: number) => SkMatrix;\n identity: () => SkMatrix;\n get: () => number[];\n}\n\nexport type InputMatrix = SkMatrix | Matrix3 | Matrix4 | number[];\n\nexport interface TransformProp {\n transform?: Transforms3d;\n}\n\nexport const processTransform = <T extends SkMatrix | SkCanvas>(\n m: T,\n transforms: Transforms3d\n) => {\n const m3 = processTransform3d(transforms);\n m.concat(m3);\n return m;\n};\n\nexport const toDegrees = (rad: number) => {\n return (rad * 180) / Math.PI;\n};\n"],"mappings":";;;;;;AAGA,IAAAA,OAAA,GAAAC,OAAA;AAEO,MAAMC,QAAQ,GAAIC,GAAY,IACnCA,GAAG,KAAK,IAAI,IAAKA,GAAG,CAA2BC,YAAY,KAAK,QAAQ;AAACC,OAAA,CAAAH,QAAA,GAAAA,QAAA;AAsBpE,MAAMI,gBAAgB,GAAGA,CAC9BC,CAAI,EACJC,UAAwB,KACrB;EACH,MAAMC,EAAE,GAAG,IAAAC,0BAAkB,EAACF,UAAU,CAAC;EACzCD,CAAC,CAACI,MAAM,CAACF,EAAE,CAAC;EACZ,OAAOF,CAAC;AACV,CAAC;AAACF,OAAA,CAAAC,gBAAA,GAAAA,gBAAA;AAEK,MAAMM,SAAS,GAAIC,GAAW,IAAK;EACxC,OAAQA,GAAG,GAAG,GAAG,GAAIC,IAAI,CAACC,EAAE;AAC9B,CAAC;AAACV,OAAA,CAAAO,SAAA,GAAAA,SAAA"}