liblouis / liblouis-js

Port/cross-compiled version of liblouis to Javascript
GNU General Public License v3.0
11 stars 4 forks source link

Creating an NPM package or giving directions on how to setup the package structure without NPM? #6

Closed frastlin closed 7 years ago

frastlin commented 7 years ago

Hello, I am wondering if this could please be added to NPM? I can't seem to figure out what liblouis.js is supposed to be when there is no liblouis.js file. I would love to either have an npm package or directions on how to setup the package so I can: require("liblouis-js") in my project. Thanks,

reiner-dolp commented 7 years ago

Hi,

thanks for your interest in this package.

This repository is a npm package. It is just not published in the npm package registry. Installation instructions can be found on stackoverflow or in the official docs on install, resp. package files.

Note, that I wrote this package for browser environments. Running it with node-js might require some modification. I would appreciate a bug report or pull request stating issues you had to resolve for node-js environments.

As a result of your report, I opened up several issues: #8 #7 #9 #10.