Skip to content

Commit

Permalink
Merge pull request #47 from pooiod/develop
Browse files Browse the repository at this point in the history
VideoSharing extension
  • Loading branch information
nmsderp authored May 16, 2024
2 parents 53c89f9 + d6b64d8 commit 73b28ab
Show file tree
Hide file tree
Showing 3 changed files with 451 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/libraries/extensions/VidShare/VideoSharing.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/lib/libraries/extensions/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import React from 'react';
import { FormattedMessage } from 'react-intl';

import VideoSharing from './VidShare/VideoSharing.svg';
import NoahgptThumb from './noahgpt/costume1.svg';
import typescriptIcon from './snail-ide/typescript.svg';
import twGalleryIcon from './snail-ide/turbowarpgallery.svg';
Expand Down Expand Up @@ -236,6 +237,15 @@ const menuItems = [
description: 'Share your screen and get the current frame as a image.',
featured: true
},
{
name: 'VideoSharing',
extensionId: 'https://editor.snail-ide.com/VideoSharing.js',
iconURL: VideoSharing,
tags: ['penguinmod'],
description: 'Share your screen and camera.',
collaborator: 'pooiod7',
featured: true
},
{
name: 'Prompts',
extensionId: 'https://editor.snail-ide.com/Prompts.js',
Expand Down
Loading

0 comments on commit 73b28ab

Please sign in to comment.