Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/plantain-00/ts-csinterface
- Owner: plantain-00
- License: mit
- Created: 2020-07-04T07:47:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T23:47:33.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T08:33:45.652Z (23 days ago)
- Language: TypeScript
- Size: 822 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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";
```