dreamland.js branding 2

This commit is contained in:
CoolElectronics 2024-02-24 10:15:46 -05:00
parent 992a6a19dc
commit e163b0cb61
No known key found for this signature in database
GPG key ID: F63593D168636C50
3 changed files with 4 additions and 4 deletions

View file

@ -66,7 +66,7 @@ and run `npm install @mercuryworkshop/dreamlandjs`
If you prefer using modules and are using a bundler, simply `import "@mercuryworkshop/dreamlandjs";` into at least one file you're using. If you prefer using modules and are using a bundler, simply `import "@mercuryworkshop/dreamlandjs";` into at least one file you're using.
If you don't like using modules, just add `<script src="://unpkg.com/@mercuryworkshop/dreamlandjs"></script>` to your html, and you can use AliceJS as normal. If you don't like using modules, just add `<script src="://unpkg.com/@mercuryworkshop/dreamlandjs"></script>` to your html, and you can use dreamland as normal.
dreamland can even be used without a build step, here's the counter example in plain JS dreamland can even be used without a build step, here's the counter example in plain JS
```javascript ```javascript

View file

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<title>AliceJS examples</title> <title>Dreamland examples</title>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="index.css" /> <link rel="stylesheet" href="index.css" />

View file

@ -107,8 +107,8 @@ function Counter() {
// <div className={"as"}> // <div className={"as"}>
// <Counter /> // <Counter />
// {/* <div> */} // {/* <div> */}
// {/* <h1>AliceJS Examples</h1> */} // {/* <h1>Dreamland Examples</h1> */}
// {/* <p>Some examples of AliceJS components. Code is in examples/</p> */} // {/* <p>Some examples of dreamland.js components. Code is in examples/</p> */}
// {/* </div> */} // {/* </div> */}
// {/* <examples> */} // {/* <examples> */}
// {/* <Counter a="b" bind:this={use(this.counterobj)} bind:counter={use(this.c)} /> */} // {/* <Counter a="b" bind:this={use(this.counterobj)} bind:counter={use(this.c)} /> */}