Browse our Products
Aspose.Font for Node.js via C++ 25.12 Release Notes
This page contains Release Notes for Aspose.Font for Node.js via C++ 25.12
Aspose.Font for JavaScript via C++ 25.12 is based on the latest Aspose.Font for C++ 25.12
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);