![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
@erospingani1/ng-opendraw
Advanced tools
Opendraw is an angular component that manipulates the canvas for drawing content across all devices
Opendraw is an angular component that manipulates the canvas for drawing content across all devices. It supports touch/pen/mouse devices. It uses pointerEvent to detect the device.
This version was updated to be compatible with Angular 16+.
Try it out here: DEMO (original repo) or clone this repo and run ng serve
for a full demo of opendraw.
1.0.1: Angular 16.2.16
2.0.0: Angular 17.3.12
3.0.0: Angular 18.2.11
First install the package with the command npm i ng-opendraw
Then, in your module.ts, import the library module
import { NgOpendrawModule } from 'ng-opendraw';
And add it to your imports modules.
You can now use <ng-opendraw></ng-opendraw>
it in any component.html
<ng-opendraw
[canHeight]='this.height'
[canWidth]='this.width'
[lineWidth]='this.lineWidth'
[lineColor]='this.getColor()'
[commandObs]='this.commandObs$'
[drawStyle]='this.drawStyle'
[fillShape]='this.fillShape'
[eraser]='this.eraser'
[allowedDeviceType]='this.allowedDeviceType'
[backgroundImage]='this.bgImg'
[backgroundColor]='this.bgColor'
(outputEvent)='this.processResult($event)'
(errorEvent)='this.processError($event)'
></ng-opendraw>
Check out the repo for a full demo code here
Property | Type | Note |
---|---|---|
[canHeight] | number | Height of the canvas area in px |
[canWidth] | number | Width of the canvas area in px |
[lineWidth] | number | Line width in px, default: 3 |
[lineColor] | string | Line color, default: black |
[commandObs] | Observable(DrawCommand) | Triggers a drawcommand like export, clear, ... |
[drawStyle] | DrawStyle | Specify the drawing style like normal, circle, rectangle, line... default: normal |
[fillShape] | boolean | Enable/disable shape filling |
[eraser] | boolean | Enable/disable eraser |
[allowedDeviceType] | DeviceType | Specify the allowed device type like mouse, touch, pen... default: all |
[backgroundImage] | Image/HTMLImageElement | Specify the background layer image |
[backgroundColor] | string | Specify the background layer color |
Event | Type | Note |
---|---|---|
(outputEvent) | string | Emits the exported drawing image |
(errorEvent) | any | Emits all errors |
This package is on npm
https://www.npmjs.com/package/@erospingani1/ng-opendraw
This package is under the MIT license
FAQs
Opendraw is an angular component that manipulates the canvas for drawing content across all devices
The npm package @erospingani1/ng-opendraw receives a total of 3 weekly downloads. As such, @erospingani1/ng-opendraw popularity was classified as not popular.
We found that @erospingani1/ng-opendraw demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.