UNPKG

fabric-canvas

Version:
19 lines (18 loc) 620 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes" /> <title>fabric-canvas</title> <script src="/node_modules/@webcomponents/webcomponentsjs/webcomponents-bundle.js"></script> <script type="module" src="/node_modules/@polymer/iron-component-page/iron-component-page.js"></script> <style> iron-component-page { --iron-doc-accent-color: #009688; } </style> </head> <body> <iron-component-page></iron-component-page> </body> </html>