1.1.1 • Published 6 years ago

vue-piuma v1.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Vue-piuma

Vue component for Piuma Image optimizer

Install

yarn add vue-piuma

CDN: UNPKG | jsDelivr (available as window.VuePiuma)

Usage

<template>
  <vue-piuma src="YOUR URL" height="YOUR HEIGHT" width="YOUR WIDTH" quality="YOUR QUALITY" ></vue-piuma>
</template>

<script>
import VuePiuma from 'vue-piuma'

export default {
  components: {
    VuePiuma
  }
}
</script>

Test

yarn test

More on Piuma

Piuma Image Optimizer

License

MIT © lotrekagency