0.6.1 • Published 2 years ago

vue-plot-digitizer v0.6.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

VuePlotDigitizer is a Vue.js-based tool for extracting numeric data from plot images, supporting XY data.

Demo

https://vpd.vercel.app/

Install

  • yarn install: yarn add vue-plot-digitizer
  • npm install: npm install vue-plot-digitizer

Or if you want to use it directly in the browser add

<script src="https://unpkg.com/vue-plot-digitizer/dist/vue-plot-digitizer.min.js"></script>

How to use

You need to import the component and then add to the components.

Vue.js (ver3)

It works in progress. 👷‍♂️👷‍♂️👷‍♂️

Vue.js (ver2)

1. Install Vuetify.

https://vuetifyjs.com/ja/getting-started/installation/

2. Install vue-plot-digitizer

$ yarn add vue-plot-digitizer
or
$ npm install vue-plot-digitizer

3. Set up the component.

<template>
  <v-app>
    <vue-plot-digitizer />
  </v-app>
</template>

<script>
import VuePlotDigitizer from 'vue-plot-digitizer'

export default {
  name: 'App',
  components: {
    VuePlotDigitizer
  }
}
</script>

component make the

Build Setup

# install dependencies
yarn install

# serve with hot relad at localhost:8080
yarn  serve

# build for production with minification
yarn  build

# lint
yarn lint

Contributing

  1. Fork it (git clone https://github.com/t29mato/vue-plot-digitizer.git)
  2. Create your feature branch (git checkout -b your-new-feature)
  3. Commit your changes (git commit -am 'feat: add some feature')
  4. Push to the branch (git push origin your-new-feature)
  5. Create a new Pull Request

License

This software is distributed under MIT license

0.4.8

2 years ago

0.5.4

2 years ago

0.4.5

2 years ago

0.5.3

2 years ago

0.4.4

2 years ago

0.4.7

2 years ago

0.4.6

2 years ago

0.5.0

2 years ago

0.6.1

2 years ago

0.5.2

2 years ago

0.6.0

2 years ago

0.5.1

2 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.8

3 years ago

0.2.3

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.1

3 years ago

0.2.2

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago