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

Package detail

@antv/li-core-assets

antvis321Apache-2.01.3.7TypeScript support: included

core assets for location insight

core assets, li

readme

LI Core Assets

Assets for Location Insight App

Usage

`jsx | pure import React from 'react'; import CoreAssets from '@antv/li-core-assets'; import { LocationInsightEditor } from '@antv/li-editor'; import defaultApplication from './application';

const assets = [CoreAssets];

export default () => { return ( <LocationInsightEditor style={{ height: '100vh' }} defaultApplication={defaultApplication} assets={assets} onChange={(app) => {}} /> ); }; `