1.0.40 • Published 6 years ago

@firstfeb/insmtemplateapi v1.0.40

Weekly downloads
-
License
First Feb Licence
Repository
-
Last release
6 years ago

INSM Template API

Cross device template API for Instoremedia's software

Features

  • Support for Android and PC players

Installing

Using npm:

$ npm install @firstfeb/insmtemplateapi

Example

import insmApi from '@firstfeb/insmtemplateapi';

insmApi.onUpdate((data) => {
    // Use data to render template
    console.log(data);
});

You will need to set window.insmTemplateAPI like this so it's accessible

    if(typeof insmTemplateDataSet === 'undefined') {
        insmTemplateDataSet = {};
    }
    window.insmTemplateAPI = insmTemplateDataSet;

Copyright

Copyright (c) 2019-present First Feb AB

Licence

No licence available. Do not use without the permission of the author.

1.0.40

6 years ago

1.0.39

6 years ago

1.0.38

6 years ago

1.0.37

6 years ago

1.0.36

6 years ago

1.0.35

6 years ago

1.0.34

6 years ago

1.0.33

6 years ago

1.0.32

6 years ago

1.0.31

6 years ago

1.0.30

6 years ago

1.0.29

6 years ago

1.0.28

6 years ago

1.0.27

6 years ago

1.0.26

6 years ago

1.0.25

6 years ago

1.0.24

6 years ago

1.0.23

6 years ago

1.0.22

6 years ago

1.0.21

6 years ago

1.0.20

6 years ago

1.0.19

6 years ago

1.0.18

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago