1.2.2 • Published 1 year ago

add-multi-text-to-img v1.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

add-multi-text-to-img

A Vue component for adding multi-lines of text to an image.

Installation

npm install add-multi-text-to-img

Usage

vue

npm install add-multi-text-to-img

Usage

vue

<template>
    
    <AddMultiTextToImg @textLinesSaved="handleTextLinesSaved"></AddMultiTextToImg>
</template>

<script>
import AddMultiTextToImg from 'add-multi-text-to-img';

export default {
    components: {
        AddMultiTextToImg,
    },
    methods: {
        handleTextLinesSaved(textLines) {
            console.log('Received text lines and background image :', data);
        },
    }
};
</script>
1.2.2

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago