{"id":18774113,"url":"https://github.com/leafac/notestrator","last_synced_at":"2026-03-19T06:18:52.319Z","repository":{"id":44763438,"uuid":"374773264","full_name":"leafac/notestrator","owner":"leafac","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-02T10:17:45.000Z","size":1002,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-28T18:37:08.517Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leafac.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"patreon":"leafac","custom":["https://paypal.me/LeandroFacchinettiEU","https://btc.com/34KJBgtaFYMtDqpSgMayw9qiKWg2GQXA9M"],"github":"leafac"}},"created_at":"2021-06-07T19:06:34.000Z","updated_at":"2023-01-19T20:16:58.000Z","dependencies_parsed_at":"2023-02-01T02:31:01.296Z","dependency_job_id":null,"html_url":"https://github.com/leafac/notestrator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/leafac/notestrator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leafac%2Fnotestrator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leafac%2Fnotestrator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leafac%2Fnotestrator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leafac%2Fnotestrator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leafac","download_url":"https://codeload.github.com/leafac/notestrator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leafac%2Fnotestrator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29766627,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T01:28:30.166Z","status":"ssl_error","status_checked_at":"2026-02-24T01:28:27.518Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T19:37:23.493Z","updated_at":"2026-02-24T01:33:54.369Z","avatar_url":"https://github.com/leafac.png","language":"HTML","funding_links":["https://patreon.com/leafac","https://paypal.me/LeandroFacchinettiEU","https://btc.com/34KJBgtaFYMtDqpSgMayw9qiKWg2GQXA9M","https://github.com/sponsors/leafac"],"categories":[],"sub_categories":[],"readme":"- Full-screen applications aren’t working anymore.\n- Flesh out the metadata for electron-builder.\n- Test that the logo on the tray works on 1x displays.\n\n\n\n### Backlog\n\n- Curve-fitting for better smoothing (but perhaps not real-time, producing a jump at the end): AN ALGORITHM FOR AUTOMATICALLY FITTING DIGITIZED CURVES Philip J. Schneider\n\n- Custom cursor doesn’t go away on click-through mode.\n- Multiple displays.\n  - Improve on the `primaryDrawing` hack.\n  - Rename `\"drawing\"` to `\"drawings\"` in `evaluate()`.\n- Another styling pass on the menu.\n  - “??”\n  - Revisit the “Fade” section.\n  - Refine the crosshair on the custom cursor.\n  - Custom cursor isn’t going away when you switch to `ignoreMouseEvents` mode.\n- Mouse modifiers:\n  - Scroll.\n  - Shift to keep line straight.\n- Save the drawing: SVG \u0026 PNG with transparent background.\n\n- [ ] touchbar\n- [ ] Menubar icons should be 32x32\n- [ ] Start at login\n\n- [ ] - [ ] TLDraw\n  - [ ] excalidraw\n  - [ ] Smooth drawing\n    - [ ] [perfect-freehand](https://github.com/steveruizok/perfect-freehand)!\n    - [ ] http://paperjs.org/tutorials/paths/smoothing-simplifying-flattening/\n    - [ ] Smooth\n      - [ ] https://developer.mozilla.org/en-US/docs/Web/SVG/Element/path\n      - [ ] https://github.com/paperjs/paper.js/blob/develop/src/path/Path.js#L1288\n    - [ ] Simplify\n      - [ ] http://paperjs.org/examples/path-simplification/\n        - [ ] https://github.com/paperjs/paper.js/blob/3ef3ca66d5a615df53f001331081396ae701c276/src/path/PathFitter.js\n      - [ ] https://github.com/soswow/fit-curve\n      - [ ] https://github.com/odiak/fit-curve\n  - [ ] A bookmarklet to annotate any web page\n\n  - [ ]\n  - [ ] https://github.com/serge-rgb/milton\n\n- [ ] https://discuss.atom.io/t/advice-on-creating-a-draw-on-screen-app/49401/15\n\n### Notes About Packaging\n\n- electron-packager\n  - Low-level tool for packing your app into a .app, .exe, etc.\n- electron-forge\n  - Uses electron-packager and gives you more high-level tools\n- electron-builder\n\n  - Doesn’t use electron-packager, and is way more popular\n  - Used by kap\n  - Less intrusive, for example:\n    - It doesn’t take over `npm start`, like Forge\n    - It doesn’t install a bunch of development dependencies, like Forge\n\n- Last resort: Do it manually https://www.electronjs.org/docs/latest/tutorial/application-distribution\n\n- Forge isn’t using ASAR\n\n- Builder is more popular than forge\n\n- Icon\n- Don’t include development dependencies\n  - Forge gets this point\n- Auto-update\n  - The blockmap stuff from electron-builder looks great!\n- Code signing\n  - https://www.electronjs.org/docs/latest/tutorial/code-signing\n\n\n\n\n```javascript\n  /*\n  const OBSDrawing = new BrowserWindow({\n    webPreferences: {\n      nodeIntegration: true,\n      contextIsolation: false,\n    },\n  });\n  OBSDrawing.loadURL(\n    HTMLToURL(html`\n      \u003c!DOCTYPE html\u003e\n      \u003chtml lang=\"en\"\u003e\n        \u003chead\u003e\n          \u003cmeta charset=\"UTF-8\" /\u003e\n          \u003cmeta\n            name=\"viewport\"\n            content=\"width=device-width, initial-scale=1.0\"\n          /\u003e\n          \u003cscript\u003e\n            const { ipcRenderer } = require(\"electron\");\n            const Mousetrap = require(\"mousetrap\");\n            const OBSWebSocket = require(\"obs-websocket-js\");\n            const obs = new OBSWebSocket();\n            obs.connect({ address: \"localhost:4444\" });\n            window.addEventListener(\"DOMContentLoaded\", () =\u003e {\n              for (const element of document.querySelectorAll(\n                \"[data-ondomcontentloaded]\"\n              ))\n                new Function(element.dataset.ondomcontentloaded).call(element);\n            });\n          \u003c/script\u003e\n        \u003c/head\u003e\n        \u003cbody\n          style=\"${css`\n            display: flex;\n            position: absolute;\n            top: 0;\n            right: 0;\n            bottom: 0;\n            left: 0;\n          `}\"\n        \u003e\n          \u003cdiv\n            style=\"${css`\n              font-family: var(--font-family--sans-serif);\n              font-size: var(--font-size--xs);\n              line-height: var(--line-height--xs);\n              color: var(--color--gray--warm--500);\n              background-color: var(--color--gray--warm--100);\n              @media (prefers-color-scheme: dark) {\n                color: var(--color--gray--warm--500);\n                background-color: var(--color--gray--warm--900);\n              }\n              width: 100px;\n              -webkit-user-select: none;\n              --space--2: var(--space--2);\n\n              @at-root {\n                .separator {\n                  border-top: var(--border-width--1) solid\n                    var(--color--gray--warm--200);\n                  @media (prefers-color-scheme: dark) {\n                    border-color: var(--color--gray--warm--800);\n                  }\n                  margin: var(--space--2) var(--space--0);\n                }\n              }\n            `}\"\n          \u003e\n            \u003cdiv\n              style=\"${css`\n                text-align: center;\n                color: var(--color--gray--warm--900);\n                background-color: var(--color--gray--warm--300);\n                @media (prefers-color-scheme: dark) {\n                  color: var(--color--gray--warm--400);\n                  background-color: var(--color--gray--warm--800);\n                }\n                padding: var(--space--1) var(--space--2);\n                -webkit-app-region: drag;\n              `}\"\n            \u003e\n              Notestrator\n            \u003c/div\u003e\n            \u003cform\n              style=\"${css`\n                padding: var(--space--2) var(--space--2);\n              `}\"\n            \u003e\n              \u003cdiv\n                style=\"${css`\n                  display: grid;\n                  grid-template-columns: 1fr 1fr;\n                  gap: var(--space--2);\n                  column-gap: var(--space--4);\n                  row-gap: var(--space--2);\n                `}\"\n              \u003e\n                $${[\n                  {\n                    color: \"var(--color--red--600)\",\n                    borderColor: \"var(--color--red--500)\",\n                    shortcut: \"1\",\n                    isDefault: true,\n                  },\n                  {\n                    color: \"var(--color--amber--600)\",\n                    borderColor: \"var(--color--amber--500)\",\n                    shortcut: \"2\",\n                  },\n                  {\n                    color: \"var(--color--lime--600)\",\n                    borderColor: \"var(--color--lime--500)\",\n                    shortcut: \"3\",\n                  },\n                  {\n                    color: \"var(--color--teal--600)\",\n                    borderColor: \"var(--color--teal--500)\",\n                    shortcut: \"4\",\n                  },\n                  {\n                    color: \"var(--color--sky--600)\",\n                    borderColor: \"var(--color--sky--500)\",\n                    shortcut: \"5\",\n                  },\n                  {\n                    color: \"var(--color--indigo--600)\",\n                    borderColor: \"var(--color--indigo--500)\",\n                    shortcut: \"6\",\n                  },\n                  {\n                    color: \"var(--color--purple--600)\",\n                    borderColor: \"var(--color--purple--500)\",\n                    shortcut: \"7\",\n                  },\n                  {\n                    color: \"var(--color--pink--600)\",\n                    borderColor: \"var(--color--pink--500)\",\n                    shortcut: \"8\",\n                  },\n                  {\n                    color: \"var(--color--gray--warm--900)\",\n                    borderColor: \"var(--color--gray--warm--700)\",\n                    shortcut: \"9\",\n                  },\n                  {\n                    color: \"var(--color--gray--warm--50)\",\n                    borderColor: \"var(--color--gray--warm--200)\",\n                    checkedColor: \"var(--color--gray--warm--600)\",\n                    shortcut: \"0\",\n                  },\n                ].map(\n                  ({\n                    color,\n                    borderColor,\n                    checkedColor,\n                    shortcut,\n                    isDefault,\n                  }) =\u003e html`\n                    \u003clabel\u003e\n                      \u003cinput\n                        type=\"radio\"\n                        name=\"color\"\n                        value=\"${color}\"\n                        $${isDefault ? html`checked` : html``}\n                        style=\"${css`\n                          display: none;\n                        `}\"\n                        data-ondomcontentloaded=\"${javascript`\n                          Mousetrap.bind(${JSON.stringify(\n                            shortcut\n                          )}, () =\u003e { this.click(); })\n                        `}\"\n                      /\u003e\n                      \u003cdiv\n                        style=\"${css`\n                          display: flex;\n                          justify-content: space-between;\n                          align-items: center;\n                        `}\"\n                      \u003e\n                        \u003cdiv\n                          style=\"${css`\n                            background-color: ${color};\n                            width: var(--font-size--2xl);\n                            height: var(--font-size--2xl);\n                            border: var(--border-width--1) solid ${borderColor};\n                            border-radius: var(--border-radius--circle);\n                            display: flex;\n                            justify-content: center;\n                            align-items: center;\n                            \u0026::after {\n                              content: \"\";\n                              background-color: ${checkedColor ??\n                              \"var(--color--gray--warm--50)\"};\n                              display: block;\n                              width: var(--space--2);\n                              height: var(--space--2);\n                              border-radius: var(--border-radius--circle);\n                              opacity: var(--opacity--0);\n                              transition-property: var(\n                                --transition-property--opacity\n                              );\n                              transition-duration: var(\n                                --transition-duration--150\n                              );\n                              transition-timing-function: var(\n                                --transition-timing-function--in-out\n                              );\n                            }\n                            :checked + * \u003e \u0026::after {\n                              opacity: var(--opacity--100);\n                            }\n                          `}\"\n                        \u003e\u003c/div\u003e\n                        ${shortcut}\n                      \u003c/div\u003e\n                    \u003c/label\u003e\n                  `\n                )}\n              \u003c/div\u003e\n\n              \u003chr class=\"separator\" /\u003e\n\n              \u003clabel\n                \u003e\u003cinput type=\"radio\" name=\"strokeWidth\" value=\"1\" /\u003e Thin\u003c/label\n              \u003e\n              \u003clabel\n                \u003e\u003cinput type=\"radio\" name=\"strokeWidth\" value=\"3\" checked /\u003e\n                Medium\u003c/label\n              \u003e\n              \u003clabel\n                \u003e\u003cinput type=\"radio\" name=\"strokeWidth\" value=\"5\" /\u003e\n                Thick\u003c/label\n              \u003e\n\n              \u003clabel\n                \u003e\u003cinput type=\"radio\" name=\"tool\" value=\"pen\" checked /\u003e\n                Pen\u003c/label\n              \u003e\n              \u003clabel\n                \u003e\u003cinput type=\"radio\" name=\"tool\" value=\"highlighter\" /\u003e highlighter\u003c/label\n              \u003e\n              \u003clabel\n                \u003e\u003cinput type=\"radio\" name=\"tool\" value=\"eraser\" /\u003e Eraser\u003c/label\n              \u003e\n\n              \u003clabel\u003e\n                \u003cinput\n                  type=\"radio\"\n                  name=\"ignoreMouseEvents\"\n                  value=\"false\"\n                  checked\n                  onchange=\"ipcRenderer.send(this.name, this.value)\"\n                /\u003e\n                Draw\n              \u003c/label\u003e\n              \u003clabel\u003e\n                \u003cinput\n                  type=\"radio\"\n                  name=\"ignoreMouseEvents\"\n                  value=\"true\"\n                  onchange=\"ipcRenderer.send(this.name, this.value)\"\n                /\u003e\n                Click-through\n              \u003c/label\u003e\n\n              \u003cdiv\u003eFade\u003c/div\u003e\n              \u003clabel\u003e\n                \u003cinput type=\"radio\" name=\"fade\" value=\"false\" checked /\u003e\n                None\n              \u003c/label\u003e\n              \u003clabel\u003e\n                \u003cinput type=\"radio\" name=\"fade\" value=\"1500\" /\u003e\n                Slow\n              \u003c/label\u003e\n              \u003clabel\u003e\n                \u003cinput type=\"radio\" name=\"fade\" value=\"1000\" /\u003e\n                Medium\n              \u003c/label\u003e\n              \u003clabel\u003e\n                \u003cinput type=\"radio\" name=\"fade\" value=\"500\" /\u003e\n                Fast\n              \u003c/label\u003e\n            \u003c/form\u003e\n          \u003c/div\u003e\n          \u003cdiv\n            style=\"${css`\n              flex: 1;\n            `}\"\n            data-ondomcontentloaded=\"${javascript`\n              const element = this;\n              obs.on(\"ConnectionOpened\", () =\u003e {\n                (async function update() {\n                  const preview = await obs.send(\"TakeSourceScreenshot\", { embedPictureFormat: \"png\" });\n                  element.style.backgroundImage = 'url(\"' + preview.img + '\")';\n                  setTimeout(update, 500);\n                })();\n              });\n            `}\"\n          \u003e\n            \u003csvg\n              style=\"${css`\n                width: 100%;\n                height: 100%;\n              `}\"\n              data-ondomcontentloaded=\"${javascript`\n                new MutationObserver(() =\u003e {\n                  ipcRenderer.send(\"OBSBrowserSourceUpdate\", this.innerHTML);\n                }).observe(this, { subtree: true, childList: true, attributes: true });\n              `}\"\n            \u003e\n              \u003cg class=\"highlighter\"\u003e\u003c/g\u003e\n              \u003cg class=\"pen\"\u003e\u003c/g\u003e\n            \u003c/svg\u003e\n            \u003cscript\u003e\n              const drawing = document.currentScript.previousElementSibling;\n              window.addEventListener(\"mousedown\", async (event) =\u003e {\n                const menu = Object.fromEntries(\n                  new URLSearchParams(\n                    new FormData(document.querySelector(\"form\"))\n                  )\n                );\n                let handleMousemove;\n                let handleMouseup;\n                switch (menu.tool) {\n                  case \"pen\":\n                  case \"highlighter\":\n                    const group = drawing.querySelector(\\`.\\${menu.tool}\\`);\n                    group.insertAdjacentHTML(\n                      \"beforeend\",\n                      \\`\n                    \u003cpath\n                      d=\"M \\${event.clientX} \\${event.clientY}\"\n                      fill=\"none\"\n                      stroke=\"\\${menu.color}\"\n                      stroke-width=\"\\${\n                        menu.strokeWidth * (menu.tool === \"highlighter\" ? 3 : 1)\n                      }\"\n                      stroke-opacity=\"\\${menu.tool === \"highlighter\" ? 0.5 : 1}\"\n                      stroke-linecap=\"round\"\n                      stroke-linejoin=\"round\"\n                      style=\"\\${\n                        menu.fade === \"false\"\n                          ? \\`\\`\n                          : \\`transition: opacity \\${menu.fade}ms ease-in;\\`\n                      }\"\n                    /\u003e\n                  \\`\n                    );\n                    const path = group.lastElementChild;\n                    const t = 0.4;\n                    let x0 = { x: event.clientX, y: event.clientY };\n                    let x1 = { x: event.clientX, y: event.clientY };\n                    let x2 = { x: event.clientX, y: event.clientY };\n                    let p1 = { x: event.clientX, y: event.clientY };\n                    let p2 = { x: event.clientX, y: event.clientY };\n                    handleMousemove = (event) =\u003e {\n                      // http://scaledinnovation.com/analytics/splines/aboutSplines.html\n                      if (event.clientX === x2.x \u0026\u0026 event.clientY === x2.y)\n                        return;\n                      x2 = { x: event.clientX, y: event.clientY };\n                      const x0_x1 = Math.sqrt(\n                        (x0.x - x1.x) ** 2 + (x0.y - x1.y) ** 2\n                      );\n                      const x1_x2 = Math.sqrt(\n                        (x1.x - x2.x) ** 2 + (x1.y - x2.y) ** 2\n                      );\n                      const x0_x1_x2 = x0_x1 + x1_x2;\n                      const ratio_x0_x1 = x0_x1 / x0_x1_x2;\n                      const ratio_x1_x2 = x1_x2 / x0_x1_x2;\n                      const w = x2.x - x0.x;\n                      const h = x2.y - x0.y;\n                      p1 = {\n                        x: x1.x - w * t * ratio_x0_x1,\n                        y: x1.y - h * t * ratio_x0_x1,\n                      };\n                      path.setAttribute(\n                        \"d\",\n                        \\`\\${path.getAttribute(\"d\")} C \\${p2.x} \\${p2.y}, \\${\n                          p1.x\n                        } \\${p1.y}, \\${x1.x} \\${x1.y}\\`\n                      );\n                      p2 = {\n                        x: x1.x + w * t * ratio_x1_x2,\n                        y: x1.y + h * t * ratio_x1_x2,\n                      };\n                      x0 = x1;\n                      x1 = x2;\n                    };\n                    handleMouseup = () =\u003e {\n                      const d = path.getAttribute(\"d\");\n                      if (!d.includes(\"C\")) {\n                        const [x, y] = d.split(\" \").slice(1);\n                        path.setAttribute(\n                          \"d\",\n                          \\`\\${d} C \\${x} \\${y}, \\${x} \\${y}, \\${x} \\${y}\\`\n                        );\n                      }\n                      if (menu.fade === \"false\") return;\n                      path.style.opacity = 0;\n                      path.addEventListener(\"transitionend\", () =\u003e {\n                        path.remove();\n                      });\n                    };\n                    break;\n                  case \"eraser\":\n                    handleMousemove = (event) =\u003e {\n                      const elementsToRemove = new Set();\n                      for (const element of drawing.querySelectorAll(\"*\"))\n                        switch (element.tagName) {\n                          case \"path\":\n                            for (const [x, y] of element\n                              .getAttribute(\"d\")\n                              .match(/C [d.]+ [d.]+, [d.]+ [d.]+, [d.]+ [d.]+/g)\n                              .map((curve) =\u003e\n                                curve\n                                  .split(\",\")[2]\n                                  .trim()\n                                  .split(\" \")\n                                  .map(Number)\n                              ))\n                              if (\n                                Math.sqrt(\n                                  (event.clientX - x) ** 2 +\n                                    (event.clientY - y) ** 2\n                                ) \u003c\n                                menu.strokeWidth * 5\n                              )\n                                elementsToRemove.add(element);\n                            break;\n                        }\n\n                      for (const element of elementsToRemove) element.remove();\n                    };\n                    break;\n                }\n                window.addEventListener(\"mousemove\", handleMousemove);\n                window.addEventListener(\n                  \"mouseup\",\n                  () =\u003e {\n                    window.removeEventListener(\"mousemove\", handleMousemove);\n                    if (handleMouseup !== undefined) handleMouseup();\n                  },\n                  { once: true }\n                );\n              });\n            \u003c/script\u003e\n          \u003c/div\u003e\n        \u003c/body\u003e\n      \u003c/html\u003e\n    `)\n  );\n\n  const OBSBrowserSourceApp = express();\n  OBSBrowserSourceApp.get(\"/\", (req, res) =\u003e {\n    res.send(\n      extractInlineStyles(html`\n        \u003c!DOCTYPE html\u003e\n        \u003chtml lang=\"en\"\u003e\n          \u003chead\u003e\n            \u003cmeta charset=\"UTF-8\" /\u003e\n            \u003cmeta\n              name=\"viewport\"\n              content=\"width=device-width, initial-scale=1.0\"\n            /\u003e\n            \u003cscript\u003e\n              const eventSource = new EventSource(\"/event-source\");\n              eventSource.addEventListener(\"update\", (event) =\u003e {\n                document.querySelector(\"svg\").innerHTML = event.data;\n              });\n            \u003c/script\u003e\n          \u003c/head\u003e\n          \u003cbody\n            style=\"${css`\n              position: absolute;\n              top: 0;\n              right: 0;\n              bottom: 0;\n              left: 0;\n            `}\"\n          \u003e\n            \u003csvg\n              style=\"${css`\n                width: 100%;\n                height: 100%;\n              `}\"\n            \u003e\u003c/svg\u003e\n          \u003c/body\u003e\n        \u003c/html\u003e\n      `)\n    );\n  });\n\n  OBSBrowserSourceApp.get(\"/event-source\", (req, res) =\u003e {\n    res.contentType(\"text/event-stream\").write(\"\");\n    OBSBrowserSourceApp.locals.eventSource = res;\n  });\n\n  ipcMain.on(\"OBSBrowserSourceUpdate\", (_, data) =\u003e {\n    if (OBSBrowserSourceApp.locals.eventSource === undefined) return;\n    OBSBrowserSourceApp.locals.eventSource.write(\n      `event: update\\ndata: ${data.replace(/\\n/g, \"\\ndata: \")}\\n\\n`\n    );\n  });\n\n  const OBSBrowserSourceServer = OBSBrowserSourceApp.listen(4445);\n  */\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleafac%2Fnotestrator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleafac%2Fnotestrator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleafac%2Fnotestrator/lists"}