We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
复现代码如下:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <script src="https://fastly.jsdelivr.net/npm/cnchar-draw/cnchar.draw.min.js"></script> <script type="module"> cncharDraw('好', { // el: "#draw", type: "animation", animation: { autoAnimate: true, animateComplete: function () { console.log("动画完成") } }, }) </script> </body> </html>
The text was updated successfully, but these errors were encountered:
试了上面的代码,没遇到问题
Sorry, something went wrong.
No branches or pull requests
复现代码如下:
The text was updated successfully, but these errors were encountered: