A React component for displaying Yu-Gi-Oh! Cards.
Download the library manually or with a package manager.
npm install --save react-yugioh
bower install --save react-yugioh
component install creaturephil/react-yugioh@gh-pages
/** @jsx React.DOM */
React.renderComponent(
<Yugioh name="dark magician" />,
document.getElementById('example')
);