From 0a5d48887ef83fbd147fbabac805069b8af0c1c0 Mon Sep 17 00:00:00 2001 From: Stephan Bijzitter Date: Wed, 4 Nov 2015 16:07:51 +0100 Subject: [PATCH] Emphasise that Cario is used by node-canvas --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc073b17..244ad15d 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Fabric.js started as a foundation for design editor on [printio.ru](http://print $ bower install fabric

Install with npm

-To install Fabric.js using npm, you must first manually [install Cario](http://cairographics.org/download/) on your system. When the installation is complete, you may need to restart your terminal or command prompt before installing fabric. +To install Fabric.js using npm, you must first manually [install Cario](http://cairographics.org/download/) on your system. Cario is a system library which powers node-canvas, which Fabric.js relies on. When the installation is complete, you may need to restart your terminal or command prompt before installing fabric. $ npm install fabric --save