WT Fabric.js
由Sergey Tolkachyov提供
开发工具
此插件面向Joomla开发者。该插件在Joomla Web Assets Manager中注册Fabric.js包。它允许您在Joomla 4的任何地方使用Fabric.js:在模块、组件、插件中。为此,在您的代码中,请使用use Joomla\CMS\Factory; $wa = Factory::getApplication()->getDocument()->getWebAssetManager(); $wa->useScript('fabric-bundle');...