Package Exports
- dream_canvas
- dream_canvas/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (dream_canvas) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
拖动小球
export default class MoveBall {
container: any;
offset: any;
constructor(idTab: string);
render(r?: number, fillStyle?: string): void;
}
new MoveBall( "canvas" ).render()