0.1.8 • Published 6 months ago

uploadscreenshotcomponent v0.1.8

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

uploadscreenshotcomponent

Installation

To install the upload-screenshot-component into an existing project, use the npm CLI

npm install uploadscreenshotcomponent

After installation, you can import the component into your project.

import UploadScreenshotModal from 'uploadscreenshotcomponent';

Vue.use(UploadScreenshotModal);

and implement function to receive upload event

<UploadScreenshotModal :showUploadScreenshot.sync="uploadModalVisible"
                       @upload="(value1) => uploadScreenShot(value1)"/>

Goals

The primary goal of this library is to provide reusable dialogs for uploading screenshots to the server. it will grab the screenshot file blob and emit to upload function. you will need to implement the upload function in your project.

Demo Page

See Demo Page.

0.1.8

6 months ago

0.1.7

6 months ago

0.1.6

6 months ago

0.1.5

6 months ago

0.1.4

6 months ago

0.1.3

6 months ago

0.1.2

6 months ago

0.1.1

6 months ago

0.1.0

6 months ago