Browse Source

Update README.md

pull/3/head
Jongmin Kim 6 years ago committed by GitHub
parent
commit
2ab1eb9300
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      README.md

3
README.md

@ -46,7 +46,7 @@ Download the minified js file in dist folder and include it in your html. @@ -46,7 +46,7 @@ Download the minified js file in dist folder and include it in your html.
Generate LeonSans and draw it in the Canvas element of HTML5.
```javascript
let leon, controll, canvas, ctx;
let leon, canvas, ctx;
const sw = 800;
const sh = 600;
@ -70,7 +70,6 @@ function init() { @@ -70,7 +70,6 @@ function init() {
weight: 200
});
requestAnimationFrame(animate);
}

Loading…
Cancel
Save