Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aconite

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aconite

A framework for creative video and image processing on the web.

  • 0.11.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-37.5%
Maintainers
1
Weekly downloads
 
Created
Source

Aconite

What is Aconite?

Aconite is a framework for creative video processing on the web. It is an early-stage project developed by Colin Clark, and probably isn't yet suitable for use unless you're particularly adventurous and community-minded.

Building and Testing Aconite

How to Build Aconite

You'll need Grunt installed globally if you don't already have it. Here's how:

npm install -g grunt-cli

To download all of Aconite's dependencies and build it, run the following commands:

npm install
grunt

Running Aconite's Test Suite

Aconite's test suite can be run in all available browsers using Testem. You'll need to have it installed globally if you don't already. Here's how:

npm install testem -g

Then, Testem can run the whole test suite on all the browsers installed on your computer. Just run:

npm test

Alternatively, if you'd like to only run the tests in one browser, you can open the test suite tests/unit/all-tests.html file by hand in your browser.

Keywords

FAQs

Package last updated on 01 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc