You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jsPDF and Three.js are pretty big javascript files, so on slow connections it can be a while before the design tool loads. We should switch to asynchronously loading larger javascript resources (e.g. <script src="..." async>) and progressively enable the parts that need them (e.g. 3d preview, export pdf, etc.) as they load in the background.
The text was updated successfully, but these errors were encountered:
jsPDF and Three.js are pretty big javascript files, so on slow connections it can be a while before the design tool loads. We should switch to asynchronously loading larger javascript resources (e.g.
<script src="..." async>
) and progressively enable the parts that need them (e.g. 3d preview, export pdf, etc.) as they load in the background.The text was updated successfully, but these errors were encountered: