ocx icon indicating copy to clipboard operation
ocx copied to clipboard

Enable importing `ocx` as an npm module

Open pjohnmeyer opened this issue 2 years ago • 0 comments

Currently, after running npm install https://github.com/captable/ocx, the binary ocf2ocx is available for use but one cannot require('ocx') from the node console or import OCX from 'ocx'. This should be ironed out so the code can be used from other code, not just from the command line.

pjohnmeyer avatar Apr 28 '23 02:04 pjohnmeyer