svgtofont

Read a set of SVG icons and ouput a TTF/EOT/WOFF/WOFF2/SVG font.

MIT License

Downloads
104.6K
Stars
503
Committers
19

Bot releases are visible (Hide)

svgtofont - v3.8.2

Published by github-actions[bot] over 3 years ago

npm i svgtofont

https://github.com/jaywcjlove/svgtofont/compare/v3.8.1...28779eac8fbc6bd25d46e44d444a5959ea9922ad

  • 📖 doc: Update README.md 87ca87c
  • 📖 doc: Update README.md 64c5426
  • 💄 chore(deps): update dependency ttf2woff2 to v4.0.1 c00506f
svgtofont - v3.8.1

Published by github-actions[bot] over 3 years ago

npm i svgtofont

https://github.com/jaywcjlove/svgtofont/compare/v3.8.0...a60944e64b546adde973c70b95af7c4b6c665201

  • 📖 doc: Update README.md 91d6091
  • 📖 doc: Update README.md d7fdb3a
  • 💄 chore: update workflows/ci.yml ed22891
svgtofont - v3.8.0

Published by github-actions[bot] over 3 years ago

npm i svgtofont
svgtofont -

Published by jaywcjlove over 3 years ago

svgtofont -

Published by jaywcjlove almost 4 years ago

https://github.com/jaywcjlove/svgtofont/compare/v3.6.0...v3.7.0

  • 7edc649 - chore: Fix test case errors. #61
  • 998417e - chore: move only files with .template to w/o .template @jgab-net
  • 981a29c - chore: remove unnecesary className property @jgab-net
  • febeeef - feat: add support to custom template path with te property styleTemplates, and the ability to use the .template extension to avoid highlight errors in editors @jgab-net
  • 6e121be - doc: Update README.md
  • eb4797c - test: Modify test case.
svgtofont -

Published by jaywcjlove almost 4 years ago

https://github.com/jaywcjlove/svgtofont/compare/v3.5.0...v3.6.0

  • 33936cc - feat: Add css.fileName options. #48
svgtofont -

Published by jaywcjlove almost 4 years ago

https://github.com/jaywcjlove/svgtofont/compare/v3.1.0...v3.5.0

  • f79d0fd feat: Add css.cssPath options. #48
  • c7953aa feat: Add setting font size to options. #52
  • c3cda18 feat: Add more css output configuration. #48
  • f5f6100 feat: Add CLI more options. #48
  • af87fdf fix: Fix startNumber configuration doesn't work. #50
  • df423f6 fix(deps): update dependency ejs to v3.1.5
  • 1784883 fix: website favicon error.
  • be0604d fix(deps): update dependency @types/cheerio to v0.22.22
  • 2f3d0ab fix(deps): update dependency image2uri to v1.0.4
  • 69ccaf3 chore(deps): update dependency @types/jest to v26.0.14
  • fdbb1ed chore(deps): Update dependency yargs to v16
  • b2527b0 doc: Update README.md
  • faea06f doc: Update README.md
  • cad2f42 test: Add test case.
svgtofont -

Published by jaywcjlove about 4 years ago

svgtofont -

Published by jaywcjlove about 4 years ago

  • c06ca06 - feat: Added vars to scss @stefanreimert
  • 45c82ab - fix(deps): update dependency image2uri to v1.0.3
svgtofont -

Published by jaywcjlove about 4 years ago

  • 030202b - fix(deps): update dependency colors-cli to v1.0.27
  • a6548fb - fix(deps): update dependency fs-extra to v9.0.1
  • 8d4431a - fix(deps): update dependency ttf2woff to v2.0.2
  • 4aed5f8 - fix(deps): update dependency yargs to v15.4.1
svgtofont -

Published by jaywcjlove about 4 years ago

  • 87f45b3 - chore: Refactor using typescript.
svgtofont -

Published by jaywcjlove about 4 years ago

  • 7826c60 - feat: Support for stylus. #32
  • 9bbf244 - feat: Support for scss. #32
svgtofont -

Published by jaywcjlove about 4 years ago

  • 677bf21 - fix: Modify the typo in clssaNamePrefix => classNamePrefix options #28.
svgtofont -

Published by jaywcjlove about 4 years ago

  • d338809 - add bin directive for install of cli @btmurrell
svgtofont -

Published by jaywcjlove over 4 years ago

  • ed6464c - fix(deps): update dependency svg2ttf to v5
  • 683de53 - fix(deps): update dependency fs-extra to v9
  • 65c044c - chore(deps): add renovate.json
  • 8951b5d - doc: Update document.
svgtofont -

Published by jaywcjlove almost 5 years ago

188e5ad - feat: Add corners options to website.
34f6269 - chore: Upgrade ejs v2.7.4 to v3.0.1
48695fd - fix: Add bin to the files field in package.json.

const svgtofont = require('svgtofont');
const path = require('path');
 

svgtofont({
  // ....
  website: {
    // ....
    // Add a Github corner to your website
    // Like: https://github.com/uiwjs/react-github-corners
+    corners: {
+      url: 'https://github.com/jaywcjlove/svgtofont',
+      width: 62, // default: 60
+      height: 62, // default: 60
+      bgColor: '#dc3545' // default: '#151513'
+    },
  }
}).then(() => {
  console.log('done!');
});
svgtofont -

Published by jaywcjlove almost 5 years ago

  • 3556e44 - feat: Support for use with commands.
{
  "scripts": {
    "font": "svgtofont --sources ./svg --output ./font --fontName uiw-font"
  },
}
svgtofont -

Published by jaywcjlove almost 5 years ago

  • 8d2a3cf - Upgrade svgo v1.3.0 to v1.3.2
svgtofont -

Published by jaywcjlove almost 5 years ago

  • 63d7d5c - feat: Support less css module
svgtofont -

Published by jaywcjlove about 5 years ago

  • 5a3b1e3 - #17 Fix the issue of generation fonts.
  • c6dc14c - Upgrad dependencies.