Skip to content

Commit

Permalink
docs: Update badges.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryohidaka committed Sep 12, 2024
1 parent 5549756 commit 3fa1c72
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# cube-3d-js

[![npm version](https://badge.fury.io/js/cube-3d-js.svg)](https://badge.fury.io/js/cube-3d)
[![NPM Version](https://img.shields.io/npm/v/cube-3d-js?logo=npm)](https://www.npmjs.com/package/cube-3d-js)
![build](https://github.com/ryohidaka/cube-3d-js/workflows/Build/badge.svg)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)

[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/B0B6TVH92)
Expand Down Expand Up @@ -53,7 +54,7 @@ init("cube-3d", {
onRotate((currentFaceIndex: number, previousFaceIndex: number) => {
// Your callback logic here
console.log(
`Face index changed from: ${previousFaceIndex} to: ${currentFaceIndex}`,
`Face index changed from: ${previousFaceIndex} to: ${currentFaceIndex}`
);
});

Expand Down

0 comments on commit 3fa1c72

Please sign in to comment.