@moirei/vue-imager
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

vue-imager

A Vue library for displaying rich media images. Designed with MOIREI Media Library in mind but compatible cloudimage.io and similar imaging servers.

Dodocumentation and demos are available at the documentation site.

💚 Features

  • Reactive image manipulation
  • Responsive
  • Lazy loading
  • Custom image url interpreter

Quick start

npm i @moirei/vue-imager

The quickest way to get started is to install the plugin with all components.

import Vue from "vue";
import VueImager from "@moirei/vue-imager";

Vue.use(VueImager, {
  baseUrl: "https://demo.cloudimg.io/v7",
});

Use v-imager component anywhere.

<v-imager
  src="https://cloudimage.public.airstore.io/demo/tim-patch.jpg"
  height="400"
  width-xm="500"
  blur="20"
  pixelate-sm="5"
  sharp-md="10"
/>

/@moirei/vue-imager/

    Package Sidebar

    Install

    npm i @moirei/vue-imager

    Weekly Downloads

    0

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    419 kB

    Total Files

    20

    Last publish

    Collaborators

    • augustusnaz