0.3.0 • Published 3 years ago

mei-demo-c v0.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Vue-piuma

codecov Build Status

Vue component for Piuma Image Optimizer ✌🏻🌉

Install

yarn add https://github.com/piumaio/vue-piuma.git

Usage

import Piuma from 'vue-piuma'

Piuma.serverUrl = 'https://arysol.it/piuma/'

export default {
  components: {
    PrismEditor,
    Piuma
  },
  // ....
}
<template>
  <piuma src="YOUR URL" height="YOUR_HEIGHT" width="YOUR_WIDTH" quality="YOUR_QUALITY" />
</template>

You can also add the following properties

  • alt: alternate text for image
  • title: title of the image
  • class: class attribute for the image

You can also use the composeUrl function to get a valid Piuma url

Piuma.composeUrl("YOUR_URL", width, height, quality)

width, height and quality are optional

Test

yarn test:unit

More on Piuma

Piuma Image Optimizer

License

MIT © piumaio

forthebadge