---
date: '2015-03-10'
title: 'Getting started'
description: 'Getting started with FabricJS'
---

In this guide, we'll get started with the basics of FabricJS

## Installation

FabricJS can be made available via following approaches as suited by your project

### Installing from CDN via script tag

Include a script tag within your HTML page

```html
<script src="https://cdnjs.cloudflare.com/ajax/libs/fabric.js/3.6.3/fabric.min.js"></script>
```

### Installing from Node registry

Install from NPM

```shell
npm install fabricjs
```

## Browser support

Following is a table portraying what features are supported across particular browsers
