Svg offers an interesting set of capabilities compared to other file types — recording of an svg even more so.
This recording functionality comes from the drawify repository.
This example uses the drawify
package. For developing the drawify
package locally, a library called npm-link-copy
is used to automatically update the package.
Run npm install -g laggingreflex/npm-link-copy
to install, got to the project folder (some/path/to/draw-frontend
) and run npm-link-copy ../some/path/to/draw -w
.