Browse our Products
Aspose.Font for Node.js via C++ 25.8 Release Notes
This page contains Release Notes for Aspose.Font for Node.js via C++ 25.8
Fixed used Product name and using license file for Aspose.Font for Node.js via C++.
Example for ECMAScript (ES6 or mjs format):
import AsposeFont from 'asposefontnodejs';
console.log('Aspose.Font for Node.js via C++ example');
const AsposeFontModule = await AsposeFont();
//AsposeFontAbout - Get info about Product
json = AsposeFontModule.AsposeFontAbout();
console.log("AsposeFontAbout => %O", json.errorCode == 0 ? JSON.parse(JSON.stringify(json).replace('"errorCode":0,"errorText":"",','')) : json.errorText);