diff --git a/.markdownlint.json b/.markdownlint.json new file mode 100644 index 0000000..fac5739 --- /dev/null +++ b/.markdownlint.json @@ -0,0 +1,6 @@ +{ + "MD012": false, + "MD013": false, + "MD033": false, + "MD036": false +} \ No newline at end of file diff --git a/README.md b/README.md index 48c69ba..3df04b3 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is updated **face-api.js** with latest available TensorFlow/JS as the original face-api.js is not compatible with **tfjs 2.0+**. -Forked from [face-api.js](https://github.com/justadudewhohacks/face-api.js) version **0.22.2** released on March 22nd, 2020 +Forked from [face-api.js](https://github.com/justadudewhohacks/face-api.js) version **0.22.2** which was released on March 22nd, 2020 Currently based on **`TensorFlow/JS` 3.2.0** @@ -62,7 +62,7 @@ Example can be accessed directly using Git pages using URL: @@ -130,6 +130,7 @@ Face-API ships with several pre-build versions of the library: *without* TFJS pre-bundled and using JS engine for platforms where tensorflow binary library version is not available Defaults are: + ```json { "main": "dist/face-api.node-js", @@ -150,7 +151,7 @@ All versions include `sourcemap` and `asset manifest`

-There are several ways to use Face-API: +There are several ways to use Face-API: ### 1. IIFE script @@ -161,7 +162,7 @@ Simply download `dist/face-api.js`, include it in your `HTML` file & it's ready ```html