# canvas-nest.js > A nest background of website draw on canvas. [中文 Readme 帮助文档](README-zh.md). [![npm](https://img.shields.io/badge/demo-online-brightgreen.svg)](https://git.hust.cc/canvas-nest.js) [![npm](https://img.shields.io/npm/v/canvas-nest.js.svg)](https://www.npmjs.com/package/canvas-nest.js) [![npm](https://img.shields.io/npm/dm/canvas-nest.js.svg)](https://www.npmjs.com/package/canvas-nest.js) [![gzip](http://img.badgesize.io/https://unpkg.com/canvas-nest.js/dist/canvas-nest.js?compression=gzip)](https://unpkg.com/canvas-nest.js/dist/canvas-nest.js) ![screenshot](/screenshot.png) ## Feature - It does not depend on jQuery and original javascrpit is used. - Small size, only 2 Kb. - Easy to implement, simple configuration. - You do not have to be a web developer to use it. - Modularized with area rendering. ## Install ```sh # use npm npm install --save canvas-nest.js # or use yarn yarn add canvas-nest.js ``` ## Usage - Script tag Insert the code below `between
and `. ```html ``` Strongly suggest to insert before the tag ` ... ...`, as the following: ```html
...