Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

v2.2.3c

Compare
Choose a tag to compare
@matiasvlevi matiasvlevi released this 29 Jan 03:08

v2.2.3c

  • Added Dann.dataObject(); function which returns a json-savable javascript object containing information about the model.

ex:

const nn = new Dann();

// getting the object
const data = nn.dataObject();

// uploading the object
nn.applyToModel(data);