diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index c4da40ab..48ae4859 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,8 +1,8 @@ # These are supported funding model platforms -github: [jaywcjlove] -patreon: # Replace with a single Patreon username -open_collective: # Replace with a single Open Collective username -ko_fi: # Replace with a single Ko-fi username -tidelift: # npm/svgtofont -community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +# github: [jaywcjlove] +# patreon: # Replace with a single Patreon username +# open_collective: # Replace with a single Open Collective username +# ko_fi: # Replace with a single Ko-fi username +# tidelift: # npm/svgtofont +# community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry custom: https://jaywcjlove.github.io/sponsor.html diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11d27fb3..e1d280b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: name: ${{ steps.create_tag.outputs.version }} tag: ${{ steps.create_tag.outputs.version }} body: | - [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/svgtofont@${{steps.create_tag.outputs.versionNumber}}/file/README.md) [![npm bundle size](https://img.shields.io/bundlephobia/minzip/svgtofont)](https://bundlephobia.com/result?p=svgtofont@${{steps.create_tag.outputs.versionNumber}}) [![npm version](https://img.shields.io/npm/v/svgtofont.svg)](https://www.npmjs.com/package/svgtofont) + [![Buy me a coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee)](https://jaywcjlove.github.io/#/sponsor) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/svgtofont@${{steps.create_tag.outputs.versionNumber}}/file/README.md) [![npm bundle size](https://img.shields.io/bundlephobia/minzip/svgtofont)](https://bundlephobia.com/result?p=svgtofont@${{steps.create_tag.outputs.versionNumber}}) [![npm version](https://img.shields.io/npm/v/svgtofont.svg)](https://www.npmjs.com/package/svgtofont) Documentation ${{ steps.changelog.outputs.tag }}: https://raw.githack.com/jaywcjlove/svgtofont/${{ steps.changelog.outputs.gh-pages-short-hash }}/index.html Comparing Changes: ${{ steps.changelog.outputs.compareurl }} diff --git a/README.md b/README.md index e14ddcf6..cd4f7a5f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@

+ + Buy me a coffee + Build & Deploy diff --git a/package.json b/package.json index 5cd2d2cd..4f4f2c1c 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "4.0.0", "description": "Converts SVG to TTF/EOT/WOFF/WOFF2/SVG format fonts.", "homepage": "https://jaywcjlove.github.io/svgtofont/", - "funding": "https://jaywcjlove.github.io/sponsor.html", + "funding": "https://jaywcjlove.github.io/#/sponsor", "main": "lib/index.js", "bin": { "svgtofont": "lib/cli.js"