61 |
62 |
63 | {
72 | editorRef.current = editor;
73 | // 초기 레이아웃 설정
74 | editor.layout();
75 | }}
76 | options={{
77 | minimap: { enabled: false },
78 | scrollBeyondLastLine: false,
79 | padding: { top: 8, bottom: 8 },
80 | automaticLayout: true, // 자동 레이아웃 조정 활성화
81 | wordWrap: "on" // 긴 줄 자동 줄바꿈
82 | }}
83 | />
84 |
85 |
86 | );
87 | }
88 |
89 | const customSetup = {
90 | dependencies: {
91 | "@meursyphus/flitter-react": "0.0.8",
92 | "@meursyphus/flitter": "2.0.2",
93 | "react-dom": "^18.2.0",
94 | react: "^18.2.0",
95 | "@meursyphus/headless-chart": "^0.0.8",
96 | },
97 | };
98 |
99 | export default function MySandpack({
100 | files,
101 | }: Readonly<{
102 | files: Record