Rodrigo S. Kohl
Rodrigo S. Kohl
```javascript const targetUsername = "eminem"; // Get target user ID const targetUser = await retry(() => ig.user.searchExact(targetUsername), { retries: 3 }); if (!targetUser) { throw new Error(`User ${targetUsername} not found`);...
 I tested here and saw that node.js bip39 lib uses Raw Entropy, I returned hexademical entropy and tested it on the website and it returned the same words. 
Thanks for the reply @longxiaofei . One last question, using the [GraphicWalker](https://github.com/Kanaries/graphic-walker) frontend package, I would be able to control the componentes render on server side natively?
@brandonrwin My solution was to edit the graphicwalker frontend package and remove the table from the rendering.