WebTolk Joomla Extensions
89 Extensions
11 Categories
395 Versions released
380679 Downloads
This plugin is for Joomla developers. The plugin registers Fabric.js package in Joomla Web Assets Manager. Then you can use it in your extensions.
This is a plugin for Joomla developers. It allows you to use Fabric.js anywhere in Joomla 4: into modules, components, plugins.
To do this in your code, use
<?php
use Joomla\CMS\Factory;
$wa = Factory::getApplication()->getDocument()->getWebAssetManager();
$wa->useScript('fabric-bundle');
?>
The plugin can be used as a dependency when developing its extensions for Joomla 4. The plugin uses the Joomla 4 update system.