# README

## Content

# spreadjs-api

## Table of contents

### Functions

- [presenceFeature](README#presencefeature)

## Functions

### <a id="presencefeature" name="presencefeature"></a> presenceFeature

▸ **presenceFeature**(): `IFeature`

Creates a presence feature for collaboration.

**`example`**
```javascript
const httpServer = createServer();
const server = new Server({ httpServer });
server.useFeature(OT.documentFeature());
server.useFeature(presenceFeature());
```

#### Returns

`IFeature`

The presence feature.
