Skip to content
ts
import { LaserPointerPlugin } from '@infinite-canvas-tutorial/laser-pointer';

new App().addPlugins(...DefaultPlugins, UIPlugin, LaserPointerPlugin).run();

支持以下配置项:

ts
api.setAppState({
    laserPointerColor: 'red',
    laserPointerSize: 2,
});

Released under the MIT License.