Basic Image Editing Tools Plugin | VuetifyImageInput

VuetifyImageInput is a Vue plug-in that provides basic image editing tools.

javascript image editor, photo editor using javascript, javascript image editor add text, how to make an image editor in javascript, js image editor plugin free

Full-Featured Photo Image Editor Using Canvas | tui.image-editor

How to make use of it:

Install & Download:

# NPM
$ npm install vuetify-image-input --save

Usage

import Vue from 'vue';
import VImageInput from 'vuetify-image-input';

Vue.component(VImageInput.name, VImageInput);
import VImageInput from 'vuetify-image-input';

export default {
  components: {
    VImageInput,
  },
  // ...
};
<v-image-input
  v-model="image"
  :image-quality="0.85"
  clearable
  image-format="jpeg"
  @file-info="onFileInfo"
/>

properties

nametypedefaultdescription
clearableBooleanfalse 
clearIconString'$clear' 
clearIconStyleObject  
debounceNumber0 
disabledBooleanfalse 
errorIconString'$error' 
errorIconStyleObject  
flipHorizontallyIconString'mdi-flip-horizontal' 
flipHorizontallyIconStyleObject  
flipVerticallyIconString'mdi-flip-vertical' 
flipVerticallyIconStyleObject  
fullHeightBooleanfalse 
fullWidthBooleanfalse 
hideActionsBooleanfalse 
imageBackgroundColorString  
imageFormatString'png'Possible values are 'png''jpeg' and 'webp'.
imageHeightNumber256 
imageMaxScalingNumber1 
imageMinScalingString'cover'Possible values are 'cover' and 'contain'.
imageQuality   
imageWidthNumber256 
nameString  
overlayBackgroundColorString'rgba(0,0,0,0.5)' 
overlayBorderColorString'#fff' 
overlayBorderWidthString'4px' 
overlayPaddingString'50px' 
readonlyBooleanfalse 
rotateClockwiseIconString'mdi-rotate-right' 
rotateClockwiseIconStyleObject  
rotateCounterClockwiseIconString'mdi-rotate-left' 
rotateCounterClockwiseIconStyleObject  
successIconString'$success' 
successIconStyleObject  
uploadIconString'mdi-upload' 
uploadIconStyleObject  
valueString 

Basic Image Editing Plugin, VuetifyImageInput Github, image editor plugin for website free, canvas image editor javascript


See Demo And Download

Official Website(SeregPie): Click Here

This superior jQuery/javascript plugin is developed by SeregPie. For extra advanced usage, please go to the official website.

Related Posts

Iconpicker-Bootstrap-5

[Icon Picker] Iconpicker for Bootstrap 5 Icons Library

Bootstrap 5-based icon picker which supports any icon libraries like Bootstrap Icons, Font Awesome[fontawesome.com], etc. Must Read: 1000+ Pixel Perfect SVG Icons For Vue Components | Unicons How…

bootstrap-multiple-image-upload-with-preview

Bootstrap Multiple Image Upload with Preview and Delete | ImagesLoader

ImagesLoader is a standard bootstrap image upload plugin that provides an easy-to-use and nice-looking interface for uploading multiple images to a web server. Must Read: HTML 5…

Animating-Split-Flap-Displays-fallblatt

A Lightweight jQuery Plugin for Animating Split-Flap Displays | fallblatt

fallblatt is a lightweight jQuery plugin for animating split screens. This jQuery plugin allows you to include such offers in your web application. Everything from virtual departure…

bootstrap-5-dark-theme

Dark & Light Switch Mode Toggle for Bootstrap 5

Switching to dark mode is done by toggling HTML tags that include -dark or -light as a category. It is made by manipulating the DOM with JavaScript. The text color also changes depending…

jQuery-SyoTimer-Plugin

jQuery Plugin for Countdown Timer on HTML Page | SyoTimer

yoTimer jQuery plugin allows you to create digital style countdowns/periodic timers on the webpage, with callbacks support and timezone/translation customization. Features Periodic count with the specified period…

vue-js-periodic-table

Dynamic, Data-driven Periodic Table built with Vue.js

Periodicity is a dynamic, data-driven periodic table created with Vue.js that uses D3 animations and graphs to show the beauty of periodic trends. Built With vue.js (component…