![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
ember-paperjs
Advanced tools
Ember components for using the excellent canvas SVG drawing library: PaperJS. A work in progress. Contributions welcomed.
ember install ember-paperjs
{{ paperjs-canvas }}
onInit=(action "onBeforeEvent")
provides the canvas
elementonInit=(action "onInitEvent")
provides the paper
scope object{{ paperjs-drawing }}
paperjs-drawing
closed=true|false
// automatically close shapessmoothed=true|false
// smooth shapes when completesimplified=true|false
// simplify shapes when complete (should accept a tolerances but doesn't)compoundPaths=true|false
// Create compound shapes (like Illustrator--not like PaperJS). Drawing inside another shape creates a boolean subtraction.minDistance=5
// minimum drawing distance for each part of a pathmaxDistance=100
// maximum drawing distance for each part of a pathstrokeColor="black"
fillColor="rgba(255, 255, 244, 0.4)"
onInit=(action "onBeforeEvent")
provides the canvas
elementonInit=(action "onInitEvent")
provides the paper
scope objectonClosed=(action "onClosedEvent")
provides the path and the scopegit clone <repository-url>
cd ember-paperjs
npm install
npm run lint:js
npm run lint:js -- --fix
ember test
– Runs the test suite on the current Ember versionember test --server
– Runs the test suite in "watch mode"ember try:each
– Runs the test suite against multiple Ember versionsember serve
For more information on using ember-cli, visit https://ember-cli.com/.
This project is licensed under the MIT License.
FAQs
The default blueprint for ember-cli addons.
We found that ember-paperjs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.