UNPKG

@anywhichway/nerd-editor

Version:

A JavaScript rich text editor based on and with support for custom elements.

12 lines 537 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Plotly Chart</title> </head> <body> <script src="https://cdn.jsdelivr.net/npm/plotly.js@2.14.0/dist/plotly.min.js" integrity="sha256-VmyeSwOmMUgMXMDjfU7ouLhV/EFZuOiE/f6CfSpLujw=" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/json5@2.2.1/dist/index.min.js" integrity="sha256-b6dyH0K/nE4K1/d36PNAa96t19du7JXpzpcS9K3o4Sg=" crossorigin="anonymous"></script> <script type="module" src="./index.js"></script> </body> </html>