-
-
Notifications
You must be signed in to change notification settings - Fork 735
Closed
Labels
Milestone
Description
The problem with NativeImage is that it uses Nodejs buffer.
I need a solution for Nodejs buffer to .NET Core buffer.
I have no experience with buffer, maybe it is easy to implement.
NativeImage:
https://electron.atom.io/docs/api/native-image/
Nodejs Buffer:
https://nodejs.org/api/buffer.html#buffer_class_buffer
.NET Core Buffer:
https://docs.microsoft.com/de-de/dotnet/api/system.buffer?view=netcore-2.0