MDX editor integrates sandpack within the main package and sandpack dependes on nodebox:
https://github.com/Sandpack/nodebox-runtime?tab=License-1-ov-file
Nodebox has a proprietary custom license which forbids commercial use.
The problem is nodebox allways gets installed when installing mdx editor. Tree shaking will probably kick it out when not used, but thats not 100% sure.
This can theoretically lead to possible legal issues for everyone using it commercially.
MDX editor integrates sandpack within the main package and sandpack dependes on nodebox:
https://github.com/Sandpack/nodebox-runtime?tab=License-1-ov-file
Nodebox has a proprietary custom license which forbids commercial use.
The problem is nodebox allways gets installed when installing mdx editor. Tree shaking will probably kick it out when not used, but thats not 100% sure.
This can theoretically lead to possible legal issues for everyone using it commercially.