Contents

streamlit-drawable-canvas 0.9.3

0

A Streamlit custom component for a free drawing canvas using Fabric.js.

A Streamlit custom component for a free drawing canvas using Fabric.js.

Stars: 665, Watchers: 665, Forks: 121, Open Issues: 66

The andfanilo/streamlit-drawable-canvas repo was created 5 years ago and the last code push was 11 months ago.
The project is popular with 665 github stars!

How to Install streamlit-drawable-canvas

You can install streamlit-drawable-canvas using pip

pip install streamlit-drawable-canvas

or add it to a project with poetry

poetry add streamlit-drawable-canvas

Package Details

Author
Fanilo ANDRIANASOLO
License
Homepage
https://github.com/andfanilo/streamlit-drawable-canvas
PyPi:
https://pypi.org/project/streamlit-drawable-canvas/
GitHub Repo:
https://github.com/andfanilo/streamlit-drawable-canvas
No  streamlit-drawable-canvas  pypi packages just yet.

Errors

A list of common streamlit-drawable-canvas errors.

Code Examples

Here are some streamlit-drawable-canvas code examples and snippets.

Related Packages & Articles

The `drawsvg` python package is a **vector graphics library** that allows python developers to create and manipulate SVG (Scalable Vector Graphics) files. It provides a simple and intuitive interface for generating and animating SVG images. `drawsvg` is built on top of `svgwrite`, providing powerful functionalities and a smooth user experience for manipulating SVG graphics.

A Python 3 library for programmatically generating SVG (vector) images and animations. Drawsvg can also render to PNG, MP4, and display your drawings in Jupyter notebook and Jupyter lab.