Cocomaterial Image component for Vue.js. Try the demo!
yarn add vue-cocomaterial-imageimport CocomaterialImage from 'vue-cocomaterial-image'
Vue.component(CocomaterialImage.name, CocomaterialImage)Get the image id from Cocomaterial website and use it in your component. You can also change foreground and background colors
<template>
<div id="app">
<cocomaterial-image :imageId="151" foreground="#34495e" background="#41B883" />
</div>
</template>yarn installyarn buildyarn test:unityarn lint