0.0.7 ā€¢ Published 10 months ago

@lvisei/li-zelda-assets v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

li-zelda-assets

Zelda Assets for L7VP App

Player

šŸŽ® Online Experience

Developer

Install

npm i @lvisei/li-zelda-assets -S

Usage

import React from 'react';
import Assets from '@lvisei/li-zelda-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.0.7

10 months ago

0.0.6

10 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago