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

plugins are not on cdn #4081

Open
WindBrush opened this issue Dec 6, 2023 · 2 comments
Open

plugins are not on cdn #4081

WindBrush opened this issue Dec 6, 2023 · 2 comments

Comments

@WindBrush
Copy link

Describe the bug

plugins are not on cdn, so we can't use plugins like snapline from cdn.

Your Example Website or App

local html demo

Steps to Reproduce the Bug or Issue

  1. just create a html demo and add
<script src="https://cdnjs.cloudflare.com/ajax/libs/antv-x6/2.16.1/index.min.js" ></script>
  1. try to use any plugin
graph.use(
    new X6.Snapline({
     enabled: true,
}));
  1. not in index.min.js, and there's no cdn js for any plugin.

Expected behavior

use the plugin successfully.

Screenshots or Videos

No response

Platform

  • OS: Windows
  • Browser: Chrome
  • Version: 2.16.1

Additional context

please update!

@x6-bot
Copy link
Contributor

x6-bot bot commented Dec 6, 2023

👋 @WindBrush

Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it.
To help make it easier for us to investigate your issue, please follow the contributing guidelines.
We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.

@WindBrush
Copy link
Author

found in https://www.jsdelivr.com/?query=x6-plugin-, hope u guys update the offical docs.

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

No branches or pull requests

1 participant