Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@antv/li-sdk

antvis185Apache-2.01.5.1TypeScript support: included

sdk for location insight

sdk, li

readme

LI-SDK

SDK for Location Insight App

Usage

`jsx | pure import React from 'react'; import { LocationInsightApp } from '@antv/li-sdk'; import config from './config'; import CustomAssets from './CustomAssets';

const assets = [CustomAssets];

export default () => { return <LocationInsightApp style={{ height: '100vh' }} config={config} assets={assets} />; }; `