ts-json-schema-generator icon indicating copy to clipboard operation
ts-json-schema-generator copied to clipboard

Support for Schema generation in the browser

Open erichiller opened this issue 3 years ago • 2 comments

I've been using ts-json-schema-generator as a CLI tool during development and it works great. I now have the need to use the tool in the browser. I'm trying to type TypeScript into a input and then take that input string run it through ts-json-schema-generator and display the outputted JSON Schema. I've haven't been able to figure out how to do this (or even if it's possible), so depending on whether or not it is possible, this is a feature request either for documentation on how to do it, or the ability to do it. (it being use in the browser).

erichiller avatar Oct 27 '20 14:10 erichiller

It hasn't been a goal for me but I'm happy to review a pull request toward this goal.

domoritz avatar Oct 27 '20 15:10 domoritz

Ok let me take a look, I'll post back here

erichiller avatar Oct 28 '20 14:10 erichiller