html5 canvas Draw imported file ear

Asked 2 years ago, Updated 2 years ago, 65 views

You can draw and save pictures using html5 canvas and then retrieve the saved file and draw it together Do you have an api?(As if you can draw a picture board if you call it)

html5 canvas

2022-09-22 15:07

1 Answers

You need to load the file where you saved the coordinate light and draw it again.

In other words, exporting to an image is a function, and the stored file stores attribute values such as coordinates, line thickness, color, etc.

When you load it, you draw it again on the screen using the stored attribute value.


2022-09-22 15:07

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.