1.0.1 • Published 3 years ago
mesh-map v1.0.1
mesh-map
Install
npm install --save mesh-map
Usage
import React, { Component } from "react";
import MeshMap from "mesh-map";
import "mesh-map/dist/index.css";
class Example extends Component {
render() {
return <MeshMap />;
}
}