-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #70 from KaliedaRik/v8-dev
Bump to v8.12.0
- Loading branch information
Showing
430 changed files
with
24,067 additions
and
4,763 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Welcome to the Scrawl-canvas Library | ||
Version: `8.11.0 - 23 December 2023` | ||
Version: `8.12.0 - 12 January 2024` | ||
|
||
Scrawl-canvas website: [scrawl-v8.rikweb.org.uk](https://scrawl-v8.rikweb.org.uk). | ||
+ learning materials: [scrawl-v8.rikweb.org.uk/learn](https://scrawl-v8.rikweb.org.uk/learn). | ||
|
@@ -58,7 +58,7 @@ There are three main ways to include Scrawl-canvas in your project: | |
2. Unzip the file to a folder in your project. | ||
3. Import the library into the script code where you will be using it. | ||
|
||
Alternatively, a zip package of the v8.11.0 files can be downloaded from this link: [scrawl.rikweb.org.uk/downloads/scrawl-canvas_8-11-0.zip](https://scrawl.rikweb.org.uk/downloads/scrawl-canvas_8-11-0.zip) - that package only includes the minified file. | ||
Alternatively, a zip package of the v8.12.0 files can be downloaded from this link: [scrawl.rikweb.org.uk/downloads/scrawl-canvas_8-12-0.zip](https://scrawl.rikweb.org.uk/downloads/scrawl-canvas_8-12-0.zip) - that package only includes the minified file. | ||
|
||
```html | ||
<!-- Hello world --> | ||
|
@@ -106,7 +106,7 @@ Alternatively, a zip package of the v8.11.0 files can be downloaded from this li | |
This will pull the requested npm package directly into your web page: | ||
```html | ||
<script type="module"> | ||
import * as scrawl from 'https://unpkg.com/scrawl-canvas@8.11.0'; | ||
import * as scrawl from 'https://unpkg.com/scrawl-canvas@8.12.0'; | ||
[...] | ||
</script> | ||
``` | ||
|
@@ -184,6 +184,9 @@ Running the following command on the command line will recreate the minified fil | |
$> yarn build | ||
``` | ||
|
||
### Star History | ||
[![Star History Chart](https://api.star-history.com/svg?repos=KaliedaRik/Scrawl-canvas&type=Date)](https://star-history.com/#KaliedaRik/Scrawl-canvas&Date) | ||
|
||
|
||
### Development team | ||
Developed by Rik Roots: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.