Cropper.Blazor
1.0.1
See the version list below for details.
dotnet add package Cropper.Blazor --version 1.0.1
NuGet\Install-Package Cropper.Blazor -Version 1.0.1
<PackageReference Include="Cropper.Blazor" Version="1.0.1" />
<PackageVersion Include="Cropper.Blazor" Version="1.0.1" />
<PackageReference Include="Cropper.Blazor" />
paket add Cropper.Blazor --version 1.0.1
#r "nuget: Cropper.Blazor, 1.0.1"
#addin nuget:?package=Cropper.Blazor&version=1.0.1
#tool nuget:?package=Cropper.Blazor&version=1.0.1
Cropper.Blazor
Cropper.Blazor is a component element that wraps around Cropper.js
Demo
Usage
Import Custom Element:
@using Cropper.Blazor.Components
Add the following to index.html
(client-side) or _Host.cshtml
(server-side) in the head
<link href="_content/Cropper.Blazor/cropper.css" rel="stylesheet" />
Add the following to index.html
or _Host.cshtml
in the body
<script src="_content/Cropper.Blazor/cropper.js"></script>
Add the following to the relevant sections of Program.cs
using Cropper.Blazor.Extensions;
builder.Services.AddCropper();
And then use it in Razor file (for example):
<CropperComponent
Class="cropper-demo"
ErrorLoadImageClass="cropper-error-load"
@ref="cropperComponent"
OnCropStartEvent="OnCropStartEvent"
OnCropEndEvent="OnCropEndEvent"
OnCropEvent="OnCropEvent"
OnZoomEvent="OnZoomEvent"
OnCropMoveEvent="OnCropMoveEvent"
OnReadyEvent="OnCropReadyEvent"
OnLoadImageEvent="OnLoadImageEvent"
Src="@Src"
Loading="lazy"
ErrorLoadImageSrc="@ErrorLoadImageSrc"
IsErrorLoadImage="@IsErrorLoadImage"
OnErrorLoadImageEvent="OnErrorLoadImageEvent"
Options="options">
</CropperComponent>
And then use it in *.razor.cs file
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
-
net6.0
- Microsoft.AspNetCore.Components.Web (>= 6.0.10)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Cropper.Blazor:
Package | Downloads |
---|---|
Jarvis.Blazor.Mud
Biblioteca de componentes para MudBlazor. |
|
AlphaX.Blazor.Components.ImageCropper
This Blazor-based package integrates Radzen components with the powerful image cropping functionalities of CropperBlazor and Cropper.js. It offers a seamless and intuitive image cropping experience for Blazor applications, providing developers with ready-to-use components to implement and customize image editing features in their web applications. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.4.0 | 1,410 | 3/12/2025 |
1.3.4 | 37,211 | 8/4/2024 |
1.3.2 | 21,479 | 3/30/2024 |
1.3.1 | 11,549 | 2/2/2024 |
1.3.0 | 6,523 | 11/18/2023 |
1.2.7 | 1,687 | 11/9/2023 |
1.2.6 | 3,689 | 10/8/2023 |
1.2.5 | 1,128 | 9/12/2023 |
1.2.4 | 881 | 7/24/2023 |
1.2.3 | 661 | 7/15/2023 |
1.2.2 | 550 | 6/23/2023 |
1.2.1 | 166 | 6/22/2023 |
1.2.0 | 4,386 | 5/1/2023 |
1.1.4 | 1,782 | 4/1/2023 |
1.1.3 | 905 | 2/27/2023 |
1.1.2 | 666 | 2/3/2023 |
1.1.1 | 619 | 11/24/2022 |
1.1.0 | 368 | 11/12/2022 |
1.0.2 | 568 | 11/3/2022 |
1.0.1 | 366 | 11/2/2022 |