libhal / web-tools

A tools to help with calculations for embedded software development, robotics, electrical engineering with the goal of being easy to use, interactive, and sharable,
Apache License 2.0
0 stars 1 forks source link

[ Motor torque curve ] Make embed links work in discord #5

Open kammce opened 6 months ago

kammce commented 6 months ago

Currently the generated embed links for this tool come up as such:

image

One guess is that we need to update the meta data before DOMContentLoaded occurs.

kammce commented 6 months ago

Asked ChatGPT and its response was that this needs to be rendered by the server before reaching the client. Discord doesn't execute any JS just the static html, making this potentially impossible. Will keep this here if there ends up being some possible solution.