Skip to content

Commit

Permalink
Fix js-demo link in README
Browse files Browse the repository at this point in the history
  • Loading branch information
joffrey-bion authored Sep 12, 2023
1 parent 5389b49 commit ff70442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ See [simpleServer](./examples/src/main/kotlin/simpleServer.kt) and
[dynamicServer](./examples/src/main/kotlin/dynamicServer.kt) for examples.

## Kotlin-JS
Plotly is a JavaScript library, yet it is convenient to have a type-safe API when using in with Kotlin-JS. The sample application is available in [js-demo](./js-demo) module. One should node that Plotly.kt for JS is not a zero-cost wrapper like TypeScript definitions, it maintains its own object structure, could generate stand-alone models and some internal optimizations.
Plotly is a JavaScript library, yet it is convenient to have a type-safe API when using in with Kotlin-JS. The sample application is available in [js-demo](./examples/js-demo) module. One should node that Plotly.kt for JS is not a zero-cost wrapper like TypeScript definitions, it maintains its own object structure, could generate stand-alone models and some internal optimizations.

**Plotly-kt does not support `LEGACY` JS target. Be sure to use [IR compiler](https://kotlinlang.org/docs/js-ir-compiler.html)**

Expand Down

0 comments on commit ff70442

Please sign in to comment.