Skip to content

Commit

Permalink
feat(): add bmc feature
Browse files Browse the repository at this point in the history
  • Loading branch information
joranquinten committed Mar 22, 2021
1 parent 1f72d42 commit 71dce66
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ For Mac users, you can install the tool by downloading the [latest release](http

Paste a `;` separated string of color codes and the app wil render all of the colors to a grid with their `hex`, `rgb` and `hsl` values generated. The values can be copied to the clipboard by clicking on the appropriate line.

### Support
If you like this tool and use it a lot, consider [buying me a coffee ☕️](https://www.buymeacoffee.com/joranquinten)!

## Contributing 🤷‍♂️

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "webcolortool",
"version": "0.1.0",
"version": "0.2.0",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"electron:build": "vue-cli-service electron:build",
"electron:serve": "vue-cli-service electron:serve",
"electron:release": "vue-cli-service electron:build -p always",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps",
"test:unit": "vue-cli-service test:unit",
Expand Down
1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<script data-name="BMC-Widget" data-cfasync="false" src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js" data-id="joranquinten" data-description="Support me on Buy me a coffee!" data-message="" data-color="#BD5FFF" data-position="Right" data-x_margin="18" data-y_margin="18"></script>
<!-- built files will be auto injected -->
</body>

Expand Down

0 comments on commit 71dce66

Please sign in to comment.