@jsyg/boundingbox
v1.0.0
Published
Bounding Box plugin for JSYG framework
Downloads
146
Maintainers
Readme
@jsyg/boundingbox
BoundingBox plugin for JSYG framework
Installation
npm install @jsyg/boundingboxUsage
import BoundingBox from "@jsyg/boundingbox";
var box = new BoundingBox("#myElement");
box.show();
box.hide();Or as a plugin
import JSYG from "@jsyg/core";
import "@jsyg/boundingbox";
new JSYG("#myElement").boundingBox("show");