{"library":"raphael","type":"library","category":null,"description":"Raphaël is a JavaScript library designed to simplify working with vector graphics on the web. It uses SVG for modern browsers (Firefox, Safari, Chrome, Opera) and VML for older Internet Explorer, providing a consistent API across different rendering engines. The current stable version is 2.3.0, released in 2018. The library is largely considered feature-complete but is no longer actively maintained, with the last code changes dating back several years. Key differentiators include its cross-browser compatibility, especially its VML fallback for legacy IE, and its relatively small footprint. Development is dormant, with releases historically occurring sporadically as PRs were gathered and tested. It relies on the `eve` library for custom event handling.","language":"javascript","status":"abandoned","version":"2.3.0","tags":["javascript","svg","vml"],"install":[{"cmd":"npm install raphael","imports":["<script src=\"path/to/raphael.js\"></script>\n// Then Raphael is available globally","const Raphael = require('raphael');","define([ \"path/to/raphael\" ], function(Raphael) {\n  // Use Raphael here\n});"]},{"cmd":"yarn add raphael","imports":[]},{"cmd":"pnpm add raphael","imports":[]}],"homepage":"http://dmitrybaranovskiy.github.io/raphael/","github":"https://github.com/DmitryBaranovskiy/raphael","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/raphael","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/raphael/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Sat Jul 18","install_tag":null}}