KhronosGroup / glTF-Sample-Viewer

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

Replace `axios` by `fetch` #534

Closed jim-ec closed 2 months ago

jim-ec commented 2 months ago

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