diff --git a/packages/plugin-logo/README.md b/packages/plugin-logo/README.md index 39a766afc09..b1fa55b0c82 100644 --- a/packages/plugin-logo/README.md +++ b/packages/plugin-logo/README.md @@ -44,6 +44,13 @@ You can use them as such: snippets.logo = new F.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](https://github.com/freesewing/plugin-logo/raw/master/img/example.png) + ## Where to get help Questions? Stuck? The [freesewing chat room on Gitter](https://gitter.im/freesewing/freesewing) diff --git a/packages/plugin-logo/package.json b/packages/plugin-logo/package.json index f9dddf12b3b..df2554c1047 100644 --- a/packages/plugin-logo/package.json +++ b/packages/plugin-logo/package.json @@ -18,6 +18,9 @@ "main": "dist/node.js", "unpkg": "dist/browser.js", "scripts": { + "patch": "npm version patch -m \":bookmark: v%s\" && npm run build", + "minor": "npm version minor -m \":bookmark: v%s\" && npm run build", + "major": "npm version major -m \":bookmark: v%s\" && npm run build", "precommit": "npm run pretty && lint-staged", "test": "echo \"Error: no test specified\" && exit 1", "clean": "rimraf dist",