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

I want to modify the icon on the change character color, background, how do I handle it? #1147

Open
JangHarry opened this issue Jun 4, 2024 · 1 comment
Labels

Comments

@JangHarry
Copy link

I want to modify the icon on the change character color, background, how do I handle it?

I don't want to use the button in the shape of a water droplet, I want to use it in a different shape, or I want to put svg arbitrarily

image

@xdan xdan added the question label Jun 4, 2024
@xdan
Copy link
Owner

xdan commented Jun 26, 2024

Hi, use controls option

Jodit.make('#editor', {
  controls: {
       brush: {
             iconURL: './icon.png'
       },
  }
});

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

No branches or pull requests

2 participants