UNPKG

latex-editor

Version:

Super Simple Collaborative Latex Editor

20 lines (19 loc) 492 B
<!DOCTYPE html> <html> <body> <style> path { fill: none; stroke: blue; stroke-width: 1px; stroke-linejoin: round; stroke-linecap: round; } </style> <button type="button" id="clearDrawingCanvas">Clear Drawing</button> <svg id="drawingCanvas" viewbox="0 0 100 100" width="100%"></svg> <script src="../bower_components/yjs/y.js"></script> <script src="../bower_components/d3/d3.js"></script> <script src="./index.js"></script> </body> </html>