@dimjs/bridge

A Typescript based bridge for web of @dimjs

Usage no npm install needed!

<script type="module">
  import dimjsBridge from 'https://cdn.skypack.dev/@dimjs/bridge';
</script>

README

A Typescript based bridge for web of @dimjs of monorepo

https://github.com/lzyzsd/JsBridge

考虑到加签(iOS 需要自己序列化, 避免精度损失) 以及 JS 在处理高精度的小数的时候也可能存在精度损失, bridge 所有的 API 返回自段只要有小数精度都使用 string 类型.

关闭 bridge 日志

window['disableFabricLogging'] = true;