UNPKG

creevey

Version:

Cross-browser screenshot testing tool for Storybook with fancy UI Runner

20 lines (19 loc) 518 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Creevey</title> <style> body { margin: 0; font-family: 'Nunito Sans', -apple-system, '.SFNSText-Regular', 'San Francisco', BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif; } </style> </head> <body> <div id="root"></div> <script src="main.js"></script> </body> </html>