Vue component for Piuma Image optimizer
yarn add vue-piuma
CDN: UNPKG | jsDelivr (available as window.VuePiuma
)
<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>
yarn test
MIT © lotrekagency