Skip to content

A freesewing plugin to add skully to your patterns

License

Notifications You must be signed in to change notification settings

sschimmel/plugin-logo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Freesewing logo

 freesewing
a library for made-to-measure sewing patterns

plugin-logo

A freesewing plugin to add our logo to your pattern.

Install

Install this plugin from NPM:

npm install --save @freesewing/plugin-logo

Usage

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

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

pattern.with(theme).with(logo);

You now have the following snippets available:

  • logo-xs
  • logo-sm
  • logo
  • logo-lg
  • logo-xl
  • logo-xxl

You can use them as such:

snippets.logo = new Snippet('logo-sm', points.logo);

Example

Below is an example of the logo and the different sizes. As you can see, the logo's anchor point is the chin.

Example of the logo plugin

Where to get help

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

About

A freesewing plugin to add skully to your patterns

Resources

License

Stars

Watchers

Forks

Packages

No packages published