Mobsites.Blazor.SignaturePad
2.0.0-preview1
.NET Standard 2.0
This is a prerelease version of Mobsites.Blazor.SignaturePad.
dotnet add package Mobsites.Blazor.SignaturePad --version 2.0.0-preview1
NuGet\Install-Package Mobsites.Blazor.SignaturePad -Version 2.0.0-preview1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Mobsites.Blazor.SignaturePad" Version="2.0.0-preview1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Mobsites.Blazor.SignaturePad --version 2.0.0-preview1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Mobsites.Blazor.SignaturePad, 2.0.0-preview1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Mobsites.Blazor.SignaturePad as a Cake Addin
#addin nuget:?package=Mobsites.Blazor.SignaturePad&version=2.0.0-preview1&prerelease
// Install Mobsites.Blazor.SignaturePad as a Cake Tool
#tool nuget:?package=Mobsites.Blazor.SignaturePad&version=2.0.0-preview1&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A Blazor UI component for smooth signature drawing on a HTML5 canvas.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- Mobsites.Blazor.BaseComponents (>= 1.0.4)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Mobsites.Blazor.SignaturePad:
Package | Downloads |
---|---|
FenixAlliance.ACL.Dependencies
Application Component for the Alliance Business Suite. |
|
Service.Extensions.Blazor.Components
Extensions to provide consistent configurations and patterns for your service. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.0-preview1 | 3,528 | 6/22/2020 |
1.1.7 | 396,397 | 6/21/2020 |
1.1.6 | 547 | 5/31/2020 |
1.1.5 | 447 | 5/7/2020 |
1.1.4 | 726 | 5/6/2020 |
1.1.3 | 336 | 5/4/2020 |
1.1.2 | 423 | 5/2/2020 |
1.1.1 | 338 | 4/27/2020 |
1.1.0 | 333 | 4/24/2020 |
1.0.0 | 424 | 4/23/2020 |
1.0.0-preview2 | 385 | 3/30/2020 |
1.0.0-preview1 | 316 | 3/29/2020 |
Changed reliance from the internal data structure used by underlying js library to the base64 data URL instead.