Skip to content

Commit 62118b0

Browse files
authored
Merge pull request #531 from AndrewScripter587/main
Add Array Buffers extension
2 parents afc96e7 + 1080af5 commit 62118b0

3 files changed

Lines changed: 926 additions & 0 deletions

File tree

src/lib/extensions.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -649,4 +649,14 @@ export default [
649649
isGitHub: true,
650650
creatorAlias: "ElectricFuzzball_PM"
651651
},
652+
{
653+
name: "Array Buffers",
654+
description: "Read, parse, and write raw data efficiently using Array Buffers",
655+
code: "AndrewGaming587/agBuffer.js",
656+
banner: "AndrewGaming587/agBuffer.svg",
657+
creator: "AndrewScripter587",
658+
isGitHub: true,
659+
tags: ["customtype","data","utility","new","large"],
660+
creatorAlias: "AndrewGaming587"
661+
},
652662
];

0 commit comments

Comments
 (0)