Webcomponent screen-recorder following hax / open-wc recommendations
npm install @haxtheweb/screen-recordernpm install - installs dependencies so you can worknpm start - runs your web component for development, reloading on file changesnpm run build - builds your web component and outputs it in your dist directory for placement on web servers in a compiled form. Vercel automatically does this on commit to github.npm run release - this will build your code, update the version, and publish it to npm for others to use./screen-recorder.js./index.htmlnpm install --save @whatever/repo or editing ./package.json directlynew URL('./my-file.jpg', import.meta.url).href syntax so that it builds correctly.js files / web components then place them under /lib//lib/screen-recorder.haxProperties.json.json files in /locales/ as well as /lib/ for haxProperties related translation examples.Name: lit-html
Description: Syntax highlighting and IntelliSense for html inside of JavaScript and TypeScript tagged template strings
Publisher: Matt Bierner
VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=bierner.lit-html
Name: lit-plugin
Description: Syntax highlighting, type checking and code completion for lit-html
Publisher: Rune Mehlsen
VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=runem.lit-plugin
Never. Stop. innovating.