Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NailxSharipov authored Sep 1, 2023
1 parent 6ca2948 commit 28f079f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ Utilizing the library within the recommended range ensures optimal accuracy in c

### Basic Usage (Direct include)

1 **Download Library Files:**
#### Download Library Files:
- i_shape_js.js
- i_shape_js_bg.wasm

2 **Place Files:** Put these files in a folder accessible by your HTML. In this example, we put them under the ishape/ directory.


You can find it at: [pkg](https://github.com/iShape-Rust/iShape-js/tree/main/pkg)

#### Place Files:
Put these files in a folder accessible by your HTML. In this example, we put them under the ishape/ directory.

Example HTML Usage
Here is a simple HTML example that demonstrates how to use the iShape library for geometric union operations.
Expand Down Expand Up @@ -112,12 +112,11 @@ Use the imported classes to perform geometric operations.

The result of the union operation will be displayed in a <pre> tag with the ID result.

#### Note
### Note

This is a basic example. You can extend it further to suit your application's specific needs.



### Union
<p align="left">
<img src="https://github.com/iShape-Rust/iShape-js/blob/main/Readme/union.svg" width="250"/>
Expand Down

0 comments on commit 28f079f

Please sign in to comment.