KhronosGroup / glTF-Sample-Viewer

Physically-Based Rendering in glTF 2.0 using WebGL
Apache License 2.0
1.29k stars 238 forks source link

Replace `axios` by `fetch` #534

Closed jim-ec closed 9 months ago

jim-ec commented 9 months ago

Replaces the calls to the Axios package by the built-in fetch API. This also resolves this security issue.