flyover / imgui-js

JavaScript bindings for Dear ImGui using Emscripten and TypeScript
https://flyover.github.io/imgui-js/example/
MIT License
962 stars 103 forks source link

Fix mixed contents error on example #32

Closed arthuro555 closed 3 years ago

arthuro555 commented 3 years ago

Currently, loading the example results in this error: image

This PR should fix it by replacing the protocol for the jsdelivr system.ts script tag from http to https.

flyover commented 3 years ago

Thanks for fixing this!