UNPKG

pretty-color

Version:
18 lines (16 loc) 278 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <script src="../dist/index.js"></script> <style> </style> </head> <body> </body> <script> var color = new Color('red') console.log(color.toHex()) </script> </html>