@cray/9w

1.0.4 • Public • Published

9w

Parse the stock price file.

const path = require('path');
const qw = require('@cray/9w');

qw(path.resolve(__dirname, './test/demo.pdf')).then((result)=>{
    console.log('result: ' , result);
},(err)=>{
    console.log('err: ' , err);
});

Readme

Keywords

Package Sidebar

Install

npm i @cray/9w

Weekly Downloads

4

Version

1.0.4

License

ISC

Unpacked Size

8.25 kB

Total Files

8

Last publish

Collaborators

  • cray