vue-piuma
Version:
Vue component for Piuma Image optimizer
44 lines (29 loc) • 670 B
Markdown
# Vue-piuma
Vue component for Piuma Image optimizer
## Install
```bash
yarn add vue-piuma
```
CDN: [UNPKG](https://unpkg.com/vue-piuma/) | [jsDelivr](https://cdn.jsdelivr.net/npm/vue-piuma/) (available as `window.VuePiuma`)
## Usage
```vue
<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
```bash
yarn test
```
## More on Piuma
[Piuma Image Optimizer](https://github.com/lotrekagency/piuma)
## License
MIT © [lotrekagency](https://github.com/lotrekagency)