allankiezel/ready-set-raphael
Composer 安装命令:
composer require allankiezel/ready-set-raphael
包简介
Ready Set Raphael SVG Parser
README 文档
README
Raphaël JavaScript Library Converter
Ready. Set. Raphael. will convert contents from an SVG file to Raphaël JavaScript code.
Online Conversion Tool
Please visit www.readysetraphael.com to use our automatic converter for your projects.
Usage
<?php
try {
$xml = file_get_contents([path_to_svg);
$svg = SVG::getInstance([optional_js_var_name);
$svg->setSVG($xml);
$parser = new Parser($svg->getSVG());
$parser->init();
} catch (Exception $e) {
echo $e->getMessage();
}
?>
License
Ready. Set. Raphael. is licensed under a Creative Commons Attribution 3.0 Unported License.
Based on a work at www.readysetraphael.com.
统计信息
- 总下载量: 22
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 28
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-01-03