0.0.3 • Published 5 months ago

@ray-js/gyro-map-sdk v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

English | 简体中文

@ray-js/gyro-map-sdk

latest download

${COMPONENT_INTRODUCTION}

Installation

$ npm install @ray-js/gyro-map-sdk
# or
$ yarn add @ray-js/gyro-map-sdk

Usage

WebView Demo

import { WebView } from '@ray-js/ray'

<WebView
  src="webview://node_modules/@ray-js/gyro-map-sdk/dist-app/index.html"
  id={webviewId}
  onMessage={handleMessage}
/>