DesmosBezierRenderer icon indicating copy to clipboard operation
DesmosBezierRenderer copied to clipboard

Feature To Add - Export to Desmos Website

Open BarelyOutOfTuesday opened this issue 3 years ago • 4 comments

Hi guys, Great project! One feature I would suggest is to add the option to export the official Desmos website - so one can save a frame as a file - and then share it with people???? Regards,

BarelyOutOfTuesday avatar Jun 04 '21 08:06 BarelyOutOfTuesday

You could probably make your own system for saving desmos files, but I dont think theres anything native that desmos has

Green-Thanos avatar Jun 06 '21 22:06 Green-Thanos

Hi guys, Great project! One feature I would suggest is to add the option to export the official Desmos website - so one can save a frame as a file - and then share it with people???? Regards,

https://github.com/kevinjycui/DesmosBezierRenderer/issues/33 Does my post answer your suggestion?

Zyrusse avatar Nov 06 '21 06:11 Zyrusse

for command python3 backend.py -h Traceback (most recent call last): File "backend.py", line 2, in from flask import Flask ModuleNotFoundError: No module named 'flask'

What does this error mean and how do I fix it?

timmy76767 avatar Dec 13 '21 18:12 timmy76767

for command python3 backend.py -h Traceback (most recent call last): File "backend.py", line 2, in from flask import Flask ModuleNotFoundError: No module named 'flask'

What does this error mean and how do I fix it?

Hi there! You need to go and install Flask module, use this command: pip install flask

Maxxxutko avatar Feb 14 '22 22:02 Maxxxutko