@antv/li-sdk
v1.4.2
Published
sdk for location insight
Downloads
915
Maintainers
Readme
LI-SDK
SDK for Location Insight App
Usage
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} />;
};