@stacksjs/browser 0.65.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,58 @@
1
+ # Stacks Frontend
2
+
3
+ This core package contains the core frontend/browser functionalities of Stacks, all of which are auto-imported into your projects.
4
+
5
+ ## โ˜˜๏ธ Features
6
+
7
+ - Browser-ready APIs
8
+ - Auto-imported into your projects
9
+
10
+ ## ๐Ÿ“ฆ Installation
11
+
12
+ ```bash
13
+ bun install -d @stacksjs/browser
14
+ ```
15
+
16
+ ## ๐Ÿค– Usage
17
+
18
+ ```bash
19
+ bun install -d @stacksjs/browser
20
+ ```
21
+
22
+ You may now use:
23
+
24
+ ```ts
25
+ // ...
26
+ ```
27
+
28
+ Learn more in the docs.
29
+
30
+ ## ๐Ÿงช Testing
31
+
32
+ ```bash
33
+ bun test
34
+ ```
35
+
36
+ ## ๐Ÿ“ˆ Changelog
37
+
38
+ Please see our [releases](https://github.com/stacksjs/stacks/releases) page for more information on what has changed recently.
39
+
40
+ ## ๐Ÿšœ Contributing
41
+
42
+ Please review the [Contributing Guide](https://github.com/stacksjs/contributing) for details.
43
+
44
+ ## ๐Ÿ Community
45
+
46
+ For help, discussion about best practices, or any other conversation that would benefit from being searchable:
47
+
48
+ [Discussions on GitHub](https://github.com/stacksjs/stacks/discussions)
49
+
50
+ For casual chit-chat with others using this package:
51
+
52
+ [Join the Stacks Discord Server](https://discord.gg/stacksjs)
53
+
54
+ ## ๐Ÿ“„ License
55
+
56
+ The MIT License (MIT). Please see [LICENSE](https://github.com/stacksjs/stacks/tree/main/LICENSE.md) for more information.
57
+
58
+ Made with ๐Ÿ’™
@@ -0,0 +1 @@
1
+ export * from "./utils/";