![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.
@momsfriendlydevco/angular-ui-scribble
Advanced tools
Simple drawing widget to collect signatures, drawings or scrawls on a plain background or input from a webcam.
Can be used for:
Demo.
NOTE: This module requires signature_pad
npm install --save @momsfriendlydevco/angular-ui-scribble
<script src="/libs/angular-ui-scribble/dist/votetally.min.js"/>
<link href="/libs/angular-ui-scribble/dist/angular-ui-scribble.min.css" rel="stylesheet" type="text/css"/>
angular.module()
call:var app = angular.module('app', ['angular-ui-scribble'])
<ui-scribble editable="true" callback="someFunction(image)"></ui-scribble>
A demo is also available. To use this follow the instructions in the demo directory.
The UI widget is a AngularJS directive which supports the following options:
Option | Type | Default | Description |
---|---|---|---|
callback | function | none | The function to accept the completed drawing. The callback must contain either keyword dataURI or blob somewhere which will be replaced with the DataURI of the encoded image and the raw binary blob. e.g. myCallback(dataURI) to recieve the dataURI and myCallback(blob) to get the Blob object |
editable | boolean | false | If false the first scribble the user makes will be used, if true the user has access to some editing tools before submission |
colors | array | Pastel colors | An array of colors to select from |
sizes | array | [1,2,3,4,5] | An array of pen sizes to select from |
buttons | Object | {} | Which buttons should be displayed in the UI. See below for each individual option |
buttons.camera | boolean | true | Display the camera capture button if the platform supports it |
buttons.colors | boolean | true | Display the color selection buttons |
buttons.clear | boolean | true | Display the clear input button |
buttons.eraser | boolean | true | Display the eraser tool |
buttons.sizes | boolean | true | Display the pen size selection buttons |
width | number | 400 | The width of the widget |
height | number | 200 | The height of the widget |
FAQs
Angular signature_pad wrapper
The npm package @momsfriendlydevco/angular-ui-scribble receives a total of 1 weekly downloads. As such, @momsfriendlydevco/angular-ui-scribble popularity was classified as not popular.
We found that @momsfriendlydevco/angular-ui-scribble demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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.