
Research
/Security News
11 Malicious NuGet Tools Pose as Game Cheats to Drop a Windows Host-Surveillance Payload
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.
@armniko/canvas
Advanced tools
A lightweight, object-based abstraction over the HTML Canvas 2D API. Compose drawings declaratively with chainable element builders.
A lightweight, object-based abstraction over the HTML Canvas 2D API. Compose drawings declaratively with chainable element builders.
getHash(), making memoization and dirty-checking trivialnpm install @armniko/canvas
Create a canvas with existing HTMLCanvasElement:
import { Canvas, TextElement, PositionPoint } from '@armniko/canvas';
// assuming that there is <canvas id="canvas"></canvas> in dom
const canvas: Canvas = new Canvas(document.getElementById('canvas'));
canvas.draw(
new TextElement()
.setText('Hello world!')
.setFillColor('#ff0000')
.setFontSize(20)
.setPosition({ x: 100, y: 50 }, PositionPoint.Center)
);
| v2.2.0 |
Features: - option to set border radius for a rectangle element - more precise text fitting in bounds |
| v2.1.0 |
Technical: - removed minification of build - added exports field for proper module resolution and types- marked package as side-effect free |
| v2.0.0 |
Features: - pass callable attributes to element set methods - method to get hash for each element - option to set multiple rotations for all elements with `setRotations()` method which replaces `setDegrees()` - option to set scale for all elements - option to set crop area for an image element - option to set radius scale for radial gradient - option to pass position, scale, opacity and rotations into draw method - removed interface suffix from interfaces Bugfixes: - incorrect linear gradient position when rotating Technical: - migrated from webpack to vite - update all dependencies |
| v1.2.0 |
Technical: - precompile UMD and ESM |
| v1.1.1 |
Bugfixes: - missing ImageSource type - no shadow for an image element with border radius |
| v1.1.0 |
Features: - added line element - added gradient colors for usage as fill and border color for all elements |
| v1.0.0 | Initial version |
FAQs
A lightweight, object-based abstraction over the HTML Canvas 2D API. Compose drawings declaratively with chainable element builders.
We found that @armniko/canvas demonstrated a healthy version release cadence and project activity because the last version was released less than 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
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.

Research
/Security News
4 compromised asyncapi packages deliver miasma botnet loader on macOS, Linux and Windows.

Research
/Security News
A compromised jscrambler npm release added a malicious preinstall hook that runs hidden native binaries on Linux, macOS, and Windows.