Skip to content

Commit 697f390

Browse files
authored
Update README with additional NPM package badges
1 parent 88080e9 commit 697f390

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@
1414

1515
<h1>Open BIM Components <img src="https://thatopen.github.io/engine_components/resources/favicon.ico" width="32"/></h1>
1616

17-
[![NPM Package][npm]][npm-url]
18-
[![NPM Package][npm-downloads]][npm-url]
17+
[![Components NPM Package][npm]][npm-url]
18+
[![Components NPM Package][npm-downloads]][npm-url]
19+
[![Components Front NPM Package][npm-front]][npm-url-front]
20+
[![Components Front NPM Package][npm-downloads-front]][npm-url-front]
1921

2022
This library is a collection of BIM tools based on [Three.js](https://github.com/mrdoob/three.js/) and other libraries. It includes pre-made features to easily build browser-based 3D BIM applications, such as postproduction, dimensions, floorplan navigation, DXF export and much more.
2123

@@ -74,3 +76,6 @@ world.camera.controls.setLookAt(3, 3, 3, 0, 0, 0);
7476
[npm]: https://img.shields.io/npm/v/@thatopen/components
7577
[npm-url]: https://www.npmjs.com/package/@thatopen/components
7678
[npm-downloads]: https://img.shields.io/npm/dw/@thatopen/components
79+
[npm-front]: https://img.shields.io/npm/v/@thatopen/components-front
80+
[npm-url-front]: https://www.npmjs.com/package/@thatopen/components-front
81+
[npm-downloads-front]: https://img.shields.io/npm/dw/@thatopen/components-front

0 commit comments

Comments
 (0)