Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/plantain-00/ts-csinterface

Adobe extensions CSInterface v7.0 library implementation in typescript (identical to original).
https://github.com/plantain-00/ts-csinterface

Last synced: 12 days ago
JSON representation

Adobe extensions CSInterface v7.0 library implementation in typescript (identical to original).

Awesome Lists containing this project

README

        

# ts-csinterface

Adobe extensions CSInterface v7.0 library implementation in typescript (identical to original).

[![Dependency Status](https://david-dm.org/plantain-00/ts-csinterface.svg)](https://david-dm.org/plantain-00/ts-csinterface)
[![devDependency Status](https://david-dm.org/plantain-00/ts-csinterface/dev-status.svg)](https://david-dm.org/plantain-00/ts-csinterface#info=devDependencies)
[![Build Status: Windows](https://ci.appveyor.com/api/projects/status/github/plantain-00/ts-csinterface?branch=master&svg=true)](https://ci.appveyor.com/project/plantain-00/ts-csinterface/branch/master)
![Github CI](https://github.com/plantain-00/ts-csinterface/workflows/Github%20CI/badge.svg)
[![npm version](https://badge.fury.io/js/ts-csinterface.svg)](https://badge.fury.io/js/ts-csinterface)
[![Downloads](https://img.shields.io/npm/dm/ts-csinterface.svg)](https://www.npmjs.com/package/ts-csinterface)
[![gzip size](https://img.badgesize.io/https://unpkg.com/ts-csinterface?compression=gzip)](https://unpkg.com/ts-csinterface)
[![type-coverage](https://img.shields.io/badge/dynamic/json.svg?label=type-coverage&prefix=%E2%89%A5&suffix=%&query=$.typeCoverage.atLeast&uri=https%3A%2F%2Fraw.githubusercontent.com%2Fplantain-00%2Fts-csinterface%2Fmaster%2Fpackage.json)](https://github.com/plantain-00/ts-csinterface)

## install

`yarn add ts-csinterface`

## usage

```ts
import { CSInterface, CSEvent } from "ts-csinterface";
```