Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@freesewing/plugin-round

Package Overview
Dependencies
Maintainers
1
Versions
302
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@freesewing/plugin-round

A freesewing plugin to round corners

npmnpm
Version
0.2.0
Version published
Weekly downloads
21K
868.26%
Maintainers
1
Weekly downloads
 
Created
Source

Freesewing logo

 freesewing
a library for made-to-measure sewing patterns

Travis build Version License Code coverage DeepScan grade Chat on Gitter Become a Patron

plugin-round

A freesewing plugin to round corners.

Install

Install this plugin from NPM:

npm install --save @freesewing/plugin-round

Usage

To load this plugin, add it to your instantiated pattern:

import pattern from '@freesewing/pattern-brian'
import theme from '@freesewing/plugin-theme'
import round from '@freesewing/plugin-round'

pattern.with(theme).with(round);

You now have the round macro available:

macro("round", {
  from: pointA,
  to: pointC,
  via: pointB,
  radius: 20,
  render: true,
  class: "fabric",
  prefix: "example"
});

FIXME: Link to documentation

Where to get help

Questions? Stuck? The freesewing chat room on Gitter is the best place to ask for help.

Keywords

freesewing

FAQs

Package last updated on 21 Dec 2018

Did you know?

Socket

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.

Install

Related posts