Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add plugins to idraw for auxiliary drawing #115

Closed
chenshenhai opened this issue Nov 7, 2021 · 1 comment
Closed

Add plugins to idraw for auxiliary drawing #115

chenshenhai opened this issue Nov 7, 2021 · 1 comment
Labels
discussion discussion feature Feature request

Comments

@chenshenhai
Copy link
Member

Add plugins to idraw for auxiliary drawing.

For example:

import iDraw  from 'idraw';

const idraw = new iDraw({...});

idraw.addPlugin(new iDraw.RulerPlugin());
idraw.addPlugin(new iDraw.AuxiliaryPlugin());
@chenshenhai chenshenhai added the feature Feature request label Nov 7, 2021
@chenshenhai chenshenhai added the discussion discussion label Feb 26, 2023
@chenshenhai
Copy link
Member Author

v0.4 has supported ruler

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion discussion feature Feature request
Projects
None yet
Development

No branches or pull requests

1 participant