0.0.3 • Published 1 year ago

vue-plotting-ui-lib v0.0.3

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

VueJS Plotting UI Library

Introduction

A plotting UI component made using VueJS.

⚡ Quick Start

Getting started with VueJS Plotting UI Library is easy. To add to your project, choose your package manager and run one of the following commands:

Using npm

npm install vue-plotting-ui-lib

Using yarn

yarn add vue-plotting-ui-lib

Using pnpm

pnpm add vue-plotting-ui-lib

Using bun

bun add vue-plotting-ui-lib

Usage

  1. Import the component and its style

    import PointPlacer from 'vue-plotting-ui-lib'
    import "vue-plotting-ui-lib/style.css"
  2. Use it

    <PointPlacer image-source="https://furtadosbeta.gumlet.io/media/catalog/product/2/0/208079_1_1.jpg"
        :measurements="measurements" :on-save-click="(lines) => console.log(lines)" />
0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago