Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

smooth-corners

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smooth-corners - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "smooth-corners",
"version": "1.0.2",
"version": "1.0.3",
"description": "CSS superellipse masks with the Houdini API",

@@ -5,0 +5,0 @@ "main": "paint.js",

@@ -31,3 +31,3 @@ class SmoothCornersPainter {

ctx.fillStyle = 'black';
ctx.fillStyle = '#000';
ctx.setTransform(1, 0, 0, 1, width, height);

@@ -34,0 +34,0 @@ ctx.beginPath();

@@ -19,3 +19,3 @@ <h1 align=center>Smooth Corners</h1>

![](https://repository-images.githubusercontent.com/283091953/46814880-d08f-11ea-8933-05a3818dc9b7)
![Static demo of Smooth Corners][CTA]

@@ -99,2 +99,3 @@ ## Usage

[Paint Worklet]:https://developer.mozilla.org/en-US/docs/Web/API/PaintWorklet
[Example]:https://raw.githubusercontent.com/wopian/smooth-corners/master/example.png
[CTA]:https://raw.githubusercontent.com/wopian/smooth-corners/master/.github/images/cta.png
[Example]:https://raw.githubusercontent.com/wopian/smooth-corners/master/.github/images/example.png
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc