New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@tweenrex/core

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tweenrex/core

Reactive Tweening Engine

latest
Source
npmnpm
Version
1.5.1
Version published
Maintainers
3
Created
Source

TweenRex Core

This project contains the core objects for TweenRex: TRexObservable, TweenRex, and TyrannoScrollus.

Questions / Documentation

Please go to TweenRex to ask questions and find documentation.

Contributions

Contributions are welcome. Please create an issue on the main TweenRex project prior to adding a Pull Request on this project. See below on how to run this project locally.

How to get the project running locally

  • Install NodeJS / NPM
  • Clone this project
  • Run npm install in the directory
  • Run npm start. This will build to the lib directory and simultaneously run all test files in the tests directory.

Alternately, run npm run test:watch to only watch tests, or npm run build:watch to only watch src files

Structure of the project

FolderDescription
/libOutput for node
/lib.es2015Output as ES2015 modules
/srcSource files
/testsTest files
/typesOutput for TypeScript type definitions

Before you submit a Pull Request for code

  • Submit an issue on the main TweenRex project
  • Ensure at least one new unit test exists to cover the feature/bug
  • Ensure new files are formatted property (4 space indentation)

License

This library is licensed under MIT.

FAQs

Package last updated on 19 Dec 2017

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