Getting Started

Installation with npm

The easiest way to install the FX SDK for Javascript in node.js is to use the npm Package Manager.

npm install impossiblefx

Loading the SDK

After you've installed the SDK, you can require the FX package in your node application using require():
var FX = require('impossiblefx')

Next Steps

Now that you have installed and loaded the SDK, continue on to learn how to configure and use the SDK to make requests to API operations on services.

Terms of Use | © 2017, Impossible Software, or its affiliates. All rights reserved.