Add SkiaSharp & HarfBuzz WASM native assets to Web project

Added SkiaSharp.NativeAssets.WebAssembly and HarfBuzzSharp.NativeAssets.WebAssembly package references to EnvelopeGenerator.ReceiverUI.Web.csproj. These provide native support for rendering and text shaping in WebAssembly, improving PDF and font handling in the web application.
This commit is contained in:
2026-05-13 18:30:55 +02:00
parent 48bbadc906
commit fe219f58c2

View File

@@ -9,6 +9,8 @@
<PackageReference Include="DevExpress.Blazor" Version="25.2.*" />
<PackageReference Include="DevExpress.Blazor.PdfViewer" Version="25.2.*" />
<PackageReference Include="DevExpress.Pdf.SkiaRenderer" Version="25.2.*" />
<PackageReference Include="SkiaSharp.NativeAssets.WebAssembly" Version="3.119.1" />
<PackageReference Include="HarfBuzzSharp.NativeAssets.WebAssembly" Version="8.3.1.2" />
<PackageReference Include="DevExpress.AIIntegration.Blazor" Version="25.2.*" />
<PackageReference Include="DevExpress.AIIntegration.OpenAI" Version="25.2.*" />