mokkabonna / json-schema-merge-allof

Simplify your schema by combining allOf
97 stars 23 forks source link

Confirmation of browser support #43

Closed goldingdamien closed 11 months ago

goldingdamien commented 11 months ago

Can you confirm whether browser environments are supported, and if any special processes are required to get it running in the browser. Regards.

mokkabonna commented 11 months ago

I have not personally tested it but there should be no problem using it in the browser. It uses commonjs so you need to use it with some kind of bundler like vite or webpack or at least some basic UMD support. It registers no global variables.