Skip to content

Commit

Permalink
badges
Browse files Browse the repository at this point in the history
  • Loading branch information
hrgdavor committed Mar 12, 2024
1 parent c930e00 commit c2b24f3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ If you want to discuss jscad or jscadui you can also join us on discord: https:/

Most of the things are work in progres, but some parts are pretty ready to be used

- [packages/html-gizmo](./packages/html-gizmo) - [![npm version](https://badge.fury.io/js/@jscadui%2Fhtml-gizmo.svg)](https://badge.fury.io/js/@jscadui%2Fhtml-gizmo) a gizmo to display current camera direction
- [file-format/3mf-export](./file-format/3mf-export) - [![npm version](https://badge.fury.io/js/@jscadui%2F3mf-export.svg)](https://badge.fury.io/js/@jscadui%2F3mf-export) 3mf-export (also used by mynifold)
- [packages/postmessage](./packages/postmessage) - [![npm version](https://badge.fury.io/js/@jscadui%2Fpostmessage.svg)](https://badge.fury.io/js/@jscadui%2Fpostmessage) postMessage quality of life improvement
- [packages/html-gizmo](./packages/html-gizmo) - [![npm version](https://badge.fury.io/js/@jscadui%2Fhtml-gizmo.svg)](https://www.npmjs.com/package/@jscadui%2Fhtml-gizmo) a gizmo to display current camera direction
- [file-format/3mf-export](./file-format/3mf-export) - [![npm version](https://badge.fury.io/js/@jscadui%2F3mf-export.svg)](https://www.npmjs.com/package/@jscadui%2F3mf-export) 3mf-export (also used by mynifold)
- [packages/postmessage](./packages/postmessage) - [![npm version](https://badge.fury.io/js/@jscadui%2Fpostmessage.svg)](https://www.npmjs.com/package/@jscadui%2Fpostmessage) postMessage quality of life improvement

# demo
[jscad.app](https://jscad.app) is a nice demo and our attempt at making a an improved version of [openjscad.xyz](https://openjscad.xyz).
Expand Down
2 changes: 1 addition & 1 deletion file-format/3mf-export/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 3mf export MVP
[![npm version](https://badge.fury.io/js/@jscadui%2F3mf-export.svg)](https://badge.fury.io/js/@jscadui%2F3mf-export)
[![npm version](https://badge.fury.io/js/@jscadui%2F3mf-export.svg)](https://www.npmjs.com/package/@jscadui%2F3mf-export)

This is a set of functions to generate 3mf content for exporting 3d models and optionally embeding a thumbnail.

Expand Down
2 changes: 1 addition & 1 deletion packages/html-gizmo/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cube camera gizmo Web Component

[![npm version](https://badge.fury.io/js/@jscadui%2Fhtml-gizmo.svg)](https://badge.fury.io/js/@jscadui%2Fhtml-gizmo)
[![npm version](https://badge.fury.io/js/@jscadui%2Fhtml-gizmo.svg)](https://www.npmjs.com/package/@jscadui%2Fhtml-gizmo)

| ![gizmo in action](docs/gizmo.gif) | Check the demo at: https://hrgdavor.github.io/jscadui/html-gizmo/ |
| ---- | ---- |
Expand Down
2 changes: 1 addition & 1 deletion packages/postmessage/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# postMessage utility
[![npm version](https://badge.fury.io/js/@jscadui%2Fpostmessage.svg)](https://badge.fury.io/js/@jscadui%2Fpostmessage)
[![npm version](https://badge.fury.io/js/@jscadui%2Fpostmessage.svg)](https://www.npmjs.com/package/@jscadui%2Fpostmessage)

Allows for simpler usage of [postMessage](https://developer.mozilla.org/en-US/docs/Web/API/Worker/postMessage) by defining a RPC protocol that can send notifications or call methods.
Calling methods is handled with Promises because the postMessage is async by definition.
Expand Down

0 comments on commit c2b24f3

Please sign in to comment.