https://github.com/bigbluebutton/perfect-freehand-python
Draw perfect pressure-sensitive freehand lines. (Python port)
https://github.com/bigbluebutton/perfect-freehand-python
Last synced: 10 months ago
JSON representation
Draw perfect pressure-sensitive freehand lines. (Python port)
- Host: GitHub
- URL: https://github.com/bigbluebutton/perfect-freehand-python
- Owner: bigbluebutton
- License: mit
- Created: 2022-07-27T19:03:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-26T14:20:13.000Z (about 3 years ago)
- Last Synced: 2025-07-09T08:29:00.280Z (11 months ago)
- Language: Python
- Homepage: https://bigbluebutton.github.io/perfect-freehand-python/
- Size: 1.07 MB
- Stars: 10
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSES/CC0-1.0.txt
Awesome Lists containing this project
README
# Perfect Freehand Python _(perfect-freehand-python)_

Draw perfect pressure-sensitive freehand lines. (Python port)
This is a Python port of the
[perfect-freehand library](https://github.com/steveruizok/perfect-freehand)
originally written by Steve Ruiz in TypeScript. Please reference the
documentation for that library for additional usage examples, links to
other implementations, and to support the original author.
When published to PyPi, the package name is "perfect-freehand" (since the "python" is redundant).
The library name when importing into python code is `perfect_freehand`.
* Documentation: https://bigbluebutton.github.io/perfect-freehand-python/
## License
This library's code and documentation is released under the terms of the [MIT](LICENSES/MIT.txt) license.
Certain build system files are under the terms of the [CC0-1.0](LICENSES/CC0-1.0.txt) license.