Technical documentation and API references for Digital Ecosystems project.
Quickly install and set up the Digital Ecosystems application via npm or GitHub.
npm install @yllna/digiecosystems
git clone https://github.com/yllna/digiecosystems.git
cd digiecosystems
npm install
Need local development environment? 🚀 View Setup Guide
import { DataNetwork } from '@yllna/digiecosystems';
const network = new DataNetwork({
visualizationMode: 'glow',
layout: 'circular'
});
network.start();
Configure advanced rendering options including particle effects and 3D transitions
Enable real-time collaboration features between multiple users
Support for importing/exporting projects in JSON and CSV formats
Explore the complete documentation or contribute to improving this guide.