https://github.com/spearwolf/visual-fx-web-components
my code sketchbook
https://github.com/spearwolf/visual-fx-web-components
Last synced: about 1 year ago
JSON representation
my code sketchbook
- Host: GitHub
- URL: https://github.com/spearwolf/visual-fx-web-components
- Owner: spearwolf
- License: other
- Created: 2023-10-05T09:19:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T09:51:06.000Z (about 2 years ago)
- Last Synced: 2024-04-14T00:01:32.867Z (about 2 years ago)
- Language: TypeScript
- Homepage:
- Size: 1.54 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# visual-fx-web-components 👀
> Home of a variety of _custom HTML elements_ and _npm packages_ to create visually spectacular websites :boom:
>
> ‼️ But dear user, be warned: while some packages are stable and usable, other things here are highly experimental. this is more of an active **code sketchbook** than a polished end product
🚀🌱
## ⚙️ Local Dev Setup
This is a monorepo based on [nx](https://nx.dev/) and [pnpm](https://pnpm.io/).
Just use ...
```sh
$ pnpm install
```
... to install or refresh all the dependencies. After that you can simply build and test all packages with ..
```sh
$ pnpm cbt # => clean build test
```
> 🔎 This project does not currently use a separate issue tracking system; instead, TODO, FIXME, and XXX issues are written directly as comments in the source code, without any further indirection.
> An overview of open issues can be found in [TODO.md](TODO.md).
## 📖 Content
| package | description |
|-|-|
| [`offscreen-display`](packages/offscreen-display/) | helpers for creating custom offscreen canvas elements |
| [`rainbow-line`](packages/rainbow-line/) | a web component that displays a cut line animated with rainbow colors |
| [`@spearwolf/astro-rainbow-line`](packages/astro-rainbow-line/) | astro wrapper for the rainbow-line web component |
‼️ [for those interested in the shadow-ents-* packages, we are happy to announce that they have now been relocated to their own dedicated monorepo, "shadow-objects"](https://github.com/spearwolf/shadow-objects)
---

Thank you and have a nice day 😄