Images A component to diff image or video with Vue.js Sep 11, 2018 1 min read vue-media-diff A component to diff image or video with Vue.js Edit Add topics. Installation npm install vue-media-diff -s Bash Usage import MediaDiff from './Component.vue'; export default { name: 'app', data() { return { origin: "src/assets/origin.jpg", diff: "src/assets/diff.jpg" } }, components: { MediaDiff }, } Js <MediaDiff :origin="origin" :diff="diff" style="width: 540px; height: 400px"> </MediaDiff> HTML Build Setup # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build Bash GitHub MKFMIKU/vue-media-diff?? — Read MoreDownload as zip Images
Images A simple web UI for interactive text-guided image to image generation A simple web UI for interactive text-guided image to image generation 11 January 2024
Images A Vue App that Make cartoon version of your photo A Vue App that Make cartoon version of your photo 02 December 2023
Images A Draggable Legends / Markers / Pointers for Images or Map Images made with Vue 3 A Draggable Legends / Markers / Pointers for Images or Map Images made with Vue 3 26 November 2023