Universal.Operative.Sdk.Figma
2.0.1
See the version list below for details.
dotnet add package Universal.Operative.Sdk.Figma --version 2.0.1
NuGet\Install-Package Universal.Operative.Sdk.Figma -Version 2.0.1
<PackageReference Include="Universal.Operative.Sdk.Figma" Version="2.0.1" />
<PackageVersion Include="Universal.Operative.Sdk.Figma" Version="2.0.1" />
<PackageReference Include="Universal.Operative.Sdk.Figma" />
paket add Universal.Operative.Sdk.Figma --version 2.0.1
#r "nuget: Universal.Operative.Sdk.Figma, 2.0.1"
#:package Universal.Operative.Sdk.Figma@2.0.1
#addin nuget:?package=Universal.Operative.Sdk.Figma&version=2.0.1
#tool nuget:?package=Universal.Operative.Sdk.Figma&version=2.0.1
Universal.Operative.Sdk.Figma
Local Fig* tools create, edit, inspect, read, and render Figma-family files. Remote Figma* tools read, export, and review live Figma files through the REST API.
The package embeds the blank and authoring FIG templates used by the local tools; no separate Universal.Figma source checkout or runtime fixture files are required.
builder.AddTools(FigToolSet.CreateDefault());
builder.AddTools(FigmaToolSet.CreateDefault(figmaAccessToken));
The remote tool set also contains the general figma REST proxy.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Universal.Common.Formats.Fig (>= 1.1.2)
- Universal.Common.Formats.Kiwi (>= 1.0.2)
- Universal.Figma.Client (>= 1.0.1)
- Universal.Figma.Rendering (>= 1.0.1)
- Universal.Figma.Schema (>= 1.0.0)
- Universal.Operative.Sdk (>= 6.0.2)
-
net8.0
- Universal.Common.Formats.Fig (>= 1.1.2)
- Universal.Common.Formats.Kiwi (>= 1.0.2)
- Universal.Figma.Client (>= 1.0.1)
- Universal.Figma.Rendering (>= 1.0.1)
- Universal.Figma.Schema (>= 1.0.0)
- Universal.Operative.Sdk (>= 6.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Vendors the embedded blank and authoring FIG resources so builds no longer depend on a sibling Universal.Figma checkout.