FAQs
Frequently asked questions about ELF.js, including installation, usage, performance, and contribution guidelines.
Getting Started
You can install ELF.js via npm or via a CDN. For npm:
npm install @elfjs/core
For CDN:
<script src="https://cdn.elf.g/elf.js"></script>
Yes! ELF.js is designed to be framework-agnostic. You can use it with React, Vue, Svelte, or even plain JavaScript projects. Check our documentation for integration guides.
Troubleshooting
Memory leaks are rare in ELF.js due to our WebAssembly backend, but to help you:
1. Use elf.debug.profileMemory()
to analyze usage
2. Ensure you're using @2.1.0+
for garbage collection improvements
3. Report persistent issues via our GitHub page
Found an issue or have a question?
Check out our feedback form to contribute to our FAQs or get help from our community.