
Research
/Security News
npm Author Qix Compromised via Phishing Email in Major Supply Chain Attack
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.
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.
The npm package ember-paperjs receives a total of 0 weekly downloads. As such, ember-paperjs popularity was classified as not popular.
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.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.