mackenzii/libs/embeds/package.json
Lightling 75228e1a3a create a link embed
- proof of concept of a separate web components package
- link embed has icon/title/subtitle
- web components are registered just before app mounts, making them available in the markdown as well as the app
2024-05-15 01:32:33 -04:00

7 lines
143 B
JSON

{
"name": "@goldenwere/static-web-templates-embeds",
"private": true,
"version": "0.0.0",
"type": "module",
"main": "src/index.ts"
}