0.4.7 • Published 2 years ago

@antv/li-aiearth-assets v0.4.7

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

LI AiEarth Assets

AiEarth Assets for Location Insight App

Install

tnpm i @antv/li-aiearth-assets -S

Usage

import React from 'react';
import Assets from '@antv/li-aiearth-assets';
import { LocationInsightEditor } from '@antv/li-editor';
import defaultApplication from './application';

const assets = [Assets];

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

2 years ago

0.4.6

2 years ago

0.4.5

2 years ago

0.4.4

2 years ago

0.4.3

2 years ago

0.4.2

2 years ago

0.4.1

2 years ago

0.0.2

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago

0.0.1

2 years ago