0.3.0 • Published 5 years ago
mei-demo-c v0.3.0
Vue-piuma
Vue component for Piuma Image Optimizer ✌🏻🌉
Install
yarn add https://github.com/piumaio/vue-piuma.gitUsage
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 imagetitle: title of the imageclass: 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:unitMore on Piuma
License
MIT © piumaio