elysiajs / elysia-swagger

A plugin for Elysia to auto-generate Swagger page
MIT License
84 stars 45 forks source link

Local swagger-ui CSS and JS distributable #62

Open BeGj opened 11 months ago

BeGj commented 11 months ago

https://github.com/elysiajs/elysia-swagger/blob/c92aa0f4bf2d6d09e06de574a26ca0b65c5ae430/src/index.ts#L23 https://github.com/elysiajs/elysia-swagger/blob/c92aa0f4bf2d6d09e06de574a26ca0b65c5ae430/src/index.ts#L112

Because this library is downloading swagger-ui-bundle.js and swagger-ui.css it means it cannot be used without internet access, or behind a many firewalled enterprise networks, unfortunately.

It would be nice if you could remove this internet dependency and package the required swagger files locally within this library :)

BeGj commented 11 months ago

Fixed in merge request https://github.com/elysiajs/elysia-swagger/pull/63 Please look at it :)