PHP code example of meanbee / magento2-svghelper

1. Go to this page and download the library: Download meanbee/magento2-svghelper library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

meanbee / magento2-svghelper example snippets

 echo $block->getData('svgHelper')->getViewSvg('pathtofile.svg') 
 echo $block->getData('svgHelper')->getViewSvg('Magento_Module::pathtofile.svg')